This question is locked. New answers and comments are not allowed.
I have a nested splitter, spltter2 is nested inside splitter1, but i can not seem to access it. Each time i try, i get the first pane of the parent splitter.
Is there a trick to this, or should i be able to get the client object like so
Is there a trick to this, or should i be able to get the client object like so
var splitter2 = $("#Splitter2").data("tSplitter")
splitter2.ajaxRequest(".t-pane:first")