> This is the same error I get when I was building the app and the id, > gid3 in this case, did not exist on the page. It does exist, but is > hidden. I tried unhiding it and it didnt change anything. I can toggle > between 1.2.6 and 1.3.1 and watch as it works, then doesn't work. > > <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" > "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> > <html><head><title></title><script type="text/javascript" > language="JavaScript"> > function columnMove(order,scope){ > var params = ""; > if(scope != null) > { > params += "&page_scope=" + scope; > } > $.ajax({ > type: "GET", > url: "", > data: params > }); > };; > </script> > </script><script type="text/javascript" language="JavaScript">$ > (document).ready(function(){$('#gid3').flexigrid();}); > > </script> > </head><body onload="DynarchMenu.setup('hmenu_01',{ context: true, > electric: 500, tooltips: true });FormUtil.focusOnFirst > ('ttr01_con0');DynarchMenu.setup('hmenu_02',{ electric: > true });FormUtil.focusOnFirst(document)" onunload="$ > ('#gid3').flexDestroy();"> > > </body></html>
And you're including jQuery? Are you using Firebug? Can you set a breakpoint and/or verify that the scripts have all loaded correctly?