Link to home
Start Free TrialLog in
Avatar of movieprodw
movieprodw

asked on

Jquery select issue

Hello,

I am using jquery and jquery-ui.

I bought a cheap $9 user login code and was trying to add a new form to another page. The issue is that the jquery somewhere is breaking my option select.

I would really love any help, I am stuck.

Here is the page link, you can see the last option is the select that is broken.
http://tinyurl.com/lmr7jl5

My code is very basic so I am not sure what is going on:

      ...
      <div class="note note-error">Additional File Uploader If Needed</div>
      <br>
      <label class="input"><i class="icon-append icon-asterisk"></i>
        <select name="version" id="version">
        	<option>option 1</option>
        	...
        	<option>option 30</option>
		</select>
      </label>
      <div class="note note-error">Version</div>
       ...

Open in new window

ASKER CERTIFIED SOLUTION
Avatar of Dave Baldwin
Dave Baldwin
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
SOLUTION
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 movieprodw
movieprodw

ASKER

Must have been a permissions issue, thanks for looking, I figured out that I was missing the values and it didnt like that.