I need to get the selected row values in a table using jquery by clicking on the row or a link.. i am new to jquery ,,anybody help me with sample code..that would help me greately. Thanks in advance
相关问题
- How to fix IE ClearType + jQuery opacity problem i
- jQuery add and remove delay
- Include empty value fields in jQuery .serialize()
- Disable Browser onUnload on certain links?
- how to get selected text from iframe with javascri
See this jsFiddle snippet:
http://jsfiddle.net/hU89p/
It returns the raw text inside all of the
td
s in the clicked row. Of course, if you need something more specific, continue with jQuery / JavaScript programming to get specific cells etc.You mean it:
javascript:
html:
example