Advertisement
Guest User

Untitled

a guest
May 30th, 2013
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. //rev slider limitations
  2. jQuery(window).load(function() {
  3. jQuery("#slider_type_1,#slider_type_2,#responsitive_row,#cellWidth,#cellWidthInput,#shadow_type_row").css("display","none");
  4. jQuery("#slider_type_1,#slider_type_2").next("label").css("display","none");
  5. jQuery("#slider_type_3").attr('checked', 'checked');
  6. jQuery("#slider_size_row #width").attr({'value':'940'});
  7. jQuery("#padding").attr({'value':'0'});
  8. });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement