Simple way to get the jQuery version number put this into the console window
Archive for the 'jquery' Category
get the jQuery version number
18:48 |
jquery
|
252 views
contenteditable – select all on double click
15:35 |
javascript
, jquery |
557 views
Goal: don’t be fool, do it easy A have a DIV with contenteditable=”true” attribute. Like a textbox but not really. I want to select all the content with a double click on it. With jQuery like this: … so do you know better than this solution? … I have read many scientific solution for this […]
Goal: don’t be fool, do it easy A have a DIV with contenteditable=”true” attribute. Like a textbox but not really. I want to select all the content with a double click on it. With jQuery like this: … so do you know better than this solution? … I have read many scientific solution for this […]
jQuery Select Cheet Sheet
9:05 |
, jquery
|
552 views
Goal: to collect all the available select types textbox: see also: other cheet sheets
Goal: to collect all the available select types textbox: see also: other cheet sheets
jquery plugin skeleton
21:30 |
jquery
|
587 views
Goal: to provide an usable plugin skeleton
Goal: to provide an usable plugin skeleton
jQuery Easing Cheat Sheet
8:36 |
, javascript
, jquery |
1177 views
Goal: provide quick reference of easing 1. coding skeleton 2. easing reference source: easings.net see also: easing fix for wordpress, other cheet sheets
Goal: provide quick reference of easing 1. coding skeleton 2. easing reference source: easings.net see also: easing fix for wordpress, other cheet sheets
easing fix for wordpress
23:44 |
jquery
, wordpress |
564 views
Goal: run easing animations under my page. The story similar to jQuery and wordpress one. Find the file in the theme directory and include two lines above like this see also: Easing Cheat Sheet
Goal: run easing animations under my page. The story similar to jQuery and wordpress one. Find the file in the theme directory and include two lines above like this see also: Easing Cheat Sheet
jquery vs mootools conflict solution
10:01 |
jquery
|
610 views
jQuery and MooTools relation has a trouble. Let’s solve this. 1. disable the global alias 2. wrap the jQuery code snippets like this
jQuery and MooTools relation has a trouble. Let’s solve this. 1. disable the global alias 2. wrap the jQuery code snippets like this
enable jquery in wordpress
14:26 |
jquery
, wordpress |
575 views
1. include the jquery into your theme Find the file in the theme directory and include one line above like this
1. include the jquery into your theme Find the file in the theme directory and include one line above like this