I added a button to the footer (row_add.gif) by reusing the add image but I want to hyperlink to a different screen from that image. I tried to set the href attr on it but it didn't work and also it is only added after “onClickButton” is pressed. How can I add a hyperlink to the new button without having to specify it in “onClickButton”. I tried to add it afterward but for some reason it is not firing my click event. I also tried to “unbind” the existing events to make sure it is only executing my event by using .unbind('click'), but I can see many events firing when I check it in Firebug. Any ideas?
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top