×

Welcome to TagMyCode

Please login or create account to add a snippet.
0
0
 
0
Language: HTML
Posted by: Nihad Nagi
Added: Sep 26, 2016 6:23 AM
Modified: Sep 27, 2016 8:24 PM
Views: 2168
Tags: html js wordpress
  1. <script type="text/javascript">
  2.                         (function($){                          
  3.                                 var ID = '<?php echo $field['ID'] ?>';
  4.                                 //var SelObj = $("#"+ID+"max-select").hide();
  5.                                 $('tr[data-name="max_select"]').hide();
  6.                                 //$('tr').filter('[data-name="max_select"]')
  7.                                 //alert(SelObj);
  8.                                
  9.                         })(jQuery);