Click here to Skip to main content
15,893,588 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
i fetched required data from db through json and i displayed it as a table now i want to anchor tag each record for navigating it with respective images.
i tried <a class="gsfg" onclick="">d.name</a>
its not working help me out
Posted
Updated 27-Aug-12 3:45am
v3

1 solution

It looks like you missed the href property of your anchor tag. If you want to navigate a particular display value to somewhere, you need to define that too.
 
Share this answer
 
Comments
fjdiewornncalwe 27-Aug-12 9:44am    
+5. Good catch.
Sandeep Mewara 28-Aug-12 0:49am    
Thanks Marcus.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900