Welcome Guest, Not a member yet? Register   Sign In
jquery help
#5

[eluser]bigdaddysheikh[/eluser]
Here is the code on my view page.

Code:
<div id="rightCol">
<h2>Building Managament</h3>
        <p><label for="region">Select a city</label>
        <select name="ajaxbuild" id="option_">
            <option SELECTED>Select</option>
            &lt;? foreach ($region->result_array() as $row){ ?&gt;
            <option value="&lt;?=base_url()?&gt;/index.php/admin/building/buildlist/&lt;?=$row['ID']?&gt;">&lt;?=$row['name']?&gt;</option>
            &lt;? } ?&gt;
        </select></p>
        <span style="color: #EC1A23; font-size: 18px;">&lt;?=$message?&gt;</span>    
[removed]
        $('div#buildingList').load("index.html");
[removed]
    <div id="buildingList"></div>
</div>


Messages In This Thread
jquery help - by El Forum - 08-15-2008, 10:19 AM
jquery help - by El Forum - 08-15-2008, 10:24 AM
jquery help - by El Forum - 08-15-2008, 10:42 AM
jquery help - by El Forum - 08-15-2008, 12:24 PM
jquery help - by El Forum - 08-15-2008, 01:00 PM
jquery help - by El Forum - 08-17-2008, 01:59 PM



Theme © iAndrew 2016 - Forum software by © MyBB