Click here to Skip to main content
15,902,938 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
How does jQuery do the thingy-- i don't know how to describe it lemme just show you:
JavaScript
// you can do this:
$("#element")
// AND you can do this:
$.ajax()
// BUT HOW?

How does jQuery do it?

What I have tried:

JavaScript
var e = {
    function: function(){ return "E"},
    a: "z"
}
// also this:
window.e = { a: "z" }
e = function(){ return "E"}
Posted
Updated 25-Jun-21 16:52pm
v2

1 solution

 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900