1) mrkumarGroup: Members Posts: 2Joined: 10 Jun 2007Location: silicon valley, CA, USAIP: 67.170.--.--
Posted:
Congratulations for such an excellent work with so little code.. I however have a requirement where in I have rows of data queried and displayed as a result of 'HTMLHttpRequest!'
I can use the 'HTMLHttpRequest!' provided by you with 3 tabs as an example.
But when I see rows of this data after I click on a tab, I want to have a link on each row of data to show me more data of that row immediately below that row or hide it as a toggle.
Would need advise how to do this..
Thanks - mrkumar
2) Angus TurnbullGroup: Moderators Posts: 4042Joined: 7 Dec 2003Location: New ZealandIP: 203.173.--.--
Posted:
Easy, just put the right CLASS for the toggle on the row itself, and include another hidden row beneath/within it with an ID so that it toggles on and off.