[jQuery] thickbox + prototype = (Error: e[prop[p]] is not a function)

2007-02-14 Thread justin kelly
Hi All, Im trying to use jquery, prototype and jquery.thickbox.js on the same page. In jquery.thickbox.js ive changed all reference to $ to jQuery and all work well except when closing the thickbox window. I get a javascript error (refer below) and the screen stays greyed out javascript console

Re: [jQuery] tablesorter: numbers with commas

2007-02-05 Thread justin kelly
Hi All, if anyone else is interested in a similar tablesorter extension - heres the code #code## $.tableSorter.parsers.englishNumber = { id: 'englishNumber', is: function(s) { return s.match(/^\d{1,3}(\,\d{1,3})+(\.\d{2})?\s*$/); }, format:

[jQuery] tablesorter: numbers with commas

2007-02-03 Thread justin kelly
Hi All, Just wondering has anyone got the tablesorter plugin working with numbers with commas (ie. 5,000.00, or 34,123,224.12 etc..) ? If so please post how It seems to sort all other number types OK but not these also does anyone know if theres a jquery live grid that has sorting and

[jQuery] tablesorter 1.1

2006-12-15 Thread justin kelly
Hi All, anyone know how the progress of tablersorter1.1 is going, seems to be some slight movement in the svn cant wait for 1.1, jquery will have a proper datagrid (tablesorter + pager + filters = tablesorter1.1 :) ) Cheers Justin [EMAIL PROTECTED]

Re: [jQuery] MyDayLite (to-do list) release. All files included.

2006-11-29 Thread Justin Kelly
Hi Brian great little app, im finding it very usefull, thanks, just a couple of suggestions 1 - rounded corners like gmail would be nice 2 - the ability to add a few more fields ie. due-date,show date created etc.. would be handy 3 - keyboard shortcut to go to the input field would be good (so

Re: [jQuery] total noob question

2006-11-09 Thread Justin Kelly
work in the trs Thansk again, any help would be greatly appreciated Cheers Justin On 11/9/06, Justin Kelly [EMAIL PROTECTED] wrote: Thanks Erik, i changed it to class and it works great!! Thanks Justin On 11/9/06, Erik Beeson [EMAIL PROTECTED] wrote: You're confusing IDs and classes

[jQuery] total noob question

2006-11-08 Thread Justin Kelly
Hi All, Im very new to javascript and jquery so please be gentle :) What im trying to do is have a button that toggles(or fade etc..) a number of rows in a table. ie. click button, 10 rows show/hide Currently it works great for the first row but i cant get it to do the toggle for the rest of

Re: [jQuery] total noob question

2006-11-08 Thread Justin Kelly
have the same class=... For your code, that means use td class=slickbox2 instead of id, and then select it with $('.slickbox2').toggle(). --Erik On 11/8/06, Justin Kelly [EMAIL PROTECTED] wrote: Hi All, Im very new to javascript and jquery so please be gentle :) What im trying

Re: [jQuery] tableSorter feedback requested!

2006-08-30 Thread Justin Kelly
Hi Christain,can't wait for 1.1!!re filters,i'd love to be able to define different types of filters, so some row filters can be text boxes and some can be drop down lists etc..Xlsheet has some good ideas on filters (unfortunately if IE only) http://xlsheet.sourceforge.net/Adjustable column widths

Re: [jQuery] tableSorter feedback requested!

2006-08-30 Thread Justin Kelly
christian,that sounds pretty goodwould be nice if it could be: if you define a row as X type filter(the use that filter) and if its not defined use the tablesorter parser default### ie. if tr class set to 'filter_drop_down' -- then use drop down filterelse no filter explicity set so use