
Search In
If we want to manipulate css or we want to add some classes to our tags when page load or when we click on the button , we can achieve it by using jQuery addclass() method .
addClass() method add particular classes to the  
Hello Readers,
Cordova badge plugin notify users to that there is something for them when app is in background. For example: Unread messages, Notifications in apps, etc.
This plugin works on Android, iOS, Windows, Wp8, Wp8.1 platforms and allows y
In web applications, Captcha is used to prevent spam/bot from getting into our applications, inbox or databases. It ensures that web application using by a real human. Here, we are going to implement Googles reCAPTCHA service in our rails application
Hey Readers!
Web pages are incomplete without images. Images add visual appeal to our websites.
There are situations when we want to put lines of text right next to an image. The text might be some sort of description of the image, or anything.&nbs
Hello friends,
Today we learn how to remove a particular item from a list of item using jQuery. For this, jQuery provides a selector :eq() or a method .eq(). This method helps in selecting a particular item from the list.
Syntax:
.eq( index )
in
Hello Readers!
Here I am going to explaining you about the $.each() method used in jquery.
The jquery function $.each() is a traversing method which loops through both arrays and objects. The length property of the arrays as an index is used for iter
jQuery.makeArray() is used to transforms any array like object to JavaScript Array. This function is useful for making an element into a array list. Here in this line of code i used one div for explaining the box, in which the data of LI can be drop
Queue() method is used in jQuery to returns a number of animations to be performed on the elements in the jQuery object. This method is used for the continuous looping of a jquery element. It returns the effect which is used in the queue. While queue
Hello Readers,
This plugin use to show JavaScript logs in your native logs. It is very useful and add some additional functions to make it more useful.
First of all we need to install the plugin through CLI run:
$ cordova
jQuery make it possible to interact with user by adding events to the web page, It includes many Events Methods like hide(), bind(), blur(), change(), click() and dbclick(). Here in this blog I just want to create one "click" function that
