Search:
Type: Posts; User: gabrielcik
Search :
Search took 0.01 seconds.
Hi,
I have got a sticky sidebar (created with a jquery script), and I would like it not to scroll down untill I reach the end of it...
I try to give a better explanation.
The jquery script...
When i type some text in the textbox, all character are recognized but enter.
ex:
I type in my textbox:
"Hello
world"
i get back "Helloworld" enter is ignored. If i type "Hello world" i...
Hi,
I am writing a small js app... I need to use Switch and case for to process a string (textarea).
I don't know why but I am unable to make the script recognize the "Enter key":
case...
Hi,
I understood that it is possible to write if (var1 && var2 >1)... and if i want to write "or"... Do i have to write if (var1>1 || var2>1) or there is also another way?
thx!
Thank you for your answers!
is it possible to put two var inside a If statement?
es, to write smth like this:
if ((var1 > 1) || (var2>1)) ...
in only one expression (to put var1 and var 2...
Hi,
Yes.. it is exactly this...
Is it possible to do in the way that a var test1 include both name and value?
in the way that i will get the same result but just with one var?
Thank you:)
Hi,
I am new in Javascript... i would like to know if it is possible to get this result:
I have this var:
var test= document.forms.forms1
i would like to complete it another var like:
var...