datepicker program in jquery By Mallikarjun A 18:45:00 Add Comment <html> <head> <script src="jquery.js"></script> <script src="jquery-ui-1.10.3.custom.js">... Read More
A small table program in JQuery By Mallikarjun A 18:44:00 Add Comment <html> <head> <script src="jquery.js"></script> <script> $(function(){ $("tr:even").... Read More
Browser information Program in Jquery By Mallikarjun A 18:30:00 Add Comment <script> document.write(navigator.userAgent+"<br>"); if(navigator.userAgent.indexOf("MSIE")==-1) documen... Read More
Simple Calculator Program in JQuery By Mallikarjun A 18:27:00 Add Comment <html> <head> <script src="jquery.js"></script> <script src="jquery-ui-1.10.3.custom.js"... Read More
hover program in JQuery By Mallikarjun A 18:25:00 Add Comment <html> <head> <script src="jquery.js"></script> <script> $(function(){ $("li").hover... Read More
accordion Example program in JQuery By Mallikarjun A 18:24:00 Add Comment <html> <head> <script src="jquery.js"></script> <script src="jquery-ui-1.10.3.custom.js"... Read More
Most frequently asked interview questions in html By Mallikarjun A 18:18:00 Add Comment 1.What is HTML? HTML, or HyperText Markup Language, is a Universal language which allows an individual using special code to creat... Read More
Read a String and find the Sum of all Digits in the String program in .net By Mallikarjun A 18:16:00 Add Comment using System; class program { public static void Main() { char[] string1 = new char[20]; int count, nc =... Read More
Frequently Asked c# program in Interviews ( Freshers ) By Mallikarjun A 11:40:00 Add Comment Read a String and find the Sum of all Digits in the String using System; class program { public static void Main() { ... Read More