LINKOVI ka w3schools materijalima 

(ali nisu navedeni baš svi linkovi, pretražujte i vi ako vam treba nešto dodatno):

  ->  jQuery Reference - kompletna lista selektora, metoda, propertija i događaja sa w3schools (sa primerima)

 - jQuery selectors
 - jQuery events
 - jQuery efects 

- Chaining (kako nadovezati događaje jedan iza drugog, U ISTOM REDU)

 - jQuery HTML/CSS - roditelji, deca, i prolazak kroz elemente

VEŽBE na w3schools (link)



Dodatak - linkovi ka malo detaljnijim objašnjenjima:

jQuery Effect Methods

Method Description
animate() Runs a custom animation on the selected elements
clearQueue() Removes all remaining queued functions from the selected elements
delay() Sets a delay for all queued functions on the selected elements
dequeue() Removes the next function from the queue, and then executes the function
fadeIn() Fades in the selected elements
fadeOut() Fades out the selected elements
fadeTo() Fades in/out the selected elements to a given opacity
fadeToggle() Toggles between the fadeIn() and fadeOut() methods
finish() Stops, removes and completes all queued animations for the selected elements
hide() Hides the selected elements
queue() Shows the queued functions on the selected elements
show() Shows the selected elements
slideDown() Slides-down (shows) the selected elements
slideToggle() Toggles between the slideUp() and slideDown() methods
slideUp() Slides-up (hides) the selected elements
stop() Stops the currently running animation for the selected elements
toggle() Toggles between the hide() and show() methods
Last modified: Wednesday, 29 January 2025, 10:41 AM