Form will not submit if .remove() is used?

前端 未结 4 1932
再見小時候
再見小時候 2021-01-18 04:36

I\'m having a spot of bother with either Firefox, jQuery or both. OS is Windows 7, Firefox is version 4.0.1 and jQuery is between 1.5 - 1.6.

Basically I have a form

4条回答
  •  死守一世寂寞
    2021-01-18 05:11

    The answere of "paic_citron" is correct but, due you do the "POST" via Ajax you can replace this button:

    
    

    with hyberlink and some css:

    
       
    
    

    Here the jsFiddle that works

提交回复
热议问题