In this article, I will show you how to use animate in jQuery for “like” button. Create a css class with background image, size, transition and animation effects, etc. for implementing twitter’s social like button using css3 library.
In this article I will show you to develop progress bar indicator that notifies the user something is on progress loading. Clicking on the start button it shows a progress display and stop button stops the progress bar animation.
In this article I will show you how to use jQuery add image using XML file. Here,
First, you add a source or URL of an image to an XML document, and then by using jQuery ajax...
In this article I will show you how to use jQuery fadetoggle. In this jQuery toggle demo, when the user clicks the help icon an information message will be displayed by jQuery fade animation effects...
In this article I will show you how to use fadeout using jQuery. You can control animation duration using argument to specify in integer (milliseconds) .If you set fadeout delay duration as 0 milliseconds
I got the following error while I needed to show the relative time to post using jQuery timeago js. In my case it is due to multiple JQuery registered on the page.
In this article, I will show you textarea value character count in jQuery. When user type characters in textarea it will indicate the character limit below that using the jQuery keyup event.
In this article, I will show you textarea character count in jQuery. The easiest way to get character counter is $(“#your_textarea”). val().length in jQuery.
In this example, I will show you how to implement timeago jQuery plugin in a asp.net MVC project. It makes easy automatically updating datetime like 5 minutes or 15 hours ago or 1 day ago etc…