With WordPress 3.3 also jQuery and all its modules have been aligned. Now it is possible to access the new list of modules in the latest release 3.3, such as the autocomplete. Here's a snippet for a good inclusion:
1 2 3 4 5 6
| / / Load modules that WordPress for us preparatory to the script "MyScript.js" array ( 'jquery-ui-slider' , $ Deps = array ('jquery-ui-slider', 'Jquery-ui-datepicker', 'Jquery-ui-autocomplete' ); , 'js/myscript.js' , $deps , 1 . 3 . 4 , true ) ; wp_enqueue_script ('key', 'js / MyScript.js', $ deps, 1. 3. 4, true); |
More ...
The calendar widget for jQuery UI , the so-called DatePicker , allows many settings, including the one to decide a range of years to display in the dropdown menu.
More ...
PHP IDE dedicated to the development there are many, ranging from free to paid ones. For a long time I have used tools such as Eclipse or Aptana , coming to serve a specialized editor with HTML / Javascript, and - even - CSS. For a year now, however, I think I found definitivamento a complete environment that, at least in my case, it solves all my problems: PhpStorm .
More ...
Verify the existence of an element in the DOM
It would happen that it must establish the existence of an element of the DOM. With jQuery could be spontaneously try:
More ...
Let me demonstrate how you can implement a simple Slideshow of images with very few lines of code, using jQuery .
This technique can be implemented on any type of Web site, the important thing is to include the library jQuery . I used this technique to a site built in WordPress , developed in a few hours for an event.
More ...
jQuery is up to version 1.4! In addition to several new features and the "usual" rewrite of the code, all documentation has been revised so really more readable than before. impostato a _blank ! But we see the question of this post; problem: add, using jQuery, a class to all tags a possessing the attribute target set to _blank !
More ...
Two elements of the HTML DOM overlapping, both sensitive to an event click suffer dell'annoso degi problem of propagation events between the layers of the DOM itself: the so-called event bubbling. This behavior (which is also found in other development environments: See Actionscript 3.0: MovieClip MovieClip over ) is in itself useful in many cases.
More ...
You can set the options in a dialog() jQuery UI in a comprehensive manner, so that they affect all dialogues that will open. This is useful for not continually repeat the same indentiche settings. To do this you can choose two ways:
More ...
In the latest revision of jQuery UI was eliminated the option shadow that could remove the shadow around the dialogues. The option, strangely, still plays its role but, in contrast, produces a Javascript error and prevents the movement of a dialogue:
More ...
While waiting for the official release of jQuery UI 1.7 (eh yes, the jQuery development team decided that it will release as version 1.7, due to confusion), which may be one option to remove the close button of a dialog, here's how quickly resolve the problem with the current 1.6rc6:
More ...
Latest Comments
kOoLiNuS : @ Giovambattista Fazioli: thank you! more than willing!
Giovambattista Fazioli : @ kOoLiNuS: Quiet, you can probably anticipate that WPX Cleanfix will be free, and ...
kOoLiNuS : @ kOoLiNuS: a missing
and a 
kOoLiNuS : @ Giovambattista Fazioli: I subscribed to, but when I was my amateur use of the platform ...
Giovambattista Fazioli : @ kOoLiNuS: Yes, this is a known issue. Occurs when the tables in question are ...