+ 3
Please help me to change button value by css3
how can I change button value from "submit" to "error!" on hover ...is there any way???
5 Réponses
+ 5
i think your question is a little bit different ; i think you want client should not click button till they fill the required fields ; even if they try to click you want to change the button to error
but this will bring other issues just give me a minute i will fix your code and let you check
+ 5
here is my solution i hope you like it https://code.sololearn.com/Wds3EC2i7fkW/?ref=app
+ 3
Actually I want to use transition effect on changing the text from "submit" to "error!". so, any other way to change the value of button??
https://code.sololearn.com/Wux5I9wsfyLZ/?ref=app
+ 1
use the "onmouseover" function in JavaScript
0
batau aabhi