Microsoft
Software
Hardware
Network
Question : JQuery: "$" what does it mean in JQuery
Hi: In JQuery, I see something like: $.get(...). What does this $ mean? Does it mean current element/node?
Answer : JQuery: "$" what does it mean in JQuery
Dollar Sign is nothing but it's an alias for JQuery. Take a look at below jQuery code
$(document).ready(function
(){
});
IS SIMILAR TO:
jQuery(document).ready(fun
ction(){
});
Hope that helps
Random Solutions
SAN interconnection
Remove background noise
update user name change from AD to sharepoint 2007
OUTLOOK Distribution List
ipod transfer mp3
Select distinct based on 2 fields
vCenter local host
Access 2003: Math question....Calculating a percentage
[PS4.0 R6] Datacollector not found
Server with SBS 2003 retrive pop3 mail faster.