Guest User

Untitled

a guest
Nov 19th, 2018
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.82 KB | None | 0 0
  1. <div id="jcsdl"></div>
  2.  
  3. <a href="#" id="load-jcsdl">Load query</a>
  4.  
  5. <textarea id="jcsdl-code">// JCSDL_MASTER b04591342ee71a2baa468d9d2a340ec8 AND
  6. // JCSDL_VERSION 1.0
  7. // JCSDL_START 0980a5f2ef935c4ed153bf975879eac0 twitter.text,contains_any,27-52
  8. twitter.text contains_any "obama, santorum, gingrich, romney, ronpaul, ron paul"
  9. // JCSDL_END
  10. AND
  11. // JCSDL_START f7c18a6fedd90c6b4d77acc14a3a8e5c interaction.type,in,21-29
  12. interaction.type in "twitter,facebook,digg,youtube"
  13. // JCSDL_END
  14. // JCSDL_MASTER_END</textarea>
  15.  
  16. <script type="text/javascript">
  17. var editor = new JCSDLGui($("#jcsdl"), {
  18. save : function(code) {
  19. // perform custom saving of the output code
  20. // for example sending it in AJAX
  21. }
  22. });
  23.  
  24. $('#load-jcsdl').click(function() {
  25. var code = $('#jcsdl-code').val();
  26. editor.loadJCSDL(code);
  27. });
  28. </script>
Add Comment
Please, Sign In to add comment