jQuery showing div and then Disappearing

后端 未结 3 1509
感情败类
感情败类 2021-01-12 11:10

I apologize ahead of time if this is a simple question, I have this javascript code:

$(document).ready(function() {
    $(\"#results\").hide();

    var html         


        
3条回答
  •  感动是毒
    2021-01-12 11:56

    Instead of submit, use this code

    
    

    Now you don't have to return false; or event.preventDefault(); in your javascript

提交回复
热议问题