jQWebExt - jQuery Simple MVC and plugins Components framework

1 view
Skip to first unread message

rac...@gmail.com

unread,
Mar 7, 2007, 10:15:54 AM3/7/07
to jqwebext
jQWebExt - jQuery Simple MVC and plugins Components framework

Your global Javascript functions will all register into a jQWebExt
class.

Javascript Programmer can register jQuery plugins with Simple small
extension function to jQWebExt framework with OPTIONS.
Then Web(HTML) designer no need to know and no need to write any
javascript code.
Web(HTML) designer just need to setup the options of plugins, and all
plugins will autorun when DOM has loaded .

Any idea? tell me please , thanks.

gasolin

unread,
Mar 8, 2007, 10:28:29 PM3/8/07
to jqwebext


Hi:

Is it possible to put the js script in header section? such as

$(function() {
jQWebExt.options.Tabs['tabs-container2'] = {fxFade: true, fxSpeed:
'fast'};
});

It seems not work.

--
Fred

rac...@gmail.com

unread,
Mar 9, 2007, 3:45:01 AM3/9/07
to jqwebext
Yes!!! not need $(function()) .
Sample:

<head>
<script src="../src/jquery.pack.js" type="text/javascript"></script>
<script src="../src/jqwebext.js" type="text/javascript"></script>
<script src="../src/jqwebext.tabs.js" type="text/javascript"></script>
<script>


jQWebExt.options.Tabs['tabs-container2'] = {fxFade: true, fxSpeed:
'fast'};

</script>
</head>

Reply all
Reply to author
Forward
0 new messages