Trying to get simple jquery animations on a site I created in Dreamweaver
Posted
by JoeOzz
on Stack Overflow
See other posts from Stack Overflow
or by JoeOzz
Published on 2010-05-11T23:08:24Z
Indexed on
2010/05/11
23:14 UTC
Read the original article
Hit count: 271
Hey guys, another question. I'm trying to do some basic jQuery stuff for my final project. I'll be using it to modify my already existing site created in Dreamweaver a few months ago.
However, no matter how I source the framework, it just won't take regardless of whether I host my own copy or link to someone else's like Google's.
I'm including my jQuery function calls within my already existing .js file that includes some auto generated functions. I also tried creating a new .js specifically for my jQuery functions and still nothing.
I realize this is vague, but any tips? Do I need another framework for jQuery to work off of to make animations like
.fadeIn()
or .slideDown()
?
Thanks guys and gals!
© Stack Overflow or respective owner