How to set value in ajax for prettyloader ?
  • Please help. I want to put 2 value in form

    < form>
    < input type='text' name='value1' value='' >
    < input type='text' name='value2' value='' >

    < input type="button" onclick="$('#ajax_container').load('loading.php?v1=this.form.value1&this.form.value2');" value="Load ajax content" />

    </ form>

    but the values not load. how to bring the values to loaded loading.php ? please anyone
  • You need to specify an "action" for your form so you send the data to a page where it will be treated.

    Thanks

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!