jQuery dollar sign alternative

By | April 8, 2011

Hi,

Dollar ($) sign is a shortcut for jQuery. But sometimes it may have conflict with some other JavaScript library functions which also uses $ sign. What to do then?

Its simple. Use jQuery noConflict() method for creating any custom names. See for yourselves.





I am going to hide!

Here ‘jqNew’ is your custom name for $.

Leave a Reply

Your email address will not be published. Required fields are marked *