¡@

Home 

2014/10/16 ¤W¤È 12:03:07

jquery Programming Glossary: editmicro

JqGrid need hyperlink - need to capture value through Jquery

http://stackoverflow.com/questions/14529358/jqgrid-need-hyperlink-need-to-capture-value-through-jquery

in my code name 'ID' index 'ID' width 40 formatter 'showlink' search false formatoptions baseLinkUrl ' Program EditMicro' When I click on the PNum what happens is that it goes to the following actionresult my controller Program EditMicro What.. EditMicro' When I click on the PNum what happens is that it goes to the following actionresult my controller Program EditMicro What I would like instead is to capture that info through Jquery on what was selected what ID was selected as I want to.. was selected what ID was selected as I want to do some json before it is sent to the following ActionResult Program EditMicro So to recap is there anyway to capture what the value of the hyperlink clicks on is and then I can capture that in Jquery...