MVC4 Classic
jQuery Syntax

jQuery syntax was designed to allow developers to easily select HTML element(s) and then perform some action on the element(s). The rudimentary syntax is as follows:

$(selector).action()

$ references jQuery; (selector) queries the HTML element or elements; and .action() performs an action on the element.

Examples of jQuery syntax:

See Also

 

 


Copyright (c) GrapeCity, inc. All rights reserved.

Product Support Forum |  Documentation Feedback