Latest posts on tagged on "Html"

ng-app angularJS with example

21 September 2016

ng-app is a directive in AngularJs. Many of angularJs directives available in https://doc.angularjs.org/api go through this site and select API Reference from Develop menu.

How to convert datatable to html table in c#?

14 September 2016

In this article I will show you how to convert datatable to html table by parse and generate and return as Json result in c# asp.net Mvc

Download div content on button click using javascript

7 September 2016

In this article, I will show you how to download div content using javascript on button click. To save the content of the div you need to trigger the click event and get downloaded from the innerHTML using elementId.

How to glow a message highlight using JQuery UI?

22 August 2016

In this article I will show how to glow a message highlight for 2 seconds using highlight effect implemented in jQuery UI. We can set color and time duration for the effect.

after ajax load AddThis is not working

19 August 2016

Addthis is not working when I load dynamic content on button click. It was resolved by adding the script on page Load.

How can get favicon using google webservice?

27 July 2016

You can get favicon.ico from the root folder of the website using Google web service, but this service is not guarantee they might remove it at anytime.