c# .net Adsense ADO.NET Linq Viruses/security asp.net MVC JQuery Angular-js Node-js SEO Java C++ SQL API Networking vb.net .Net Css JavaScript Generics c#.Net entity framework HTML Website host Website Construction Guide HTTP tutorial W3C tutorial Web Services JSON Psychology Ionic framework Angular ReactJS Python Computer Android

Latest posts on tagged on "JQuery"

jQuery(…).timeago is not a function

| | Category: JQuery

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

| | Category: JQuery

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?

| | Category: JQuery

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.

[Solved] Timezone problem in date jQuery plugin (timeago.js)

| | Category: JQuery

I was using timeago jQuery plugin, when I publish the posts in my blog, the moment is now, but it shows the Timezone “about 5 hours ago”.

How to use date plugin jQuery timeago example?

| | Category: 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…

How to create tags in jQuery from database in asp.net mvc (jQuery tag autocomplete) ?

| | Category: asp.net MVC

In this article, I will show you how to create tags using tag jQuery plugin in asp.net mvc with database.

How to redirect in mvc using jQuery?

| | Category: JQuery

In this article I will show you how to redirect in mvc using a jQuery script code. When the user clicks the button JQuery event is triggered on that you can assign controller action to location.href.

How to display sum of two textbox values in third textbox automatically?

| | Category: JavaScript

In this article, I will show you how to add numbers in html using onkeyup() event in JavaScript. Here, when the user enters the values in the first two textbox values without pressing any buttons it sums the values automatically in the third textbox.

JavaScript function to return last word

| | Category: JQuery

In this article, I will show you how to return last word (string) using JavaScript. The function will receive the textbox value and split using (.split) string functions in jQuery.

How to check blank white space in JQuery example?

| | Category: JQuery

In this article, I will show you to check blank white space using trim in jQuery example. You can check the user input blank white space in a client side click.

Page 8 of 18