Archives for Javascript & jQuery Tricks - Page 2
Solution to WordPress menu drag and drop conflict
Sometimes our wordpress menu drag and drop functionality stops working suddenly. Most of the times it is the result of Javascript concatenation used for admin area. As per this JavaScript files are concatenated to one URL to make admin faster.…
Show pop-up on tab close with custom message
This code is useful when we want to apply a pop-up when a user is closing the tab. With the use of this code you can easily restrict the pop-up on page refresh or on navigating to other pages of…