I'm having trouble figuring out how to apply Javascript to the text area. Can you advise on whether it's best to use onfocus, onblur, or onclick?
Here is the code for the text area:
<input type="text" name="c_Kenteken" id="invoerKenteken" class="zoek_kentekenplaat" />
And here is the script:
<script language="javascript" type="text/javascript">
... (Script content has been omitted for brevity)
</script>
The CSS for the text area:
... (CSS content has been omitted for brevity)
You can view the JSFIDDLE here.
If anyone can help me with this issue, I would greatly appreciate it!
Thank you,
Jazper