Guest User

Untitled

a guest
Feb 17th, 2019
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.47 KB | None | 0 0
  1. <script type="text/javascript">
  2. if($("#_regular_price").length > 0) {
  3. $("#snippet-editor-field-description").text('labas')
  4. };
  5. </script>
  6.  
  7. <script type="text/javascript">
  8.  
  9. $('#snippet-editor-field-description').click( function() {
  10. alert('clicked');
  11. });
  12.  
  13. </script>
  14.  
  15. <script type="text/javascript">
  16.  
  17. $(document).on('click','#snippet-editor-field-description', function() {
  18. alert('clicked');
  19. });
  20.  
  21. </script>
Add Comment
Please, Sign In to add comment