Hello,
I have 2 questions, and they almost are the same question:
1- In CFv5, how can I show the list of value in CFv5 when the mouse is over the Dowpdown selector?
2- Also the same question relative to CCv5: I have a Drowpdown selector defined in a listing by using
I didn't find anything in the web an example on usage of jquery for "Select" selector. I only find for "ul / li" example. Is it a solution for that?
Thanks
Bertrand
I have 2 questions, and they almost are the same question:
1- In CFv5, how can I show the list of value in CFv5 when the mouse is over the Dowpdown selector?
2- Also the same question relative to CCv5: I have a Drowpdown selector defined in a listing by using
Model.field: <select id="MyField" name="MyField" class="Dropdown" onchange="Display({Model.id},this)">
<option value="">.....</option>
<option value="1">MyTest_1</option>
<option value="2">MyTest_2</option>
<option value="3">MyTest_3</option>
</select>
I didn't find anything in the web an example on usage of jquery for "Select" selector. I only find for "ul / li" example. Is it a solution for that?
Thanks
Bertrand
Sorry,
"Is it a solution for that?" --> must read, is there any solution for that in jquery?
Bertrand
"Is it a solution for that?" --> must read, is there any solution for that in jquery?
Bertrand
Hi Bertrand,
I don't understand Q1 - normally the list of texts shows when you select the drop-down. How does it help to show the values?
Q2 please see this StackOverflow answer
Bob
I don't understand Q1 - normally the list of texts shows when you select the drop-down. How does it help to show the values?
Q2 please see this StackOverflow answer
Bob
Hello Bob,
Sorry, my questions were not clear.
I would to like have a dropdown list automatically opened when the mouse pointer is over the dropdown selector and this avoids to have a click on this selector.
How to use jquery with an event with this type of selector? My question is a question related to the ergonomic use.
Bertrand
Sorry, my questions were not clear.
I would to like have a dropdown list automatically opened when the mouse pointer is over the dropdown selector and this avoids to have a click on this selector.
How to use jquery with an event with this type of selector? My question is a question related to the ergonomic use.
Bertrand
This topic is locked and no more replies can be posted.