[jQuery] Some suggestions for jQuery

2007-03-31 Thread howard chen
some suggestions, just my $0.02 anyway... 1. provide a way for classical/user-friendly OOP style, somethings like dean edward base library, 2. dynamic include instead of include JS you want, you can use somethings like e.g. jQuery,include(UI.Canvas) jQuery.require(UI.Canvas); // die if module

[jQuery] Quality control for plugins

2007-03-25 Thread howard chen
hello, we have a lot of plugins at: http://docs.jquery.com/Plugins, however, many of them didn't follow the plugin guidlines, e.g. 1. use of $ instead of jQuery 2. missing ; any plan to control them? e.g. removing direct links from the plugin page? howa

[jQuery] Amazing jQuery!

2007-02-28 Thread howard chen
I really appreciate the developers and of coz , users of jQuery. You made the history! I have learned javascript for more than 10 years and never thought that it is so powerful with jQuery - only 20KB of library! I thought it should be part of the javascript standard! Also, the emails are so

[jQuery] jQuery in server side language?

2007-02-24 Thread howard chen
Anyone think that it would be great to use jQuery in server side? such as grab html from remote server, and process the html elements using jQuery, any idea? ___ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/

[jQuery] Plugin Authoring : How to keep plugin state?

2007-02-18 Thread howard chen
e.g. jQuery.fn.debug = function() { // i want to save the current time into a global variable? return this.each(function(){ alert(this); }); }; I want save the time of the last plugin being executed for later use, any recommened method? thanks.

[jQuery] Dynamic save objects height?

2007-02-16 Thread howard chen
How to dynamically saved the height of each object after selection? e.g. jQuery(.style) return objects with the same style, I want to save the objects ' height as an jQuery variables, how to do that? ideally, it should be something like that... my_obj['id_1'] = 100; my_obj['id_2'] = 100; ...

[jQuery] How to expand the height of a DIV

2007-02-14 Thread howard chen
seems this is a basic effect which didn't cover in the jquery effect methods? thx ___ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/

[jQuery] animate only work at the first time?

2007-02-14 Thread howard chen
div id=test style=width: 200px; height: 200px; background-color: blue; test /div a href=# onclick='$(#test).animate( {opacity : 0} );'hide/a a href=# onclick='$(#test).animate( {opacity : 100} );'show/a only the first link show the correct animationsecond link will failed if you

[jQuery] Why not standardize to use jQuery( instead of $('...

2007-02-13 Thread howard chen
or jq('#... this completely solved the problem of collision... howard ___ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/

[jQuery] show() for table elements?

2007-02-06 Thread howard chen
show() only work good for DIV tags, but not table, e.g. -- table theadtitle.../thead tbody id=test style=display: none; tr td22sksksis/td /tr tr td22sksksis/td /tr tr td22sksksis/td /tr /tbody /table span onclick=$('#test').show('show');hello/span

[jQuery] Which CMS / Wiki jQuery.com is using

2006-11-14 Thread howard chen
as title... ___ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/

[jQuery] What tool is used to compress JQuery?

2006-11-12 Thread howard chen
Hi all, May I know which tool is used to compress JQuery? I found this kind of tool is very useful and can use it? Thanks. ___ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/