3
votes
2answers
70 views

Replacing simple jQuery methods for better use

There are a few common jQuery call I find my self calling when creating my app. I need some help and maybe a better way to do all this or rewrite it. 1) Singleton Selector If I want to select only ...
1
vote
1answer
102 views

optimise jquery code

I have written a jquery code for a pop up but the problem is I wanted to optimize the jquery code can you tell me how to optimise it to have a better results in the browser.. it would be great if u ...
0
votes
1answer
221 views

Improving jQuery Login Code

<-----------------------------------JQUERY-----------------------------------> $(function() { $('button').button(); $('#tabs').tabs(); $('.ui-state-error').hide(); ...