[jQuery] Selectbox

2009-09-15 Thread Richard Walsh
I remember seeing a sample somewhere, now for the life of me when I actually need to use it. I can't remember how or where I found it. I am hoping someone can shed some light. What I want to achieve, is when a value is picked in a select box, an empty input field appears after a value is

[jQuery] Selectbox Manipulation...Works in FF but not in IE6 or IE7

2009-02-26 Thread Chris Jordan
Hi folks, I'm trying to manipulate which item in a select box is selected using jQuery. The following code snippet works great in FF but fails miserably in IE6 and IE7 // select the publish to option $(#PublishToID option).each(function(){ $this = $(this); if($this.attr(textContent) ==

[jQuery] jQuery + SelectBox + IE don't work

2008-02-11 Thread Mr Bola A Bola
There is some problem with this script working in IE. It works in FireFox. The whole thing consists of HTML page, JS file and CSS file. The following html page is validated XHTML. It contains Select box and two anchors for filtering the content of that select box. One filter filters options by

[jQuery] selectbox: change selected item

2007-07-17 Thread zenx
Hi, I don't know how to change the selected item in a selectbox. I tried this but it doesn't work as expected. HTML code: = select id=id_cliente name=cliente size=1 option value= selected=selected-/option option value=1First/option option value=2Second/option /select