Latest posts on tagged on "Html"

How to use google map API in website?

14 November 2016

In this article, I will show you how to integrate google maps into website. The google maps API v3 accepts country name or city name or Latitude and Longitude. ..

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

How to return an ActionResult string in MVC?

22 October 2016

In this article, I will show to how to return a string result using ActionResult in mvc 4. You can achieve this by ContentResult to return a string. It will create content result object by using a string.

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.