![]() Server : Apache System : Linux server2.corals.io 4.18.0-348.2.1.el8_5.x86_64 #1 SMP Mon Nov 15 09:17:08 EST 2021 x86_64 User : corals ( 1002) PHP Version : 7.4.33 Disable Function : exec,passthru,shell_exec,system Directory : /proc/self/cwd/wp-content/plugins/bdthemes-element-pack/assets/js/modules/ |
jQuery(document).ready(function () { jQuery('body').on('click', '.bdt-element-link', function () { var $el = jQuery(this), settings = $el.data('ep-wrapper-link'), data = settings, id = 'bdt-element-link-' + $el.data('id'); if (jQuery('#' + id).length === 0) { jQuery('body').append( jQuery(document.createElement('a')).prop({ target: data.is_external ? '_blank' : '_self', href : data.url, class : 'bdt-hidden', id : id, rel : data.nofollow ? 'nofollow noreferer' : '' }) ); } jQuery('#' + id)[0].click(); }); });