Welcome Guest, Not a member yet? Register   Sign In
form_dropdown and selected
#4

[eluser]slowgary[/eluser]
This is another reason why I don't really get using helpers to generate markup. The markup is so simple to begin with, does it really simplify anything? What's the benefit?

If you MUST do it this way, a crappy hack could be to just use JavaScript to insert the first element...
Code:
< script type='text/javascript' >
$('select').prepend("<option selected='selected' disabled='disabled'>Please select...</option>");
< /script>

This example uses jQuery


Messages In This Thread
form_dropdown and selected - by El Forum - 04-20-2009, 12:45 PM
form_dropdown and selected - by El Forum - 04-20-2009, 12:56 PM
form_dropdown and selected - by El Forum - 04-20-2009, 01:01 PM
form_dropdown and selected - by El Forum - 04-20-2009, 06:45 PM
form_dropdown and selected - by El Forum - 04-20-2009, 11:02 PM



Theme © iAndrew 2016 - Forum software by © MyBB