addClass() and removeClass() are very useful methods from jquery. addClass() method used to add one or more css class in…
The remote rule can be used to validate through ajax call. Field value will be passed through data and the…
In a project I required to change form target attribute value via jquery against input value. I got input via…
Before removing delta-search.com from browser for browser startup homepage or new tab url, first you need to delete it from…
We can create custom queries to show post for wordpress based websites or blogs. Custom query parameters can pass to…
The functions that are dynamically declared at runtime are called anonymous functions. They are not given name in same way…
Word-wrap is very useful css property. It is use to break long text in new line by giving break-word with…
By following symfony commands we can create module in backend. We need to run following commands in command prompt or…
By default "Remember me" functionality is not enabled in magento. You can enable it form admin, very easily and quickly.…
I was working on a magento site and setup contact form but that wasn’t sending email, just posted on contact…