Latest posts on "JQuery"

How to create twitter’s like button-jQuery animation examples?

11 November 2016

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.

Progress bar indicator using jQuery

5 November 2016

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.

jQuery Fadetoggle example

1 November 2016

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...

jQuery Fadeout animation example

31 October 2016

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

jQuery(…).timeago is not a function

22 October 2016

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.

TextArea value count in jQuery- character limit indicator

20 October 2016

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.

How to check length in jQuery for textarea?

19 October 2016

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.

How to use date plugin jQuery timeago example?

16 October 2016

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…

Page 5 of 14