In this article you will learn the difference between bind vs live vs delegate vs on methods for adding event handlers to elements. Developers are little bit confused about what the actual differences are between the jQuery .bind(), .live(), .delegate(), and .on() methods and how they should be used. Let’s start with some common HTML […]
Search: “javascript”
We found 189 results for your search.
10 best jQuery Notification plugin
jQuery Notification plugin helps you to create various notification messages such as success, error, alert and simple notification. This notifications messages are very helpful to get the actual feedback from any visitors about the status success or failure of task that is being carried out. For this roundup we have chosen 10 Best jQuery Notification […]
Do you think that how non-English-speaking countries code where any major language like Java, PHP or JavaScript written in English? What the error will be throwing where it is written in English as well? Each and every word actually means something in their mother language. For whom English is not native language, the only thing […]
Switch List/Grid View using jquery
In this tutorial you can get strong and good introduction to switch list grid view layouts of any HTML listing with jQuery. A common web interface feature is dynamic view switcher and you’ll find sometimes buttons to change the layout of a web page from display lists to smaller grids. Let’s coding the basic HTML: […]
HTML noscript Tag
For a browser which doesn’t support script or disabled scripts in their browser, the ‘noscript’ tag defines an alternate content for the users. If scripts are not supported or disabled in the user’s browser, then, the content inside the ‘noscript’ tag will be displayed. This can be placed in both <head> and <body>. For inside […]
jQuery data attributes
jQuery data attributes allows us to store extra information or return the value at the named data which will be associated with a particular element. Syntax of data attributes: This is very simple. On any elements the attribute name starts with a data-* where you can store extra information which does not represent visually. <div […]
Valid values for id attribute in HTML
While creating the id attributes for HTML elements, we need to provide Valid values for id attribute. Let’s see what are they. ID and NAME value must contain with a letter (A-Za-z) and this may be followed by any number of letters, digits (0-9), underscores (“_”), hyphens (“-“), periods (“.”) and colons (“:”). In HTML […]
Apply CSS to half of a character
Is there a way to apply CSS to half of a character in a text? Yes, it is possible. Half the letter being transparent and half is visible prominent. All you need to do is to add a class on the text you want to apply CSS and the rest is taken care of. The accessibility […]
Store objects in HTML5 localStorage
The localStorage property allows you to store objects in HTML5 that is more secure and can store large amounts of data locally. It’s essential sometimes having stored JavaScript object in HTML5 localStorage. But objects don’t seem to work? Let’s see. Basically, if you have a look for Apple, Mozilla and Microsoft documentation, you can find […]
Are you aware of copying your articles somewhere? Here is a guide for taking advantage of such situation and get benefits with that. So, the good way is to avoid getting scrapped somehow and create a system that use third party services and following tips to get most out of scrapped content from your articles. […]