ear to do
> > > anything
> > > if the table is already sorted.
>
> > > -- Josh
>
> > > -Original Message-
> > > From: jquery-en@googlegroups.com [mailto:jquery...@googlegroups.com] On
>
> > > Behalf Of bayadmin
> > > Sent: W
ear to do
> > > anything
> > > if the table is already sorted.
>
> > > -- Josh
>
> > > -Original Message-
> > > From: jquery-en@googlegroups.com [mailto:jquery...@googlegroups.com] On
>
> > > Behalf Of bayadmin
> > > Sent: W
- Josh
>
> -Original Message-
> From: jquery-en@googlegroups.com [mailto:jquery...@googlegroups.com] On
>
> Behalf Of bayadmin
> Sent: Wednesday, May 27, 2009 1:30 PM
> To: jQuery (English)
> Subject: [jQuery] Re: Tablesorter is not enabled on my page
>
> HmmI tried
> Behalf Of bayadmin
> > Sent: Wednesday, May 27, 2009 1:30 PM
> > To: jQuery (English)
> > Subject: [jQuery] Re: Tablesorter is not enabled on my page
>
> > HmmI tried those, too. I changed both the function and table to
> > another example given in the
- Josh
>
> -Original Message-
> From: jquery-en@googlegroups.com [mailto:jquery...@googlegroups.com] On
>
> Behalf Of bayadmin
> Sent: Wednesday, May 27, 2009 1:30 PM
> To: jQuery (English)
> Subject: [jQuery] Re: Tablesorter is not enabled on my page
>
> HmmI tried
HmmI tried those, too. I changed both the function and table to
another example given in the documentation:
1) the scripts and function in the header.php:
$(document).ready(function() {
// call the tablesorter plugin
$("table").tablesorter();
});
2) The table itself.
glish)
Subject: [jQuery] Re: Tablesorter is not enabled on my page
HmmI tried those, too. I changed both the function and table to
another example given in the documentation:
1) the scripts and function in the header.php:
$(document).ready(function() {
// call the tablesorter p
HmmI tried those, too. I changed both the function and table to
another example given in the documentation:
1) the scripts and function in the header.php:
$(document).ready(function() {
// call the tablesorter plugin
$("table").tablesorter();
});
2) The table itself.
HmmI tried those, too. I changed both the function and table to
another example given in the documentation:
1) the scripts and function in the header.php:
$(document).ready(function() {
// call the tablesorter plugin
$("table").tablesorter();
});
2) The table itself.
HmmI tried those, too. I changed both the function and table to
another example given in the documentation:
1) the scripts and function in the header.php:
$(document).ready(function() {
// call the tablesorter plugin
$("table").tablesorter();
});
2) The table itself.
Ehh... Faster then me for 3min... :P
On May 27, 10:11 pm, Jonathan wrote:
> the ID 1 is invalid.
>
> Seehttp://www.w3.org/TR/REC-html40/types.html#type-name
>
> On May 27, 10:26 am, bayadmin wrote:
>
> > Hello, I am trying out the Tablesorter in Wordpress 2.7.1 to make a
> > membership list so
You are right Matt.
"ID and NAME tokens must begin with a letter ([A-Za-z]) and may be
followed by any number of letters, digits ([0-9]), hyphens ("-"),
underscores ("_"), colons (":"), and periods (".")."
http://www.w3.org/TR/REC-html40/types.html#type-name
On May 27, 10:08 pm, Matt Brown wro
the ID 1 is invalid.
See http://www.w3.org/TR/REC-html40/types.html#type-name
On May 27, 10:26 am, bayadmin wrote:
> Hello, I am trying out the Tablesorter in Wordpress 2.7.1 to make a
> membership list sortable. For some reason the sortable features isn't
> being enabled (or at least visible
I'm pretty sure it's invalid HTML/CSS/whatever to have elements whose
IDs start with a number. Trying using a regular name, such as
"element1".
On May 27, 4:03 pm, bayadmin wrote:
> Hi GaVrA, per your suggestion I added the # sign to the function and
> it did not make any difference.
>
> On May
Hi GaVrA, per your suggestion I added the # sign to the function and
it did not make any difference.
On May 27, 12:17 pm, GaVrA wrote:
> I think you didnt make selector valid. You need to use them just like
> you use in css. For instance, you have this:
>
> $("1").tablesorter( {sortList: [[0,0],
I think you didnt make selector valid. You need to use them just like
you use in css. For instance, you have this:
$("1").tablesorter( {sortList: [[0,0], [1,0]]} );
it should be this:
$("#1").tablesorter( {sortList: [[0,0], [1,0]]} );
On May 27, 7:26 pm, bayadmin wrote:
> Hello, I am trying o
16 matches
Mail list logo