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 mod
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
_
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 acti
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/
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.
__
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;
...
test
hide
show
only the first link show the correct animationsecond link will
failed if you click the first link first.
it can show up, but not an animation anyway
___
jQuery mailing list
discuss@jquery.com
http://jquery.com/discus
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/
or jq('#...
this completely solved the problem of collision...
howard
___
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/
We have use a lot of document.getElementById() as $() in our codes,
so we don't want to modify them...
and
The jquery document said you can use...to avoid conflict...
jQuery.noConflict();
// Use jQuery via jQuery(...)
jQuery
but the point is...a lot plugins are using this style, so we don't
show() only work good for DIV tags, but not table, e.g.
--
title...
22sksksis
22sksksis
22sksksis
hello
--
the effect is ugly, any workaround??
thx...
___
jQuery mailing
as title...
___
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/
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/
13 matches
Mail list logo