Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

jquery is based on which javascript design pattern? [duplicate]

Possible Duplicate:
Design Patterns used in the jQuery library

jquery is based on which javascript design pattern ? And what design pattern to follow when writing jquery plugins ? Also what design pattern is generally used when writing OO javascript ?

like image 841
ktm Avatar asked Nov 05 '22 21:11

ktm


1 Answers

I think answer for your question is

Design Patterns used in the jQuery library

Useful links for plugin development:

A Plugin Development Pattern and jQuery Plugin Design Patterns

like image 183
gandil Avatar answered Nov 12 '22 16:11

gandil