Magento2
Magento2: Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 1576960 bytes)
Edit your php.ini file. Find memory_limit and increase the size to your desire value.
Magento
jQuery: Get Query string value and insert the value in input field
Note: In above code i use a function named decodeURIComponent() this function give the query string data with spaces
Php Mysql Ajax Jquery JavaScript Mysql
jQuery: Validate multiple fields with the same name
Sometimes we need to validate an array of input elements: For example – Now we will use jquery validation plugin jquery.validate.js for validating the form. The condition will be that user will have to choose field_name from each dropdown. The script for validation will be as below – Now the Read more…
Php Mysql Ajax Jquery JavaScript Mysql
Jquery: html form at least one check box should be checked
1. Code For At least one check-box should be selected: 2.Code For if you select another check-box the fist one will unchecked: