Guest User

Untitled

a guest
Apr 24th, 2018
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. <script id="description-template" type="text/x-kendo-template">
  2. <a id="toggleShowIncident" data-code="#: id #">#: generaldescritpion #</a>
  3. </script>
  4.  
  5. $("#toggleShowIncident").click(function(e){
  6. var data = $(this).data('code');
  7. var splitter = splitterElement.data("kendoSplitter");
  8.  
  9. splitter.ajaxRequest("#left-pane", "/incidents/ajax/show/" + data);
  10. });
Add Comment
Please, Sign In to add comment