inline anonymous fn
-
How can I exclude js like this
(function() function addEventListener(element,event,handler) if(element.addEventListener) element.addEventListener(event,handler,false)or
else if(element.attachEvent) element.attachEvent('on'+event,handler)or
jQuery(function($) $(document).ready(function() if(/MSIE 10/i.test(navigator.userAgent)||/MSIE 9/i.test(navigator.userAgent)||/rv:11.0/i.test(navigator.userAgent)||/Edge\/\d./i.test(navigator.userAgent)) $('.kameleon-cf7-container').each(function() var elem=$(this) var thestyle=elem.attr('data-style-css') var classname=elem.attr('data-classname') var styleType=elem.attr('data-style') var resultStyle='' var thestyle=thestyle.split(" ") resultStyle+=classname+' .km_cf7-submit-container text-align: '+kswr_get_splitted_value(thestyle,"--kmcf7-btn-align")+'
Viewing 9 replies - 1 through 9 (of 9 total)
Viewing 9 replies - 1 through 9 (of 9 total)
The topic ‘inline anonymous fn’ is closed to new replies.