Hi all, I'm a little confused on how and why I need to use the function in jQuery, such as the following example:
Code JavaScript:$('#showButton').click(function() { $('#disclaimer').show(); });
Any help would be appreciated, just need to understand why I need to use if and why I couldn't just do without it!



Reply With Quote


Bookmarks