top of page
Search
  • Writer's pictureWang Sibo

What is real jquery (Core idea)

Jquery is all about event and funciton.


The design idea is basically simply. This is: we use '$' to select an element and choose a type of behaviour like 'click'. Finally, programmers can use different ways ( that is functions) to deal with this element.


In short, select an element - choose your behaviour - deal with element using functions

2 views
bottom of page