Thursday, April 30, 2009

[jQuery] Re: Placing text from a drop down box

try this

code: http://paste.pocoo.org/show/115117/
sample: http://www.playquery.it/sandbox/1/

but maybe using jQuery for this is not the best thing you can do...


On 30 Apr, 15:57, Mull77 <ian.mul...@think.eu> wrote:
> I have a dropdown box that when a value is selected changes and '&' in the
> text to & amp ;
>
> http://www.nabble.com/file/p23316800/dropdown1.pnghttp://www.nabble.com/file/p23316800/dropdown2.png
>
> <select  class="frmSelect frmSelectJS" name="">
> <option value="University name">University name</option>
> etc
>
> I'm trying to find a way of replacing the '&amp;' with an '&' but i can't
> find a way of targeting and then changing the & amp ; .  I've tried a few
> things but i'm still a bit of a novice at jquery so any help wuld be much
> appreciated
> --
> View this message in context:http://www.nabble.com/Placing-text-from-a-drop-down-box-tp23316800s27...
> Sent from the jQuery General Discussion mailing list archive at Nabble.com.

No comments: