Top "Mozilla" questions

DO NOT USE THIS TAG, it is going to be removed.

window.onload function doesn't work on Mozilla Firefox

I'm using a loading screen for a webpage and I use window.onload function. Everything works great except in Mozilla …

javascript jquery firefox onload mozilla
Date picker html5 tag is not working on Mozilla, IE browsers. But its working only on Chrome

I am trying to use HTML 5 Date picker tag in my website. But this tag is not supporting on Mozilla &…

html forms internet-explorer datepicker mozilla
What is the concept of Array.map?

I am having problems understanding the concept of Array.map. I did go to Mozilla and Tutorials Point, but they …

javascript jquery arrays mozilla array-map
IE input file attribute is undefined

I have the following input file tag: <input type="file" id="handlerxhr1" /> In mozilla when I run the …

javascript jquery internet-explorer mozilla
"DataCloneError: The object could not be cloned." in FireFox 34

Using given function to post message, but getting error "DataCloneError: The object could not be cloned." at Line "target['postMessage'](…

javascript local-storage mozilla postmessage
-webkit- vs -moz-transition

I am using CSS3 transitions on my site and the -webkit- seems to be working, whilst the -moz- is not. …

css webkit mozilla css-transitions
Chrome and Firefox are not able to access iPhone Camera

The below code of HTML <video id="video" class="video" height="400" width="400" playsinline autoplay muted loop></video&…

javascript iphone html google-chrome mozilla
Can I use Mozilla Public License 1.1 (MPL) in a commercial app?

There are a couple of threads talking about license issue. Mostly focusing on GPL/LGPL/BSD. I am trying to …

rabbitmq mozilla
How do I keep my cacert.pem current for security reasons when using curl?

I would like to keep my root certificates current for use with cURL and PHP's internal curl command, however there …

php curl mozilla pem php-openssl
CSS Border for checkbox

I am applying a style for a checkbox from jQuery $("#reg_checkbox").css("border","thin solid red"); The border works …

jquery css mozilla