Find the location of an Item in multidimensional array
Finding position of an element in a multi-dimensional array
Read MoreAdd and Remove event listener javascript
Add and Remove event listener with javascript is very simple. First, you need to create your function with your business logics. We have taken an example of stop and start scrolling logic.
Read MoreHow to get hashtag value on hashchange
You can get the value of #hashtag from the URL if user click on any link in your page. There are two ways to find the id, First by using Javascript and the second is by jQuery.
Read More