Este plugin no se ha probado con las últimas 3 versiones mayores de WordPress. Puede que ya no tenga soporte ni lo mantenga nadie, o puede que tenga problemas de compatibilidad cuando se usa con las versiones más recientes de WordPress.

getMovingJQuery

Descripción

This WordPress Plugin provides a very easy way to load the well known jQuery and jQuery UI Javascript library with the basic CSS theme from Google CDN.
It is cool to write Blog Posts about JQuery and include some ready to work JQuery sample code.

Capturas

  • Administration

Instalación

This section describes how to install the plugin and get it working.

  1. Upload getmovingjquery.php to the /wp-content/plugins/getmovingjquery/ directory.
  2. Activate the plugin through the ‘Plugins’ menu in WordPress
  3. Activate inclusion of jQuery in the administration panel.
    You need to save you settings! jQuery will not autmaticly included after plugin activation.

    Done! You are now ready to make use of jQuery and jQuery UI.

FAQ

None

None.

Reseñas

No hay valoraciones para este plugin.

Colaboradores y desarrolladores

«getMovingJQuery» es un software de código abierto. Las siguientes personas han colaborado con este plugin.

Colaboradores

Traduce «getMovingJQuery» a tu idioma.

¿Interesado en el desarrollo?

Revisa el código , echa un vistazo al repositorio SVN o suscríbete al registro de desarrollo por RSS.

Registro de cambios

    1.0.3.2

  • Fixed a compatibility issue with WordPress 3 while calling add_submenu_page.
    1.0.3 hotfix

  • jQuery runs in noconflict mode in WordPress backend.
    For that reason getMovingJQuery script inclusions are now only invoked if (is_admin()===false).
    1.0.2

  • Inclusion of jQuery Core Library is now optional.
  • Inclusion of jQuery UI Library is now optional.
  • Inclusion of jQuery CSS is now optional.
  • Version of jQuery Core Library is now configurable.
  • Version of jQuery UI Library is now configurable.
  • Themename of jQuery CSS Theme is now configurable.
  • User can choose CSS Theme from dropdownbox.
    0.0.1

  • Initial import.