gar onn Posted December 2, 2009 Report Share Posted December 2, 2009 I would like to install a Jquery plug-in but I don't know how(I've been working with Jquery since 1 moth so...) Link to comment Share on other sites More sharing options...
thescientist Posted December 2, 2009 Report Share Posted December 2, 2009 aren't Jquery plugin's essentially like libraries that just need to be "included" like any other external file? Link to comment Share on other sites More sharing options...
Synook Posted December 3, 2009 Report Share Posted December 3, 2009 Eh, you just use the script tag to reference the jQuery file. <script type="text/javascript" src="js/jquery.js"></script> Link to comment Share on other sites More sharing options...
gar onn Posted December 3, 2009 Author Report Share Posted December 3, 2009 (edited) I think my question is misunderstood ,lets re-fabricate:I' want to ad an plug-in TO Jquery but I... Edited December 3, 2009 by gar onn Link to comment Share on other sites More sharing options...
thescientist Posted December 3, 2009 Report Share Posted December 3, 2009 is there any documentation for the plug-in? Sorry, I've never used jQuery. Link to comment Share on other sites More sharing options...
jeffman Posted December 3, 2009 Report Share Posted December 3, 2009 Didn't this page help: http://docs.jquery.com/Plugins/Authoring Link to comment Share on other sites More sharing options...
Synook Posted December 4, 2009 Report Share Posted December 4, 2009 Ah - you just you just use the script tag to reference the jQuery plugin file. <script type="text/javascript" src="js/jquery-plugin.js"></script> Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now