Quantcast
Channel: Adobe Community: Message List - ColdFusion
Viewing all articles
Browse latest Browse all 21760

fill cfselect with jQuery

$
0
0

<cfselect name="MyList" id="MyList">

      <cfoutput query="MySP">

      <option value="#MySP.MyID#"

          <cfif (isDefined("form.MyID") AND form.MyID EQ MySP.MyID)>selected="selected"</cfif>>#MySP.MyCODE#</option>

       </cfoutput>

</cfselect>

 

 

I have above code and a cfseelct on the form.

I use cfoutpit query to fill the option list.

I would like to know does cfselect or standard slelect can fill option data using jQuery Ajax?

Your help and information s great appreciated,

 

Regards,

 

 

Iccsi,


Viewing all articles
Browse latest Browse all 21760

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>