Quote:
Originally Posted by reddyink
bobster,
I am trying to put javascript in php file for expand collapse. I want description field read more, when user click on Read more.. link whole description field should display.
I included onclick event in echo statement for link. but nothing happens.
I would like to know, weather expand/collapse works in ajax tabs onclick event for link.
Thanks
|
You CAN use additional Javascript, but there is a trick to it (where you include it).. I'll have to dig through my notes (or you can check on dynamic drive if you don't want to wait)... Also, check to make sure the IDs for the expand contract part are not conflicting with anything else that might be on the entire page itself.... that will cause the expand/contract to not work as well.. if it uses IDs, change then to some high number like 8749 lol (hope that made sense)