i have set a flickr service using jsonp it consists of:
a form wich makes a request to the json formated feed on the flickr server, works fine on ie and ff, but on safari if i ommit any text in the form input text (wich means a search of everything) only the first request will work all subsequent request with omitting text in the text fill form will output the same images(yes im querying images) this should not happen as the feed on the flickr server is updated permanently, so basically safari doesnt make another query and the last query get stucked in the <script> tag, any thoughts?
edit: i am not using any ajax for the query , it is a simple jsonp query(the classic append to <script> tag query)
a form wich makes a request to the json formated feed on the flickr server, works fine on ie and ff, but on safari if i ommit any text in the form input text (wich means a search of everything) only the first request will work all subsequent request with omitting text in the text fill form will output the same images(yes im querying images) this should not happen as the feed on the flickr server is updated permanently, so basically safari doesnt make another query and the last query get stucked in the <script> tag, any thoughts?
edit: i am not using any ajax for the query , it is a simple jsonp query(the classic append to <script> tag query)
Comment