Jump to content

download an ajax code


e111982

Recommended Posts

Hi . I am an english teacher. I want to write a Sentence Re-ordering exercise script like in the web site below(in exercises tab). How can I get the full ajax code and run the application in my server? When I download the page the first page runs. However when I click Submit Answers It doesnt. Thanks for help.

 

http://englishpod.com/tour/demo-lesson

Link to comment
https://forums.phpfreaks.com/topic/184619-download-an-ajax-code/
Share on other sites

The address is http://englishpod.com/tour/demo-lesson . In this page if you click on exercises tab, there is an exercies called re-arrange dialogue. I want to run the same application on my local but when I download the full page and click submit answers, no replies.

the sortable I do use the the ul tag with li tag, you can iterate thru them.

 

<ul id="searchItems2">
<li id="item-3">item 3</li>
<li id="item-1">item 1</li>
<li id="item-2">item 2</li>
</ul>

$('#searchItems2 li').each(function(iter){
...your code here...
});

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.