Advertisement
Guest User

Untitled

a guest
Oct 17th, 2014
43
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. function remove_slide_title(){
  2. ?>
  3. <script>
  4. jQuery(window).load(function(){
  5. var slidewrap = jQuery('.avia-slide-wrap');
  6. jQuery(slidewrap).each(function(index, element) {
  7. jQuery(this).removeAttr('title');
  8. });
  9. });
  10. </script>
  11. <?php
  12. }
  13. add_action('wp_footer', 'remove_slide_title', 10);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement