Archives for Javascript & jQuery Tricks
Uncaught module definition dependency not found: tinymce/util/Delay in WordPress
Sometimes we face this issue showing in our console. We are talking about the case when we find this error while working with WordPress. I have also faced this issue and find a solution for it. Sharing the solution here,…
Disable Image selection in slider
This post is inspired by a issue which I am facing in my current website. Sometimes we face this issue while creating or implementing sliders using HTML, CSS and jQuery or JavaScript. Normally we are creating a slider which is…
Best Google Map plugin for WordPress
It is a good practice to use Google Maps for contact address showing at the website. It gives exact idea and path of your current address to your customers. Now a days most of the website owners are frequently using…
Map with multiple markers
Here we are discussing about the implementation of a map with the multiple location markers. Also we are going to show a window on click on markers to show summary of content with the markers. It is a simple way…
Simple CSS Pop-Up
As we have faced java script conflicts while we are working on a website in which we are using so many java scripts. So, in these types of cases, addition of a new pop-up to fulfill the requirement will take…
Count down Counter
Here we are discussing the count down counter to a specific date using javascript. This a simple counter and we are discussing here its simplest and easy implementable way. Demo is here : So, to implement above mentioned demo we…