firefox - Extention to save original page state and restore to original state -
i have requirement create firefox addon need save state of dynamically rendered page along events.
while interacting page. user might make multiple catalog selections using select option,check boxes swatches etc.
i need restore page it's original state or state in between without page reload. don't have control on webpage hence addon requirement.
i have tried using jquery clone , not work. after spending loads of time. think if can push page firefox bfcache , pop saved state cache. problem solved. in 1 of stackoverflow query had demonstrated using http://www.twmagic.com/misc/cache-nocache.html
how go using approach or other ? pointer , links sample appreciated.
thanks
Comments
Post a Comment