PLEASE NOTE: These forums are no longer utilized and are provided as an archive for informational purposes only. All support issues will be handled via email using our support ticket system. For more detailed information on this change, please see this blog post.

Checkbox not working in Firefox

  1. Ran across a very odd bug - I have a checkbox that reveals a more in depth form and it is working on all browsers except FF. I am not seeing an JS errors in the console.

    http://www.theheartfoundation.org/get-involved/donate/

    Have you seen this before?

    Posted 13 years ago on Wednesday September 8, 2010 | Permalink
  2. I wonder if it might have something to do with jquery being loaded twice in safe mode... I have it minified in my main JS file...

    Posted 13 years ago on Wednesday September 8, 2010 | Permalink
  3. I would start there. Anytime you load jQuery twice on a page it can cause problems. Which is why it's always recommended you use WordPress enqueue to load jQuery so it only loads once.

    Posted 13 years ago on Wednesday September 8, 2010 | Permalink
  4. Thank you for the quick response. Great suggestion and that is exactly what I am doing. After some further testing I can confirm that only 1 instance of jquery is loading and it is before he GF's js file.

    It looks like it is more of a CSS issue. The label is clickable but not the checkbox itself. I have fixed it though now I have an IE8 issue (odd that it works in IE 7) oh well.

    Cheers.

    Posted 13 years ago on Wednesday September 8, 2010 | Permalink