[jQuery] Re: Disable Page Refresh

2009-01-05 Thread richard.aday
Here is a link with a discussion about your topic: http://www.webmasterworld.com/forum91/4388.htm The discussion has a general consensus that "no" is the answer. However, there is some code to hack something together. In my opinion, it's just not worth it. You should create your application to

[jQuery] Re: Absolute Image location

2009-01-05 Thread richard.aday
>From what you wrote the way the link is being handled looks correct. Why don't you try: /mytrail/images/down.gif . On Jan 3, 6:54 pm, MarkAtHarvest wrote: > Brian, > > Here is the html code on myhttp://localhost:8080/mytrial/admin.gsp, on my > grails application. > Just added this to find the a

[jQuery] Re: How to check all required fields after each field is filled...

2009-01-05 Thread richard.aday
An easier way to set an onsubmit event handler on the submit button. Onsubmit, you check all the forms. If it doesn't validate, modify the DOM to show it to the user. Then _return false_. That should stop the submit action. On Jan 4, 2:36 pm, "Rick Faircloth" wrote: > Thanks, Joe! > > Rick >