Day: April 1, 2021

javascript

jQuery: Attribute Starts With Selector

Selects elements that have the specified attribute with a value beginning exactly with a given string.

 Posted in javascript Tagged , ,
javascript

jQuery: Form data serialization

jQuery has a function .serialize(), encode a set of form elements as a string for submission.

 Posted in javascript Tagged , , ,