Skip to content

Commit 2440b69

Browse files
committed
v1.0.13 release
This update contains a minor bug fix: BorisMoore/jsviews#455: "Using a tmpl selector that begins with a # but is not an ID selector does not work". This change applies to jsrender and jsviews The update also includes some minor documentation updates, and moves to the latest versions of JQuery and JQuery UI, for all samples, examples, and test pages. Sync with other changes in v1.0.13 for JsViews
1 parent 75f2059 commit 2440b69

45 files changed

Lines changed: 72 additions & 68 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

demos/scenarios/01_default-values-scenario.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<!DOCTYPE html>
22
<html>
33
<head>
4-
<script src="//code.jquery.com/jquery-3.6.1.js" type="text/javascript"></script>
4+
<script src="//code.jquery.com/jquery-3.6.4.js" type="text/javascript"></script>
55
<script src="../../jsrender.js" type="text/javascript"></script>
66
<link href="../resources/demos.css" rel="stylesheet" type="text/css" />
77

demos/scenarios/02_separators-scenario.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<!DOCTYPE html>
22
<html>
33
<head>
4-
<script src="//code.jquery.com/jquery-3.6.1.js" type="text/javascript"></script>
4+
<script src="//code.jquery.com/jquery-3.6.4.js" type="text/javascript"></script>
55
<script src="../../jquery-1.8.0.js" type="text/javascript"></script>
66
<script src="../../jsrender.js" type="text/javascript"></script>
77
<link href="../resources/demos.css" rel="stylesheet" type="text/css" />

demos/scenarios/03_iterating-through-fields-scenario.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<!DOCTYPE html>
22
<html>
33
<head>
4-
<script src="//code.jquery.com/jquery-3.6.1.js" type="text/javascript"></script>
4+
<script src="//code.jquery.com/jquery-3.6.4.js" type="text/javascript"></script>
55
<script src="../../jsrender.js" type="text/javascript"></script>
66
<link href="../resources/demos.css" rel="stylesheet" type="text/css" />
77

demos/scenarios/04_assigning-variables-scenario.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<!DOCTYPE html>
22
<html>
33
<head>
4-
<script src="//code.jquery.com/jquery-3.6.1.js" type="text/javascript"></script>
4+
<script src="//code.jquery.com/jquery-3.6.4.js" type="text/javascript"></script>
55
<script src="../../jsrender.js" type="text/javascript"></script>
66
<link href="../resources/demos.css" rel="stylesheet" type="text/css" />
77

demos/scenarios/05_arrays-plus-headers-and-footers.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<!DOCTYPE html>
22
<html>
33
<head>
4-
<script src="//code.jquery.com/jquery-3.6.1.js" type="text/javascript"></script>
4+
<script src="//code.jquery.com/jquery-3.6.4.js" type="text/javascript"></script>
55
<script src="../../jsrender.js" type="text/javascript"></script>
66
<link href="../resources/demos.css" rel="stylesheet" type="text/css" />
77

demos/step-by-step/01_inserting-data.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<!DOCTYPE html>
22
<html>
33
<head>
4-
<script src="//code.jquery.com/jquery-3.6.1.js" type="text/javascript"></script>
4+
<script src="//code.jquery.com/jquery-3.6.4.js" type="text/javascript"></script>
55
<script src="../../jsrender.js" type="text/javascript"></script>
66
<link href="../resources/demos.css" rel="stylesheet" type="text/css" />
77
</head>

demos/step-by-step/02_compiling-named-templates-from-strings.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<!DOCTYPE html>
22
<html>
33
<head>
4-
<script src="//code.jquery.com/jquery-3.6.1.js" type="text/javascript"></script>
4+
<script src="//code.jquery.com/jquery-3.6.4.js" type="text/javascript"></script>
55
<script src="../../jsrender.js" type="text/javascript"></script>
66
<link href="../resources/demos.css" rel="stylesheet" type="text/css" />
77

demos/step-by-step/03_converters-and-encoding.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<!DOCTYPE html>
22
<html>
33
<head>
4-
<script src="//code.jquery.com/jquery-3.6.1.js" type="text/javascript"></script>
4+
<script src="//code.jquery.com/jquery-3.6.4.js" type="text/javascript"></script>
55
<script src="../../jsrender.js" type="text/javascript"></script>
66
<link href="../resources/demos.css" rel="stylesheet" type="text/css" />
77

demos/step-by-step/04_if-else-tag.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<!DOCTYPE html>
22
<html>
33
<head>
4-
<script src="//code.jquery.com/jquery-3.6.1.js" type="text/javascript"></script>
4+
<script src="//code.jquery.com/jquery-3.6.4.js" type="text/javascript"></script>
55
<script src="../../jsrender.js" type="text/javascript"></script>
66
<link href="../resources/demos.css" rel="stylesheet" type="text/css" />
77

demos/step-by-step/05_for-tag.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<!DOCTYPE html>
22
<html>
33
<head>
4-
<script src="//code.jquery.com/jquery-3.6.1.js" type="text/javascript"></script>
4+
<script src="//code.jquery.com/jquery-3.6.4.js" type="text/javascript"></script>
55
<script src="../../jsrender.js" type="text/javascript"></script>
66
<link href="../resources/demos.css" rel="stylesheet" type="text/css" />
77

0 commit comments

Comments
 (0)