Hi ,
Kindly help me to display tempnum when ahref is clicked. Looks like code marked as Italic requires needs to be updated??
<html>
<head>
<script type="text/javascript" src="jquery-2.0.3.min.js"></script>
<script type="text/javascript">
$(document).ready(function(){
$(".mylinktempnum").click(function(){
*alert($(this).attr('this.tempnum'));*
});
});
</script >
</head>
<body>
</body>
</html>
<?php
<a class=\"mylinktempnum\" href=\"home.php?tempnum=$num\"></a>
?>