$(function(){
$( "#tabs" ).tabs({
show: function(event, ui)
{
$("#scroll-pane").jScrollPane();
}
});
});
No comments:
Post a Comment