Go Back   CodingForums.com > :: Client side development > JavaScript programming > JavaScript frameworks

Before you post, read our: Rules & Posting Guidelines

Reply
 
Thread Tools Rate Thread
Enjoy an ad free experience by logging in. Not a member yet? Register.
Old 06-17-2009, 02:22 PM   PM User | #1
Kev0121
New Coder

 
Join Date: Mar 2009
Posts: 97
Thanks: 10
Thanked 0 Times in 0 Posts
Kev0121 is an unknown quantity at this point
Jquery help.

Didnt know where else to post this, and i figured this was closest to jquery as it gets xD

Basically ive saw all the amazing cool features that jquery has to offer and i wanted to implement them in a little blog project i was doing, ive never worked with javascript or jquery before and this would be a first time.

I'm looking to implement this plugin but don't have a clue how to go about it hopefully i can get some help of this forum

Thanks.

KJD.
Kev0121 is offline   Reply With Quote
Old 06-18-2009, 11:15 PM   PM User | #2
Fumigator
UE Antagonizer


 
Fumigator's Avatar
 
Join Date: Dec 2005
Location: Utah, USA, Northwestern hemisphere, Earth, Solar System, Milky Way Galaxy, Alpha Quadrant
Posts: 7,686
Thanks: 42
Thanked 637 Times in 625 Posts
Fumigator is a glorious beacon of lightFumigator is a glorious beacon of lightFumigator is a glorious beacon of lightFumigator is a glorious beacon of lightFumigator is a glorious beacon of light
What exactly is your question and/or issue?
__________________
Fumigator is offline   Reply With Quote
Old 06-19-2009, 08:55 PM   PM User | #3
scrappy
New Coder

 
Join Date: Nov 2008
Posts: 59
Thanks: 5
Thanked 4 Times in 4 Posts
scrappy is an unknown quantity at this point
Quote:
Originally Posted by Kev0121 View Post
I'm looking to implement this plugin but don't have a clue how to go about it hopefully i can get some help of this forum
To use jquery on a webpage is a simple matter of:

Code:
<script type="text/javascript" src="jquery-1.3.2.min.js"></script>
and then just use it:

Code:
<script>
$(document).ready(function() {
  // your code here
});
</script>
It's that easy.
scrappy is offline   Reply With Quote
Old 06-23-2009, 02:42 AM   PM User | #4
Kev0121
New Coder

 
Join Date: Mar 2009
Posts: 97
Thanks: 10
Thanked 0 Times in 0 Posts
Kev0121 is an unknown quantity at this point
The //Your code here bit, what do i put? can you show me an example please =P

Thanks

KJD
Kev0121 is offline   Reply With Quote
Old 06-23-2009, 07:02 PM   PM User | #5
Fumigator
UE Antagonizer


 
Fumigator's Avatar
 
Join Date: Dec 2005
Location: Utah, USA, Northwestern hemisphere, Earth, Solar System, Milky Way Galaxy, Alpha Quadrant
Posts: 7,686
Thanks: 42
Thanked 637 Times in 625 Posts
Fumigator is a glorious beacon of lightFumigator is a glorious beacon of lightFumigator is a glorious beacon of lightFumigator is a glorious beacon of lightFumigator is a glorious beacon of light
the "your code here" part depends entirely on what you are trying to do. Google "jquery examples" or "jquery tutorial" to find many good online resources. Also, the book "jQuery in Action" is really really good and worth the $25 if you plan to do much of anything with jQuery.
__________________
Fumigator is offline   Reply With Quote
Reply

Bookmarks

Tags
jquery, plugin

Jump To Top of Thread


Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 06:02 AM.


Advertisement
Log in to turn off these ads.