Can someone let me know how to add a navigator button on top of jqChart so that when I click on that button it helps me to navigate to other page or javascript method.
Asked
Active
Viewed 82 times
1
-
1Hi All, Got the solution to the above mentioned problem. I'm doing that from the javascript part. Below is the code: JS CODE: generateChart()//generates jqchart first then $("#divId").after($('')); CSS Code: .ui-icon {position:absolute;right:5%;top:5%;} This works fine. :) – user1129947 Sep 22 '13 at 14:06