browserstate/ajaxify

css('opacity',100) should be css('opacity',1)

Opened this issue · 0 comments

Although it might work css('opacity',100) should be correct wise css('opacity',1). When you look into style attribute of element, style="opacity:100" is wrong CSS