Re: [web2py] AJAX issue with '#' in URL

2010-09-10 Thread geoff
In your controller you could check for the # and strip it? Alternatively, I believe you can have your onclick return false which will avoid the # On Sat, 2010-09-04 at 14:45 -0700, weheh wrote: I have a controller that takes an argument, which is the id of a row in mytable. If the arg is

[web2py] AJAX issue with '#' in URL

2010-09-04 Thread weheh
I have a controller that takes an argument, which is the id of a row in mytable. If the arg is present, then the row is displayed at the top of the page and all the rows are displayed at the bottom of the page. Otherwise, the first item in mytable is displayed. The rows at the bottom of the page