Home  >  Q&A  >  body text

关于jquery写法的问题?

jquery只有这样一种写法么?

phperphper2796 days ago1079

reply all(2)I'll reply

  • 数据分析师

    数据分析师2017-09-30 23:59:04

    Questions about how to write jquery? -PHP Chinese website Q&A-Questions about how to write jquery? -PHP Chinese website Q&A

    Let’s take a look and learn.

    reply
    0
  • 迷茫

    迷茫2017-01-24 10:54:38

    其实还有另外的写法

    $(function(){
        alert("hello world");
    });

    如上这样的写法也是可以的,会弹出 hello world

    reply
    0
  • Cancelreply