Tag: jQuery

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 , , ,
Laravel

Laravel Cookies vs Javascript

Creating cookies in Laravel: Default Laravel encrypts the when using Cookie::make and decrypts when getting…

 Posted in Laravel, Laravel 5.5 Tagged , , , , ,