diff options
author | Manolo Carrasco <manolo@apache.org> | 2012-03-12 23:45:45 +0000 |
---|---|---|
committer | Manolo Carrasco <manolo@apache.org> | 2012-03-12 23:45:45 +0000 |
commit | d9c72efc9b6cbc254f6d3ae22ea7a1d76bcba6c3 (patch) | |
tree | 30a217ba23865de37cc045c4d32bb239c971b7b3 /jsquery/samples | |
parent | 385d537fc799f3ac3146fbac4f6abbcabffaaa94 (diff) | |
download | gwtquery-d9c72efc9b6cbc254f6d3ae22ea7a1d76bcba6c3.tar.gz gwtquery-d9c72efc9b6cbc254f6d3ae22ea7a1d76bcba6c3.zip |
This is the first jQuery plugin working with jsQuery. It needs cleanning and maybe BundleGenerators to have the js in an external file
Diffstat (limited to 'jsquery/samples')
-rw-r--r-- | jsquery/samples/zoom.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/jsquery/samples/zoom.html b/jsquery/samples/zoom.html index d4d2f9a1..8d7489ef 100644 --- a/jsquery/samples/zoom.html +++ b/jsquery/samples/zoom.html @@ -50,7 +50,8 @@ border: none; } </style> - <script language="javascript" src="../target/jsquery-1.1.0-SNAPSHOT/jsquery/jsquery.nocache.js" ></script> + <!-- <script language="javascript" src="../target/jsquery-1.1.1-SNAPSHOT/jsquery/jsquery.nocache.js" ></script> --> + <script language="javascript" src="../../api/jsquery.nocache.js" ></script> </head> <body> |