You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a ".no-ajaxy" on dynamically created content but ajaxify-html5 does not seem to respect that.
Is there any workaround?
function do_something(){
$('.gallery-icon a').addClass('fancybox no-ajaxy').attr('rel', 'gallery');
}
above function is executed after every ajax requests.
I can verify that above class has been added into the element by looking in firebug.
But ajaxify-html5 seems to load that content with ajax too. How can i make sure '.no-ajaxy' class does work like expected.
The text was updated successfully, but these errors were encountered:
I have a ".no-ajaxy" on dynamically created content but ajaxify-html5 does not seem to respect that.
Is there any workaround?
above function is executed after every ajax requests.
I can verify that above class has been added into the element by looking in firebug.
But ajaxify-html5 seems to load that content with ajax too. How can i make sure '.no-ajaxy' class does work like expected.
The text was updated successfully, but these errors were encountered: