DaltonPimmel / flexigrid

Automatically exported from code.google.com/p/flexigrid
0 stars 0 forks source link

Change in jQuery 1.6 attr behaviour causes errors with flexigrid #32

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Use jQuery 1.6
2. Add example 3 (the one with dynamic data) to a page
3. Run

What is the expected output? What do you see instead?
I expected to see a table similar to the example. Instead there is nothing. 
Firebug showed the following error:

elem.getAttribute is not a function
[Abort on this error] ret = elem.getAttribute( name );
jquery-1.6.js (regel 2217)

What version of the product are you using? On what operating system?
Chrome/Firefox. Windows 7

Please provide any additional information below.
It seems it has to do with a change in jQuery 1.6. See: 
http://stackoverflow.com/questions/5933895/jquery-attr-behaviour-in-version-1-6

Original issue reported on code.google.com by wilbert....@gmail.com on 9 May 2011 at 9:10

GoogleCodeExporter commented 8 years ago
This issue is fixed in JQuery 1.6.1

Original comment by sot...@gmail.com on 25 Jun 2011 at 4:07

GoogleCodeExporter commented 8 years ago
jQuery 1.6.1 restored the attr behaviour.

Original comment by ymkin....@gmail.com on 2 Jul 2011 at 9:51