[jQuery] checkboxTree Plugin

2009-07-01 Thread Matt W.
repository can be found here: http://github.com/magearwhig/jquery-checkboxtree -Matt W.

[jQuery] Re: Slow jQuery Event Cleanup in Firefox

2009-03-26 Thread Matt W.
You might want to try adding one click to the table and checking if the target was a td. On Mar 26, 7:13 am, J K wrote: > Let me start by saying that I am doing something rather unorthodox > with jQuery, and I realize that this is probably outside the realm of > what is reasonable. > > I have a

[jQuery] Re: How do I translate this in jQuery?

2009-03-04 Thread Matt W.
> > > > > This is inside frame.html... > > > > - > > -Original Message- > From: jquery-en@googlegroups.com [mailto:jquery...@googlegroups.com] On > > Behalf Of ricard

[jQuery] Re: How do I translate this in jQuery?

2009-03-03 Thread Matt W.
function getContentFromIframe(iFrameName) { var myIFrame = $("#"+iFrameName); var content = myIFrame.contents().find("body").html(); $('#myiFrame-content').append(content); On Mar 3, 9:56 am, "Rick Faircloth" wrote: > I've made various attempts at translating this into jQuery w

[jQuery] Re: Doc's site down?

2008-08-24 Thread Matt W.
Themeroller is unusable today.

[jQuery] Re: New Plugin - Checkbox Tree Plugin

2008-05-13 Thread Matt W.
Yeah I actually have done another version that has the tri state, perhaps I should include that and make it an option. The idea on this one is that if you select a child the parent has to be selected as well. On May 13, 7:47 pm, Dave Methvin <[EMAIL PROTECTED]> wrote: > > Please feel free to tel

[jQuery] New Plugin - Checkbox Tree Plugin

2008-05-13 Thread Matt W.
My first jquery plugin, hold the applause, a checkbox collapsible tree plugin. Please feel free to tell me why its good, why its bad and how it can be improved. http://floatmargin.com/2008/jquery-checkbox-tree-plugin/ Thanks.

[jQuery] Re: JQuery Hello world not working

2008-03-05 Thread Matt W.
That code does not create a link, it binds that function to existing links. You either have to add a link in the html. Or create a link with something like $('a link').appendTo("body"); as the first line after $(document).ready(function() { On Mar 5, 2:16 am, pradeep_tp <[EMAIL PROTECTED]> wrot

[jQuery] Re: dimensions plugin error

2007-12-12 Thread Matt W.
This error happens when trying to use a dimensions method on a jquery selection that did not find anything (an empty jQuery collection). If you download the latest dimensions file from svn the error should no longer happen. On Dec 12, 10:40 am, Eridius <[EMAIL PROTECTED]> wrote: > I am getting t

[jQuery] Safari Ajax and tablesorter

2007-11-14 Thread Matt W.
Hello, I am building a table with xml I am retrieving with $.ajax and once the table is appended to the page I am using tablesorter on it. It is working fine in IE7,ie6, Firefox 2 (mac and pc) but will not work on Safari 3. Tablesorter works fine in safari on tables not added to the dom after pag

[jQuery] Re: How to make the first word bold.

2007-11-13 Thread Matt W.
This is the value of this list, I do a convoluted solution using grep and all I had to do was use shift. I love how each answer improves on the previous one. On Nov 12, 3:48 pm, Wizzud <[EMAIL PROTECTED]> wrote: > eg. > > $('#links a').each(function(){ > var me = $(this); > me.html( me.t

[jQuery] Re: Newbie "Parent" question

2007-05-25 Thread Matt W
Worked great- thanks! On May 25, 8:29 am, "Juan G. Hurtado" <[EMAIL PROTECTED]> wrote: > I think you should use "parent" as a function, with the (): > > alert($(this).parent().attr('class')); > > El 25/05/2007, a las 14:12, Matt W escribió: >

[jQuery] Newbie "Parent" question

2007-05-25 Thread Matt W
Hi folks, I started working with jQuery for the first time yesterday- and I've got something that I'm hoping you all may be able to help me figure out. I would think that this (simple?) bit of code would 1) find all the tags with class "addcomment", and then 2)assign an onClick that would creat