get - How to define a jQuery object with noConflict()? -


Is it possible to define an object $ response without $?

My code will look something like this:

  jQuery.get ("test.pl", {action: "getNextID"}, function (data) {var $ response = JQuery (data);}); There is no functional difference between  $ response  

$ response and < Feedback . In JQuery, $ is nothing magic, only a reference to jQuery ; Also, there is nothing else by using the $ variable in the jQuery script, which is a pattern that shows the jQuery object-onos.

Comments