jQuery and objects - right way

C

Czterysta Czwarty

Hi!

Can you explain me how to build code with jQuery and objects?

Now I have:
in $(document).ready()
- functions for events: var chooseElement = function(){...}
- binding this function to events : $
('#element').click(chooseElement);
and jQuery plugins used in ready: jQuery.fn.hideEmptyCategories =
function(){...}

I need some tips how to write it in right way. Move functions to
object and binding it to event and plugins?
Can you help me?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,764
Messages
2,569,564
Members
45,041
Latest member
RomeoFarnh

Latest Threads

Top