jquery - Tabstrip not refreshing after onclick -


i had popup window, opens button inside tabstrip content , want tabstrip reload once window closed. not reloading below script. why??

<script type="text/javascript">     $(document).ready(function () {             $(".k-window-action.k-link").click(function () {              var tabstrip = $("#abc").data("kendotabstrip"); //finding tabstrip             var tabcontent = $("#abc").data("kendotabstrip").contentholder(1); //selecting particular tab             tabstrip.reload(tabcontent); //reloading tab             });          });     </script> 


Comments

Popular posts from this blog

monitor web browser programmatically in Android? -

Shrink a YouTube video to responsive width -

wpf - PdfWriter.GetInstance throws System.NullReferenceException -