this is my website i develop http://alessandro.babonmultimedia.com/ when we clicked at contact (navigation at top), there will be contact us form loaded via jquery AJAX,
the question is:
- when we click submit, it will sending mail.
this is work in Firefox 3.6.1, but in google chrome 7.0.517.41 the submit button do nothing..
- why this can be happen?
- is there a way to make it work?
- what is the best method to implement AJAX JavaScript, when the selector we are targeting is loaded via javascript (i first use $(document).ready(), but this not work for content loaded via AJAX 🙁 )
Thx..
Looking at my error log it seems you are still referencing
console
. If the console isn’t open thenwindow.console
is undefined and will halt execution.