[jQuery] Re: jQuery suggestion

2009-12-29 Thread MorningZ
"Writing the code that way is not only good for code completion/ suggestion but also good for syntax checking" But it's also bad to repeat code which results in more "weight" which is exactly why code like that is written like so and people's need for speed is going to far outweight your

Re: [jQuery] Re: jQuery suggestion

2009-12-29 Thread Thai Dang Vu
Thanks Scott for a reply. Is there any other place where I can talk to the jQuery team and hopefully persuade them to write this wonderful library in that "regular" way? Writing the code that way is not only good for code completion/suggestion but also good for syntax checking (esp. with a tool lik

[jQuery] Re: jQuery suggestion

2009-12-28 Thread Scott Sauyet
On Dec 28, 2:55 pm, Thai Dang Vu wrote: > I'm using IntelliJ Idea 9.0 which supports code completion/suggestion for > javascript. It doesn't work with the innerHeight/Width because of this > >         jQuery.fn["inner" + name] = function(){ // [ ... ] > > Is there anyway to implement the innerHeig