hello friends I am using this code to go to other tab one double click
ondblClickRow: function() {
var $tabs = $('#tabs').tabs();
var selected = $tabs.tabs('select', 2);
},
I am going to second tab on double click, I need to know is there anything way that we can pass the value..
I am getting a vlue in tab1 I am going to use the same value in tab2 is there any way we can do this
thanks