I have the following code:
<select multiple="multiple" id="carros" size="1" name="carros">
<option value="volvo">Volvo</option>
<option value="saab">Saab</option>
<option value="opel">Opel</op...
I'm having a problem, which is apparently bothering other developers who use the Telerik components ....
link
And the Telerik developers ...
link
The fact is that in Firefox it does not print when you click the print button, it p...
I started programming UserScripts in Chrome and almost all of the code snippets I find work, but when it comes to Firefox it's a problem. In Chrome I use Tampermonkey and in Firefox Scriptish (which is a fork of Greasemonkey).
[Note...
I've used imacro on these bug sites, and the process works perfectly. but it is not 100%. I need a code to put at the end of the script process that makes it look up the word on the site, if I find it start the process again, otherwise, wait 360...
I'm trying to align the text inside a <select> but it's only aligned (by default) using Chrome and IE11 browsers (as it may seem), only in FF (v27.0.1) that the text stays in top.
I have tried to use vertial-align:middle b...
padding-bottom in <textarea> , works normally in Google Chrome and other browsers when scrollbar scrolls, but in Firefox the spacing always stays "fixed" and texts are cut off.
Difference in Opera (based on Chromium) and...
I was testing a script to calculate interest and realized that my code does not work in Google Chrome , but if I open the same script in Mozilla it works perfectly.
What can it be?
elementsArray = document.querySelector...
I'm having an unexpected behavior with unique of jQuery.
The following command:
var x = [1,2,1,2];
var y = $.unique(x);
document.write(y);
In Chrome it results in 1,2 (which is correct), but in Firefox it appears 1,2,...
No IE has ActiveX that lets me know if a record exists.
Is there a way for Firefox and Google Chrome to let me know if a particular record also exists (using javascript) either through a plugin or another method?...
I'm developing a web page where I use a lot of CSS effects. between one of them I realized that I can not use filters in Firefox. Searching the internet I found some solutions that tell me to use SVG files. The problem is when I need to use 2 fi...