I have following code according to spec:
and
However wen I click on button I have error in console and nothing happens:
I'm not able to make my aplication working with spec.
It looks there were breaking changes in jquery 1.8.0, everything is working in 1.7.1, so please could you look?
<a href="#chartView?period=7" >This Year</a> <a href="#chartView?period=8" >Last Year</a><div data-role="view" id="chartView" data-title="@ViewBag.Title" data-layout="databinding" data-show="initChart">However wen I click on button I have error in console and nothing happens:
Error: Syntax error, unrecognized expression: #chartView?period=8
throw new Error( "Syntax error, unrecognized expression: " + msg ); jquery-1.8.0.js (wiersz 4512)
|
I'm not able to make my aplication working with spec.
It looks there were breaking changes in jquery 1.8.0, everything is working in 1.7.1, so please could you look?