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