I've done some searching for better jQuery support, but haven't found anything concrete. So I'm looking for something to make this work decently in my Elcipse, or alternatively, some tool optimized for JS/jQuery dev, that I can then use in conjunction with Eclipse.
To clarify to the people that don't know what a jQuery plugin looks like:
(function( $ ){ $.fn.jquerypluginname = function( foo, bar, baz ) {
// statements
// and functions
}; })( jQuery );

New Topic/Question
Reply



MultiQuote




|