[jQuery] Re: Delayed Checkboxes in IE

2009-02-10 Thread John C
your change function. > > change your >   $("input:checkbox").change(function () {... > line to >   $("input:checkbox").bind("change click keypress", function(){... > to catch the checkbox every time it has been clicked (either with > mouse or keyboa

[jQuery] Delayed Checkboxes in IE

2009-02-10 Thread John C
Has anyone any idea why the code below doesn't work correctly in IE. Basically what is supposed to happen is when the parent checkbox is checked the child ones are also supposed to be checked. This works fine in FireFox and Safari, but not in Internet Explorer, the child checkboxes only get check

[jQuery] unsubscribe

2007-06-09 Thread John C. Bland II
-- John C. Bland II Chief Geek Katapult Media, Inc. - www.katapultmedia.com --- Biz Blog - http://blogs.katapultmedia.com/jb2 Personal Blog - http://blog.blandfamilyonline.com http://www.lifthimhigh.com - "Christian Products for Those Bold Enough to Wear Them" Home of FMUG

[jQuery] Re: Sortable reverting to original state

2007-04-23 Thread John C. Bland II
rieve the specific ID? I'm wonder if you're attaching 2 different behaviors to the same element. -Dan -- John C. Bland II Chief Geek Katapult Media, Inc. - www.katapultmedia.com --- Biz Blog - http://blogs.katapultmedia.com/jb2 Personal Blog - http://blog.blandfamilyonline.com http:

[jQuery] Re: Sortable reverting to original state

2007-04-23 Thread John C. Bland II
r testing--just to get it down to the code that you actually can't get working. That will help isolate problem and give you less to worry about. One other thought, #contentSortContainerLeft doesn't happen to also match the selector "#left > div.sortables" does it? -Dan

[jQuery] Re: block style on Sortable

2007-04-22 Thread John C. Bland II
k'; You could use the onStop event to change the style back to whatever you need. I've used this technique correct a change in the CSS positioning before. onStop: function (){ $(this).css("display", "inline"); } You might even need to do this for onStart if you&#x

[jQuery] Re: Sortable reverting to original state

2007-04-22 Thread John C. Bland II
re draggable divs. The dragging works, it just automatically puts it right back into the same position as it started until I do a hard refresh. On 4/22/07, Dan G. Switzer, II <[EMAIL PROTECTED]> wrote: John, >Hello? Anyone? Your description w/out code to reference is

[jQuery] Re: Sortable reverting to original state

2007-04-22 Thread John C. Bland II
Hello? Anyone? On 4/21/07, John C. Bland II <[EMAIL PROTECTED]> wrote: Ok...this one is dumb but it is happening and I can't see where/why. Same exact code is copied/pasted then tweaked slightly. The tweak is merely a change of which container ID to target and the css classes for

[jQuery] Re: block style on Sortable

2007-04-22 Thread John C. Bland II
DING DONG. Anyone know what's up here? On 4/21/07, John C. Bland II <[EMAIL PROTECTED]> wrote: {urgent} I've been trying to figure out why interface is jacking up my layouts every time I do a sort by tweaking my code, css, etc. After wasting a ton of time I saw the link for

[jQuery] Sortable reverting to original state

2007-04-21 Thread John C. Bland II
d the code (including some of the css) exactly from the examples on the Interface site...same result. Can someone help with this and add a glimmer of hope for interface in our mind? (right now it has a pretty bad rating) -- John C. Bland II Chief Geek Katapult Media, Inc. - www.katapultmedia.com --

[jQuery] block style on Sortable

2007-04-21 Thread John C. Bland II
nterface doesn't get a vote of confidence from me at this point. So, anyone know how to fix this issue, use the non-obfuscated code (so I could change the core JS myself), or set my settings in a way that this won't happen? (another issue coming in a sec) -- John C. Bland II Chief Geek Kata