jQWidgets Forums

Forum Replies Created

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts

  • markpoint
    Participant

    In my case json data is received but on loadError function it returning parse Error.

    like Error: jQuery21100218454621081845_1409905937822 was not called

    ——————————————————————————————————————————
    This is header of my request
    ——————————————————————————————————————————

    GET /maps/api/place/autocomplete/json?callback=jQuery21100218454621081845_1409905937822&types=geocode&language=en&key=#mykey#&input=rajkot&_=1409905953043 HTTP/1.1
    Host: maps.googleapis.com
    User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:32.0) Gecko/20100101 Firefox/32.0
    Accept: */*
    Accept-Language: en-US,en;q=0.5
    Accept-Encoding: gzip, deflate
    Connection: keep-alive

    ——————————————————————————————————————————


    markpoint
    Participant

    we are using the datatype: “jsonp” only. but it’s not working in any browser.

    In datatype: “jsonp” case data loaded from remote server but dataAdapter is not able to bind that data.

Viewing 2 posts - 1 through 2 (of 2 total)