Not working for body style tag
shadysamir opened this issue · 1 comments
shadysamir commented
I am using the plugin to monitor my body tag if it gets a style="margin-top: 20px" attribute added to it. My code is as follows:
$('body').attrchange({
trackValues: false, callback: function(e) {
setHeroSize();
}
});
It's never called even though the style attribute gets changed
shadysamir commented
Somehow it just worked now!