tab widget not working

tab widget not working

Hi,

I have been trying to use the jquery tab widget but it is not functioning properly.

The whole content is getting displayed in a single tab and while clicking on the rest of the tabs nothing is happening.

I have followed the steps as it is there in the jquery site to integrate the tab widget.

I have put ui.core.js, ui.tabs.js and the script below:

<script type="text/javascript">
$(document).ready(function(){
$("#tabs").tabs();
});
</script>

Could it be a version problem as i am using an older version of jquery not 1.3.2

Anyone please help me out.

It is very urgent for me.

Thanks a lot in advance.