Skip to content
This repository was archived by the owner on Jan 10, 2024. It is now read-only.

Commit 0d0e60f

Browse files
author
Pat Patterson
committed
Added pointers to jQuery, jQuery-swip etc
1 parent 3fe79b5 commit 0d0e60f

File tree

3 files changed

+25
-1
lines changed

3 files changed

+25
-1
lines changed

README.markdown

+7-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,14 @@ Your HTML page will need to include jQuery and the toolkit, then create a client
6161

6262
<html>
6363
<head>
64+
65+
<!--
66+
jQuery - http://docs.jquery.com/Downloading_jQuery
67+
-->
6468
<script type="text/javascript" src="static/jquery.js"></script>
69+
<!--
70+
From jQuery-swip - http://code.google.com/p/jquery-swip/source/browse/trunk/jquery.popupWindow.js
71+
-->
6572
<script type="text/javascript" src="static/jquery.popup.js"></script>
6673
<script type="text/javascript" src="forcetk.js"></script>
6774
<script type="text/javascript">
@@ -120,7 +127,6 @@ An absolutely minimal sample using OAuth to obtain a session ID is:
120127
<html>
121128
<head>
122129
<script type="text/javascript" src="static/jquery.js"></script>
123-
<script type="text/javascript" src="static/jquery.popup.js"></script>
124130
<script type="text/javascript" src="forcetk.js"></script>
125131
<script type="text/javascript" src="phonegap.0.9.5.min.js"></script>
126132
<script type="text/javascript" src="ChildBrowser.js"></script>

example.html

+15
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,26 @@
3333
Force.com JavaScript REST Toolkit
3434
</title>
3535
<link rel="stylesheet" type="text/css" href="style.css">
36+
<!--
37+
jQuery UI - http://jqueryui.com/download
38+
-->
3639
<link rel="stylesheet" type="text/css" href="static/jquery-ui.css">
3740

41+
<!--
42+
jQuery - http://docs.jquery.com/Downloading_jQuery
43+
-->
3844
<script type="text/javascript" src="static/jquery.js"></script>
45+
<!--
46+
From jQuery-swip - http://code.google.com/p/jquery-swip/source/browse/trunk/jquery.popupWindow.js
47+
-->
3948
<script type="text/javascript" src="static/jquery.popup.js"></script>
49+
<!--
50+
jQuery UI - http://jqueryui.com/download
51+
-->
4052
<script type="text/javascript" src="static/jquery-ui.js"></script>
53+
<!--
54+
TrimPath Template - http://code.google.com/p/trimpath/downloads/detail?name=trimpath-template-1.0.38.js
55+
-->
4156
<script type="text/javascript" src="static/template.js"></script>
4257
<script type="text/javascript" src="forcetk.js"></script>
4358
<script type="text/javascript" src="app.js"></script>

mobile.html

+3
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,9 @@
3737
-->
3838
<link rel="stylesheet" href="http://code.jquery.com/mobile/1.0a4/jquery.mobile-1.0a4.min.css" />
3939
<script type="text/javascript" src="http://code.jquery.com/jquery-1.5.2.min.js"></script>
40+
<!--
41+
From jQuery-swip - http://code.google.com/p/jquery-swip/source/browse/trunk/jquery.popupWindow.js
42+
-->
4043
<script type="text/javascript" src="static/jquery.popup.js"></script>
4144
<script type="text/javascript" src="http://code.jquery.com/mobile/1.0a4/jquery.mobile-1.0a4.min.js"></script>
4245
<script type="text/javascript" src="forcetk.js"></script>

0 commit comments

Comments
 (0)