Link to home
Start Free TrialLog in
Avatar of mainrotor
mainrotor

asked on

I need help with a Javascript application that uses JQuery

Using javascript/jquery ONLY (not webform or asp.net) I need help creating a page, that dynamically adds 10 textboxes, and fills the textboxes with the letters of the alphabet and make all the vowels readonly.  
when I mouse over the vowels, pop up a balloon \messagebox of some sort and have it show fruit names that start with moused over letter (ie for A, show Apple).

Thanks in advance,
mrotor
Avatar of Steve Bink
Steve Bink
Flag of United States of America image

What work do you have to show so far?
ASKER CERTIFIED SOLUTION
Avatar of Pravin Asar
Pravin Asar
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of mainrotor
mainrotor

ASKER

Thank you Pravin.

I will try your suggestion.
Here is working example in jsfiddle.
Has a pop-up image for each alphabet

http://jsfiddle.net/pravinasar/xhczb5qv/