Joomla.it Forum

Joomla! 3 => Joomla! 3 => : thewebsurfer 06 Oct 2014, 15:41:25

: modulo resizable
: thewebsurfer 06 Oct 2014, 15:41:25
vorrei rendere un modulo ridimensionabile
il codice è semplicissimo
:
  <link rel="stylesheet" href="http://code.jquery.com/ui/1.11.1/themes/smoothness/jquery-ui.css">
  <script src="http://code.jquery.com/ui/1.11.1/jquery-ui.js"></script>

<script>
 jQuery.noConflict();
     jQuery(document).ready(function($){
jQuery('#Mod174').resizable();


});
</script>

ma mi da ancora il maledetto "undefined is not a function"..segno che è ancora in conflitto..