-
jQuery and jQuery-UI, javascript and css framework.
You ever wanted to have a cool looking website with awesome animations and effect, but you are bad in programming and design ?
No problem, jQuery is here for you !
With jQuery you can easily select all the elements on your web page using the powerful CSS selector, and make them interact with your web page easily.
For example, you have a div with the id "myDiv" and you want to select it, add the class "redBg" to it and make it appear slowly with a smooth animation ?
Easy : $("#myDiv").addClass("redBg").show("slow");
Congratulations, you just used a jQuery code.
And with the CSS framework, you'll be able to make even more powerful animations !
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
Forum Rules