jQuery Mobile change CSS on 'pageshow' -
i'm trying change css everytime page load/show. how can that?
it works when first loading, after page changing css original format , not change @ all
it's simple code
jquery('#cc11').css({'height': 300});
i included on pageshow/pageinit/pagecreate , works, after changing page , going (sliding) css not update, not change, if call jquery function on button, not change @ all
i don't know i'm missing, how can make css change after changing pages?
Comments
Post a Comment