File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 1
- # jquery.localize.js - a jQuery plugin that makes it easy to i18n your static web site.
1
+ # jquery.localize.js
2
+
3
+ ## a jQuery plugin that makes it easy to i18n your static web site.
2
4
3
5
## Synopsis
4
6
5
7
* Lazily loads JSON translation files based on a simple naming convention.
6
8
* By default, applies the translations to your document based on simple attribute convention.
7
- * Recently updated for jQuery 1.5 (tests use jQuery 1.5 .2)
9
+ * Recently updated for jQuery 1.7 (tests use jQuery 1.7 .2)
8
10
9
11
## Basic Usage
10
12
Original file line number Diff line number Diff line change 8
8
< link href ="vendor/qunit.css " media ="screen " rel ="stylesheet " type ="text/css " />
9
9
10
10
<!--Application scripts-->
11
- < script src ="https://ajax.googleapis.com/ajax/libs/jquery/1.5 .2/jquery.min.js " type ="text/javascript " charset ="utf-8 "> </ script >
11
+ < script src ="https://ajax.googleapis.com/ajax/libs/jquery/1.7 .2/jquery.min.js " type ="text/javascript " charset ="utf-8 "> </ script >
12
12
< script src ="../build/jquery.localize.js " type ="text/javascript " charset ="utf-8 "> </ script >
13
13
14
14
<!--Test scripts-->
You can’t perform that action at this time.
0 commit comments