Jump to content

shaiang

Members
  • Posts

    16
  • Joined

  • Last visited

    Never

Everything posted by shaiang

  1. Hi, Try to use firebug - http://getfirebug.com/ with firefox. You have syntax errors. And usually when working with images, it's better to use $(document).ready()
  2. Hi, I'm developing a mobile app, that uses the Audio object through javascript. The audio works great on Android browser,chrome,firefox and even explorer... But not in safary nor iOs browser. I've tried to use the audio element(no-js) and i get the "Your browser does not support the audio element" message in safary. That's weird because it suppose to work. Any help will be appreciated.
  3. Hi, You need to prevent the form submission. Javascript have a function ready for you. https://developer.mozilla.org/en/DOM/event.preventDefault
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.