[jQuery] Re: textarea maxlength plugin not working for textareas loaded via ajax

2009-11-15 Thread Konstantin K
Ok, through sheer genuis (just kidding), I figured it out... when the form is *successfully* loaded via ajax, simply call the function for the maxlength plugin again: $("textarea.limited").maxlength({ "feedback":".charsLeft" }); Konstantin On Nov 15, 9:36 pm, K

[jQuery] textarea maxlength plugin not working for textareas loaded via ajax

2009-11-15 Thread Konstantin K
Hey guys, I'm developing a commenting system for a site and am using the maxlength plugin from Remy Sharp (http://remysharp.com/2008/06/30/ maxlength-plugin/) to limit the comments to a specific length. It works great for textareas that are loaded with the page, but it stops working for textareas

[jQuery] Re: tablesorter - disabling sorting for a row

2009-10-14 Thread Konstantin K
n On Oct 14, 12:44 am, Konstantin K wrote: > I've tried but that row is still > being sorted with the rest of the rows... > > any ideas? > > On Oct 13, 12:30 pm, Don Dunbar wrote: > > > > > Hi, you could try adding "class='{sorter:false}&#x

[jQuery] Re: tablesorter - disabling sorting for a row

2009-10-13 Thread Konstantin K
; > On Tue, Oct 13, 2009 at 3:18 AM, Konstantin K wrote: > > > Hi folks, > > > I'm using the awesome tablesorter plugin and I have one question: > > > 1. is it possible to have a row not be part of the "sorting"? > > > For example, I'd like to

[jQuery] tablesorter - disabling sorting for a row

2009-10-13 Thread Konstantin K
Hi folks, I'm using the awesome tablesorter plugin and I have one question: 1. is it possible to have a row not be part of the "sorting"? For example, I'd like to have a table, where the first row under the headings, is always on top, and doesn't change positions when one of the headings is sor

[jQuery] Re: TableSorter and colspans

2009-10-01 Thread Konstantin K
Hi Christian, I was wondering if you know to when expect the next version that supports colspan? I'm using your great plugin, but need colspan support. Thanks, Konstantin On Sep 7, 4:45 am, Christian Bach wrote: > Hi Mike. > > Tablesorter used to support colspan until i found a bug in the > c