I want to remove Jquery-ui for a moment.
<script type="text/javascript" src="jquery-ui.js"></script>
But by doing that, i have a problem with $(whatever).tabs();
$(whatever).button();
etc...
When the browser meet the call, it just crash.
Is there a way to just ask him to continue normally ?
I don't want to add //
manually on every lines.