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
Exchange 2010 Block Emails with Credit Card Numbers
DB file size keep increase but not much data in(SQL2005)
HP Design Jet 510 Printer Error 63.03 79.04
Importing CSV into DataTable datatype problem VB 2010
Replicating Windows Server 2003 AD
Need help getting drop down menu to display on top of main content area
Setting up an ODBC source with a username with Wise Package Studio 8
Wordpress 3.0 Event Calendar
SBS does not print to network printer
Exchange 2007 - Do I need to get an external certificate SSL or can I live without it?