Bug Tracker

Opened 17 years ago

Closed 17 years ago

#862 closed bug (worksforme)

c.split is not a function

Reported by: roso Owned by:
Priority: major Milestone: 1.1
Component: core Version: 1.1
Keywords: jQuery 1.1.1 Cc:
Blocked by: Blocking:

Description

I get a "c.split is not a function" error pointing to this line:

jQuery.each( c.split(/s+/), function(i, cur){

Change History (3)

comment:1 Changed 17 years ago by roso

It seems to be trigered by a click event on a TableSorter object

comment:2 Changed 17 years ago by joern

Do you have a test page for this?

comment:3 Changed 17 years ago by brandon

Resolution: worksforme
Status: newclosed

Please feel free to reopen this ticket with a more detailed test case.

Note: See TracTickets for help on using tickets.