This is a migrated thread and some comments may be shown as answers.

Problem with view params

1 Answer 84 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Marcin
Top achievements
Rank 1
Veteran
Marcin asked on 22 Aug 2012, 10:48 AM
I have following code according to spec:

<a  href="#chartView?period=7" >This Year</a>
        <a  href="#chartView?period=8" >Last Year</a>
and
<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?

1 Answer, 1 is accepted

Sort by
0
Accepted
Petyo
Telerik team
answered on 22 Aug 2012, 12:59 PM
Hi Marcin,

We have released an internal build, which is fully compatible with jQuery 1.8 release. It is available for download for our customers. 

Regards,
Petyo
the Telerik team
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
Tags
General Discussions
Asked by
Marcin
Top achievements
Rank 1
Veteran
Answers by
Petyo
Telerik team
Share this question
or