jquery and jquery object description

$("div").css("color","red")

$ And jQuery are jquery object

The basic syntax: $ (selector) .action ()

 

Guess you like

Origin www.cnblogs.com/jintian/p/11109023.html