simple jquery value/Parameter passing example
ShareToday you are going to learn simple jquery value passing example.We have created one html file and when click a link the corresponding values is get from a php file using jquery.All jquery files i have included in source so download it for latest jquery visit http://jquery.com create a html file.
<html>
<head>
<title>simple</title>
<script type=”text/javascript” src=”niftycube.js”></script>
<script src=”jquery.min.js” type=”text/javascript”></script>
[...]





