[jQuery] Again on tablesorter and row hovering

2007-11-22 Thread Francesco Vivoli
Hi all I've changed a table to use tablesorter (+ its pager) instead of server side sorting+paging, so far so good. The last bit that is missing to make it fully functional is the classic "hovering highlights" effect. I've been reading here and there and I've found no precooked solution, nor I h

[jQuery] Re: Again on tablesorter and row hovering

2007-11-23 Thread Francesco Vivoli
Thanks a lot, this works like a charm:) Nevertheless I still need to make the hover css !important in order to have it visible. cheers Francesco -- View this message in context: http://www.nabble.com/Again-on-tablesorter-and-row-hovering-tf4852402s27240.html#a13908178 Sent from the jQuery G

[jQuery] Exception with tablesorter+pager when table is empty

2007-12-10 Thread Francesco Vivoli
Hi all at jquery.tablesorter.pager.js:149 I have this line $(this).trigger("appendCache"); which causes this to be executed (jquery.tablesorter.js:243) var c = cache, r = c.row, n= c.normalized, totalRows = n.length, checkCell = (n[0].length-1), tableBody = $(table.tBodies[0]), rows = [];

[jQuery] Weird exception when extending Array

2007-12-16 Thread Francesco Vivoli
Hi all I've a strange issue that bugs me... Everything works fine in a page we've got, but when I add this simple function to one of our js files Array.prototype.contains = function (value){ var i; for (i=0; i < this.length; i++) { if (this[i] === value) { return tru

[jQuery] Re: Weird exception when extending Array

2007-12-18 Thread Francesco Vivoli
wrote: > > > Extending primitive types' prototypes is always dangerous. Still I > don't think that's the problem here. You seem to be calling $ > ().removeClass on the document, that might not be possible. Can you > try using $('html').removeClass ins

[jQuery] Simple RSS reader plugin

2008-02-08 Thread Francesco Vivoli
Hi all I've just wrote about a simple wrap-up plugin of the idea given in http://www.nabble.com/RSS-Feed-Reader-to4997503s27240.html this post . it basically fills a news box with the contents of an rss feed. In case someone is interested you can http://blogs.atalayasec.org/dev/2008/02/jquery

[jQuery] Re: How to change contextmenu-plugin to trigger on left-click

2008-03-27 Thread Francesco Vivoli
Hi Dan I'm about to use your plugin in a RIA and I'd need to change the binding. In order to avoid to duplicate stuff, I wonder if you've come to a configurable property. Otherwise I'll see if I've the time to contribute something. cheers Frrancesco Dan G. Switzer, II wrote: > > >>I've trie