Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
wiki:jquery_ui_intro [2009/11/01 10:45] tony |
wiki:jquery_ui_intro [2013/05/27 10:17] (current) olegk include X-UA-Compatible meta |
||
---|---|---|---|
Line 12: | Line 12: | ||
<head> | <head> | ||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> | <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> | ||
+ | <meta http-equiv="X-UA-Compatible" content="IE=edge" /> | ||
<title>My First Grid</title> | <title>My First Grid</title> | ||
| | ||
Line 31: | Line 32: | ||
Where jquery-ui-1.7.2.custom.min.js is the jQuery UI library \\ | Where jquery-ui-1.7.2.custom.min.js is the jQuery UI library \\ | ||
In order to overcome some confusions we recommend to download the full version of the UI library. Later in every method we provide information which jQuery UI widget is necessary to be downloaded in order to use a particular method. \\ | In order to overcome some confusions we recommend to download the full version of the UI library. Later in every method we provide information which jQuery UI widget is necessary to be downloaded in order to use a particular method. \\ | ||
- | Another important note is that when you download the jqGrid you should check the jQuery UI addons in the [[wiki:download| download section ]] | + | Another important note is that when you download the jqGrid you should check the jQuery UI addons in the [[wiki:download| download section ]] \\ |
+ | Now it is time to use it. Click here to [[ wiki:jquery_ui_methods | continue]] |