Here is my jqgrid toolbar button code.
$(“#t_list10”).append(““);
$(“input”,”#t_list10″).click(function(){
alert(“you clicked button”);
});
I want a popup dialog on click function … I am trying bpopup plugin (http://dinbror.dk/bpopup/) but it does not seems to be working.
Thanks,
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top