Is there a max length on data-url parameter?
Just launched update to our mobile site with JQM ver 1.1.0 and jQuery ver 1.7.2!
Is there a limit to length of data-url?
Here is our value and it is throwing Javascript error:
Error: Syntax error, unrecognized expression: data-url='/FlightStatus/ShareDetails?CarrierCode=UA&FlightNumber=1&Origin=IAH&Destination=HNL&DepartureCity=Houston%2C%20TX%20(IAH]&ArrivalCity=Honolulu%2C%20HI%20(HNL)&DepartureTime=9%3A41%20AM&ArrivalTime=1%3A01%20PM&DepartureDate=Mon.%2C%20Oct.%201%2C%202012&ArrivalDate=Mon.%2C%20Oct.%201%2C%202012&MarketingCarrierCode=UA&OperatingCarrierCode=UA&MarketingFlightNumber=1&OperatingFlightNumber=1')
To reproduce:
- Go to mobile.united.com.
- Select Flight Status
- Enter Flight 1
- Click submit
- On the Flight information and status results page, click Share Details.
There is a second error:
TypeError: e[0] is undefined.
Although the new page is delivered to the DOM, this error doesn't allow the spinny to hide and the new page to display.
Any help will be truly appreciated.
--Scott--