Skip to content

Instantly share code, notes, and snippets.

@sergiois
Last active December 22, 2015 04:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sergiois/6417420 to your computer and use it in GitHub Desktop.
Save sergiois/6417420 to your computer and use it in GitHub Desktop.
Joomla! 3.0 ha introducido jQuery como característica principal en el Core. Las extensiones de terceros ya no necesitan cargar jQuery, debido a que ya se suministra con Joomla!. La única cosa que extensiones requieren una simple llamada a la clase JHTML:
<?php
JHtml::_('jquery.framework');
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment