top of page
Search

What is real jquery (Core idea)

  • Writer: Wang Sibo
    Wang Sibo
  • Mar 27, 2020
  • 1 min read

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

 
 
 

Comments


bottom of page