javascript - I don't know if it is native JS or not -


i new web programming , stumbled upon tutorial:

http://tympanus.net/codrops/2012/12/31/how-to-create-a-simple-multi-item-slider/

my quick question: javascript used there native or weird mixture jquery?

i know jquery don't know "init" , "$el" stuff example means... able understand whole code when studying native javascript?

well fact "jquery" mentioned 6 times on page you've linked to, i'm going yes. yes is.

for today’s tutorial want show ... css animations and jquery.

not mention if click view demo, view page's source you'll find:

<script src=".../jquery/1.8.3/jquery.min.js"></script> 

if you're wanting learn jquery, check out http://try.jquery.com , http://learn.jquery.com.


Comments

Popular posts from this blog

html - Sizing a high-res image (~8MB) to display entirely in a small div (circular, diameter 100px) -

java - IntelliJ - No such instance method -

identifier - Is it possible for an html5 document to have two ids? -