Tag: jQuery
How to redirect a page using jQuery ?
If you want to redirect a page , one of the best option is to use the window.location.replace method that can demonstrate the HTTP redirect instead of any jQuery trick. How to redirect a page using jQuery ? Below is a sample code snippet demonstrating the redirection of a page .
How to Clone an Object in JQuery ?
If you are looking at cloning an object in JQuery , you can do that using the jQuery’s extend method . You can perform the shallow copy or deep copy by setting the parameters. Below is a sample code snippet demonstrating how to clone an object in JQuery How to Clone an Object in JQuery ? The above method performs the shallow copy . You…
Popular jQuery Grid Plugins
Below is a list of some of the popular jQuery Grid Plugins. Popular jQuery Grid Plugins Brick Work gridscrolling.js Grid Accordion – Responsive WordPress Plugin Recreating the “Design Samsung” Grid Loading Effect Post Revolution – Amazing Grid Builder for WP Gridlock : Responsive CSS Grid System jQuery Gridmanager : Building Rows and Grids
How to Refresh the Page using jQuery?
Below is a sample sourecode snippet that demonstrates how to reload the page using jQuery. How to Refresh the Page using jQuery?