Click here to Skip to main content
15,898,371 members

Comments by amin khoshzahmat (Top 6 by date)

amin khoshzahmat 10-Apr-15 1:52am View    
can you please paste your php code here?
amin khoshzahmat 6-Apr-15 8:02am View    
maybe you are right
amin khoshzahmat 6-Apr-15 7:59am View    
whats in line 6?
or before that?
amin khoshzahmat 10-Dec-14 17:23pm View    
according to (http://www.w3.org/TR/css3-transitions/#transition-property-property) you dont need to use vendor prefix!
-------------
by the way you can check your property,if it is ok to your browser version
http://caniuse.com/#search=transition
-------------
try this (short handnotation): transition: 1s height;
-------------
when ever you want to check your css
(paste your css into 'By direct input' tab, then check it
http://jigsaw.w3.org/css-validator/#validate_by_input
-------------
amin khoshzahmat 7-Dec-14 12:48pm View    
Deleted
thank you!

so could please help me with code, i dont want to submit form or anything by clicking, i want to do it by keyup event

$('#name').keyup(function(){ // suggest me closet terms }