
7 changed files with 43 additions and 28 deletions
@ -0,0 +1,9 @@
|
||||
$(document).ready(function() { |
||||
$('.editer_types_noisettes_masques > div > input[type=checkbox]').each(function() { |
||||
var type_noisette = $( this ).val(); |
||||
var exclus = ["socialtags_fb_like", "socialtags_fb_like_box", "socialtags_badge_fb"]; |
||||
if( $.inArray( type_noisette, exclus ) != -1 ) { |
||||
$( this ).attr( 'checked','checked' ).attr( 'onclick','return false;' ).css( "opacity", "0.5" ); |
||||
} |
||||
}); |
||||
}); |
@ -1,6 +0,0 @@
|
||||
<div class="sdn_blocs_exclus hidden"> |
||||
<?php |
||||
sdn_update_blocs_exclus(); |
||||
sdn_types_noisettes_exclus(); |
||||
?> |
||||
</div> |
Loading…
Reference in new issue