Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » ServerTools (WTP) » How to run jQuery in Eclipse?(I have installed "JSDT jQuery 1.4.0" in "Eclipse IDE for JavaScript Web Developer" but how to use? )
How to run jQuery in Eclipse? [message #823586] Sun, 18 March 2012 15:07 Go to next message
boris starchev is currently offline boris starchevFriend
Messages: 3
Registered: March 2012
Junior Member
I have installed "JSDT jQuery 1.4.0" in "Eclipse IDE for JavaScript Web Developer"s but jQuiery scripts not running in "Static Web Project" using HTTP Preview on localhost.
How to run jQuery in Eclipse?
Re: How to run jQuery in Eclipse? [message #824121 is a reply to message #823586] Mon, 19 March 2012 09:28 Go to previous messageGo to next message
Bob Sadarka is currently offline Bob SadarkaFriend
Messages: 40
Registered: February 2012
Member
JQuery is actually a Javascript library, so you need to write some Javascript code to use it.
Re: How to run jQuery in Eclipse? [message #824581 is a reply to message #824121] Mon, 19 March 2012 21:00 Go to previous message
boris starchev is currently offline boris starchevFriend
Messages: 3
Registered: March 2012
Junior Member
I can not execute example like this in Eclipse IDE for JavaScript Web
<script type="text/javascript">
// we will add our javascript code here
$(document).ready(function() {
$("a").click(function() {
alert("Hello world!");
});
});
Previous Topic:Error in JPA preferences page in Juno M6
Next Topic:In Indigo, Javsascript validator no longer checking for undefined functions?
Goto Forum:
  


Current Time: Thu Mar 28 11:46:57 GMT 2024

Powered by FUDForum. Page generated in 0.02917 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top