Guest User

Untitled

a guest
Apr 20th, 2018
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. <script type="text/javascript">
  2. $(document).ready(function() {
  3. $(document).on('click', '.singleDownload', function() {
  4. var yourVar = $(this).closest('.collapse').prev().find('h3').text();
  5. console.log(yourVar);
  6. });
  7. });
  8. </script>
  9.  
  10. function () {
  11. return yourVar;
  12. }
Add Comment
Please, Sign In to add comment