Rephrasing the question, which function executes last in jQuery
plugins? Is that specified?
If not, how can I find out which function is called last? So that I
could call from their a simple alternate(tableID) method.
On Jan 4, 2:50 am, adeveloper wrote:
> I have replaced alternate with
I have replaced alternate with an alert statement. The alert statement
works on document load. However, it is not being called after sorting
(forgot to mention, the table is being sorted after the user clicks on
one of the headers). Why is it so?
$(document).ready(function() {
$("#tableID").
I have a table which needs to be sorted. Tablesorter plugin does not
fully work. I am trying to call a simple alternate function from
jQuery $(document).ready method. How to make it work?
$(document).ready(function() {
$("#tableID").tablesorter({
});
alternate('tableID');
19, 7:47 pm, adeveloper wrote:
> anybody?
>
> On Dec 19, 1:17 am, adeveloper wrote:
>
> > The row coloring is done on client-side (withtablesorteritself). It
> > works on document load. However, after sorting, all rows become the
> > same color. Why is row colori
19, 7:47 pm, adeveloper wrote:
> anybody?
>
> On Dec 19, 1:17 am, adeveloper wrote:
>
> > The row coloring is done on client-side (withtablesorteritself). It
> > works on document load. However, after sorting, all rows become the
> > same color. Why is row colori
19, 7:47 pm, adeveloper wrote:
> anybody?
>
> On Dec 19, 1:17 am, adeveloper wrote:
>
> > The row coloring is done on client-side (withtablesorteritself). It
> > works on document load. However, after sorting, all rows become the
> > same color. Why is row colori
anybody?
On Dec 19, 1:17 am, adeveloper wrote:
> The row coloring is done on client-side (withtablesorteritself). It
> works on document load. However, after sorting, all rows become the
> same color. Why is row coloring not preserved after sorting? What can
> be the reason?
&
anybody?
On Dec 19, 1:17 am, adeveloper wrote:
> The row coloring is done on client-side (withtablesorteritself). It
> works on document load. However, after sorting, all rows become the
> same color. Why is row coloring not preserved after sorting? What can
> be the reason?
&
t it does?), instead of trying
> to recreate code that already works
>
> On Dec 17, 10:41 pm, adeveloper wrote:
>
> > My table has alternating row coloring. It get's messed up after
> > sorting (eg, instead of odd, even, odd I get something like even,
> > eve
My table has alternating row coloring. It get's messed up after
sorting (eg, instead of odd, even, odd I get something like even,
even, odd, even, even...etc) I was trying to fix that with Zebra
widget but gave up.
All I need to do is to call this simple function to
http://www.sitepoint.com/artic
10 matches
Mail list logo