How to structure my javascript/jquery code?

前端 未结 10 931
我寻月下人不归
我寻月下人不归 2020-12-12 09:22

I am toying around with a pretty intensive ajax based jquery web application. It is getting to a point where I almost loose track of what events that should trigger what act

10条回答
  •  無奈伤痛
    2020-12-12 10:09

    I definitely recommend reading up on the object literal pattern in addition to the module pattern; here's a good writeup:

    http://ajaxian.com/archives/show-love-to-the-object-literal

提交回复
热议问题