For now, I place it in another .js file which is included after the jqueryui.js For example:
<script type="text/javascript" src="js/jquery-1.3.2.min.js"></script> <script type="text/javascript" src="js/jquery- ui-1.7.2.custom.min.js"></script> <script type="text/javascript" src="js/myExtensions.js"></script> I do this because I want to customize the behavior of the existent widgets. On Jun 25, 7:14 pm, Charlie <[email protected]> wrote: > just curious, when you extend like this do you append the extension to > ui.tabs.js or place it with document.ready functions? --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "jQuery UI" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/jquery-ui?hl=en -~----------~----~----~----~------~----~------~--~---
