Tag: jQuery
jQuery: Attribute Starts With Selector
Danyal April 1, 2021
Selects elements that have the specified attribute with a value beginning exactly with a given string.
Posted in javascript Tagged javascript, jQuery, selector
jQuery: Form data serialization
Danyal April 1, 2021
jQuery has a function .serialize(), encode a set of form elements as a string for submission.
Posted in javascript Tagged data, forms, jQuery, serialize
Laravel Cookies vs Javascript
Danyal February 7, 2019
Creating cookies in Laravel: Default Laravel encrypts the when using Cookie::make and decrypts when getting…
Posted in Laravel, Laravel 5.5 Tagged cookies, encryption, javascript, jQuery, laravel, Laravel 5.6