More than one form on a single page

前端 未结 1 1639
萌比男神i
萌比男神i 2021-01-26 22:42

My image upload form on my profile edit page isn\'t working. The two forms must be separate as they work independently. The image upload script uploads the image before the prof

1条回答
  •  陌清茗
    陌清茗 (楼主)
    2021-01-26 23:18

    There is no submit button in your cropimage form, which might be the pb. If I understand well, you want it to be submitted when there is a change in the photoimg field, without submit button.

    Try Submitting a form by pressing enter without a submit button (displaying a submit button outside the screen if you don't want to display it).

    BTW, jquery live is deprecated. http://api.jquery.com/live/

    0 讨论(0)
提交回复
热议问题