I would like to see the source of the function $.get() This one
How can I proceed to do that, I downloaded the Jquery 1.7 developer version but could not find this function inside it by any means...
|
I would like to see the source of the function $.get() This one How can I proceed to do that, I downloaded the Jquery 1.7 developer version but could not find this function inside it by any means... |
|||
|
These are an alias to the $.ajax function. Look around line 7150 in this file http://code.jquery.com/jquery-1.7.js
|
|||
|
|
|
And here you go :-D: http://james.padolsey.com/jquery/#v=git&fn=jQuery.get
|
|||
|
|
|
Look for the code that starts with this: For jQuery 1.7.1 the method starts with:
It just passes off the call to |
|||
|
|
getin the code. You will find it ^_^ – Neal Dec 13 '11 at 20:28