getSetHtml Class
Get or set HTML (DOM) values
Inspired by formParams: http://jquerypp.com/#formparams
Item Index
Methods
Methods
getSetHtml
(
Object
-
params
getSetHtml
Get or set HTML (DOM) values. If you pass this method any parameters it will try to set the HTML. Otherwise it will try get the HTML values from the view.
Parameters:
-
paramsObjectObject literal with keys that correspond with either an ID or NAME attribute of an element in the View (DOM).
Returns:
Object:
Object literal with data from the View (DOM).
getSetHtml
(
Object
-
params
getSetHtml
Get or set HTML (DOM) values. If you pass this method any parameters it will try to set the HTML. Otherwise it will try get the HTML values from the view.
Parameters:
-
paramsObjectObject literal with keys that correspond with either an ID or NAME attribute of an element in the View (DOM).
Returns:
Object:
Object literal with data from the View (DOM).
