php - JQuery Problem With Link Click -
i've got little project i'm working on.
i've got problem reply links found on page. problem occurs firefox. i've tested on google chrome but, no problem.
ideally, when click reply link, topmost sharebox dissapears , reply box appears under comment reply to.
when click reply link of comment on google chrome, topmost sharebox disappears immediately , replybox appears simultaneously.
however, in firefox, on first click, nothing happens except topmost sharebox loses focus. on second click, topmost sharebox disappears , replybox shows.
my problem is: why require 2 clicks work in firefox? want work first click.
that remove()
executed after fadeout complete. (browser doesn't wait, keep executing next lines)
so when browser considers fadeout complete, removes $('#comment_form')
. in case of slow browsers has been filled new form?
so try without fadeout see if works that, keeping executing of code chronologically.
Comments
Post a Comment