i'd guess your file is not being loaded correctly

got a "live" page to see?



On Dec 7, 4:19 pm, Gowrishankar <[EMAIL PROTECTED]> wrote:
> Hi All,
>
> I have been trying to use the table sorter but not sure why this error
> pops up :
>
> jQuery("#myTable").tablesorter is not a function
>
>                 <script type="text/javascript" 
> src="/scripts/jquery-1.2.6.pack.js"/>
>                 <script type="text/javascript" 
> src="/scripts/jquery.tablesorter.js"/
>
>
>
>                 <script language="javascript">
>
>                 <!--
>
>                   var $j = jQuery.noConflict();
>
>                   jQuery(document).ready(function()
>                                     {
>                                       //        alert('Hi');
>                                       jQuery("#myTable").tablesorter();
>
>                                     }
>                   );
>
>                  -->

Reply via email to