Handling special characters in jQuery selectors
When we make dynamic id in Javascript sometimes it may happen that it can contain special characters like @/space/ something…
Technology, News , Entertainment and More stuff
When we make dynamic id in Javascript sometimes it may happen that it can contain special characters like @/space/ something…
Let us assume we have a JSON array of objects that contain some key value pairs. We might want to…
Javascript is almost everywhere on web. But sometimes we do make mistakes in writing the code. Here we will see…
In this article I am going to explain how can we link a python script with a web interface. In…
Initially, the prerequisite for downloading a simple text file in javascript requires FileSaver.js. This can be downloaded from here. Next step would…
You might have seen some wave like visuals representing the audio waves in many players or audio editing tools. Let’s…
Often there are times where we need to make a request that might not obey the Same Origin Policy .…
Often we encounter scenarios where we have a long list and the user needs to select an element from the…
These are the two functions that will help in most cases where we need to replace index of a particular…
Often there is a requirement to make a menu element active when we import something using php include. Its quite…