jQuery plugin conflicts - please assist

后端 未结 6 1711
一个人的身影
一个人的身影 2021-01-21 22:18

The aim is to show a form which will update the div on the page with the result

  1. load this [page]
  2. click the linkto show the form
  3. submit the form
6条回答
  •  难免孤独
    2021-01-21 22:58

    The data did appear for me in the link you posted.

    If you think it is related to plugin conflict try jquery.noConflict() http://api.jquery.com/jQuery.noConflict/

    While not the most elegant solution. It easily fixes any conflicts you have with plugins.

提交回复
热议问题