jquery - Sample large xml/rss feed -
is there place download large rss feed or xml feed, want test displaying data in phases , check if computer freezes up. also, there examples out there can use hat using xml , jquery , json load result xml or json in phases when user clicks "more" next 10 or 500 records , populates table.
thanks in advance
here have php script works example:
search.php <?php header("content-type", "application/json"); $term = $_get['term']; ?> [ { "id": "turdus pilaris", "label": "fieldfare", "value": "fieldfare" }, { "id": "falco eleonorae", "label": "eleonora\'s falcon", "value": "eleonora\'s falcon" }, { "id": "falco rusticolus", "label": "gyr falcon", "value": "gyr falcon" }, { "id": "falco biarmicus", "label": "lanner falcon", "value": "lanner falcon" }, { "id": "falco vespertinus", "label": "red-footed falcon", "value": "red-footed falcon" }, { "id": "falco cherrug", "label": "saker falcon", "value": "saker falcon" }, { "id": "falco peregrinus", "label": "peregrine falcon", "value": "peregrine falcon" }, { "id": "anas falcata", "label": "falcated duck", "value": "falcated duck" }, { "id": "emberiza spodocephala", "label": "black-faced bunting", "value": "black-faced bunting" }, { "id": "pelagodroma marina", "label": "white-faced storm-petrel", "value": "white-faced storm-petrel" } ];
you can generate json dynamically also. tell me if need it. hope helps. cheers
Comments
Post a Comment