<html> <head> <script src="jquery.js"></script> <script src="jquery-ui-1.10.3.custom.js">...
Read More
Home / Archive for April 2016
A small table program in JQuery
<html> <head> <script src="jquery.js"></script> <script> $(function(){ $("tr:even")....
Read More
Browser information Program in Jquery
<script> document.write(navigator.userAgent+"<br>"); if(navigator.userAgent.indexOf("MSIE")==-1) documen...
Read More
Simple Calculator Program in JQuery
<html> <head> <script src="jquery.js"></script> <script src="jquery-ui-1.10.3.custom.js"...
Read More
hover program in JQuery
<html> <head> <script src="jquery.js"></script> <script> $(function(){ $("li").hover...
Read More
accordion Example program in JQuery
<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
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
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 )
Read a String and find the Sum of all Digits in the String using System; class program { public static void Main() { ...
Read More
Subscribe to:
Posts
(
Atom
)