[jQuery] No border on div when there should be?

2007-12-12 Thread Larry Garfield
border lines appear. I don't know if this is technically a jQuery question or not, but does anyone have an idea why it could be misbehaving? Alternatively, has someone already done this and saved me a lot of trouble? :-) -- Larry Garfield AIM: LOLG42 [EMAIL PROTECTED]

[jQuery] Re: AJAX .load into an iframe - possible?

2007-10-15 Thread Larry Garfield
ular DOM scripting > that has yielded positive results, and I'm beginning to wonder if it is > all some kind of extremely long-running April Fools' prank. > > There's got to be some simple way to do this, so what am I overlooking? > > TIA -- Larry Garfield

[jQuery] Site Submission: http://www.imamuseum.org/

2007-10-09 Thread Larry Garfield
. Despite all the moving stuff, the only place on the site where any Flash is used is for the videos. Those are a flash wrapper. Everything else is jQuery. Please add it to whatever the normal jQuery propaganda lists are. :-) I want to see if the server melts. -- Larry Garfield

[jQuery] Re: Stop Default Event

2007-08-30 Thread Larry Garfield
't work on FF, IE6 and IE7. hehe =( > > And i see mootools can do something like this: > > e.stop(); -- Larry Garfield AIM: LOLG42 [EMAIL PROTECTED] ICQ: 6817012 "If nature has made any one thing less susceptible than all others of exclusive property,

[jQuery] Re: Delayed ready configuration

2007-08-15 Thread Larry Garfield
pStuff() would just contain a trigger for the other event, because I can't easily merge all of the hook up into one function. --Larry Garfield > > > On 8/15/07, Larry Garfield <[EMAIL PROTECTED]> wrote: >> >> >> >> Well, they start by hiding vario

[jQuery] Re: Delayed ready configuration

2007-08-15 Thread Larry Garfield
when the animations are the only thing on the page. That's what leads me to think that it's a sync issue with all the other code that's now running. --Larry Garfield On Wed, 15 Aug 2007 14:56:50 -0700, "Erik Beeson" <[EMAIL PROTECTED]> wrote: > You might try mov

[jQuery] Delayed ready configuration

2007-08-15 Thread Larry Garfield
guely accurate? 4) Any suggestions or gotchas that could save me some hair? :-) Many thanks. --Larry Garfield

[jQuery] Re: An autocomplete that is able to insert a hidden id based upon the ID of a returned element?

2007-07-30 Thread Larry Garfield
in jQ > because all of the plugins I have tried manually set the output style, > limit your values, etc. > > So if anyone has any suggestions that would be GREAT! As I really do > not know where to go from here :) > > Thank you. > Sincerely, > Jim -- Larry Garfield

[jQuery] Re: How does everyone handle the constant updating of jQuery and plug-ins?

2007-07-28 Thread Larry Garfield
sion "0.9 / 1.0 / 1.1" of Farbtastic "worked great for me / worked > > fine / had some problems / was unusable" in "Safari 2 / Safari 3 / IE > > 6 / IE 7 / Firefox 2 / Opera 9". > > > > (With each item being a drop down.) This way we c

[jQuery] Re: datePicker plugin inline

2007-07-26 Thread Larry Garfield
ts/calendar/ > It's not jQuery but does the job and can most likely be ported to jQuery if > desired. > > --rob > > On 7/26/07, Larry Garfield <[EMAIL PROTECTED]> wrote: > > Thanks, Kelvin. (And sorry about misspelling your name. ) > > > > I

[jQuery] Re: datePicker plugin inline

2007-07-26 Thread Larry Garfield
x27;t need a popup one as > > well you could implement a temporary dodgy hack... You could look for > > the calls to close the calendar and just comment them out... It's not > > pretty but could get you out of a fix, > > > > Cheers, > > > > Kelvin :) >

[jQuery] Re: datePicker plugin inline

2007-07-26 Thread Larry Garfield
think would work that you haven't tested yet, or is it just a non-available feature? Is there some alternate plugin you can recommend? Or some possible alternate interface that's similar that could be accomplished with datePicker? Thanks. --Larry Garfield On Thu, 26 Jul 2007 14:12:1

[jQuery] datePicker plugin inline

2007-07-25 Thread Larry Garfield
assets/jquery/datePicker/v2/demo/datePickerMultiple.html [3] http://kelvinluck.com/assets/jquery/datePicker/v2/demo/renderCalendar.html -- Larry Garfield AIM: LOLG42 [EMAIL PROTECTED] ICQ: 6817012 "If nature has made any one thing less susceptible than all others of exc

[jQuery] Re: Autocomplete.js not runs on PHP Version 5.0.2

2007-07-23 Thread Larry Garfield
it's possible to do Ajax auto-complete stuff in PHP 4, because Drupal's been doing it for over a year. (The PHP 5.0.x series was notably buggy, and generally not recommended by anyone anymore.) -- Larry Garfield AIM: LOLG42 [EMAIL PROTECTED] ICQ: 6817012

[jQuery] Re: Apply effect to entire div holding a link

2007-07-08 Thread Larry Garfield
; Apply effect to entire div holding a link > > I have a div with class box-itemid (itemid is some numbers). Inside > that div I have a link that when clicked, I want to hide the div the > contains it. Is this possible in jQuery? > > Thanks in advance for any tips/help. -- Larr

[jQuery] Re: 1.1.3 and Interface

2007-07-02 Thread Larry Garfield
se. > > > > One question, my main project makes heavy use of Interface. Is this > > project still being developed? Can we expect any updates to it? Or > > changes that take advantage of the 1.1.3 event/animation improvements? > > > > JK -- Larry Garfield

[jQuery] Re: jQuery featured POTM

2007-05-30 Thread Larry Garfield
Javascript into Java. " isn't terribly correct - if anything, they're > trying to make JavaScript behave more like Ruby (since it's primarily > used by users of Ruby on Rails, and written to help those users as > such.) > > --John > > On 5/30/07, Larry G

[jQuery] jQuery featured POTM

2007-05-29 Thread Larry Garfield
/potm http://www.garfieldtech.com/blog/project-of-the-month Thanks John and everyone for an awesome project! -- Larry Garfield AIM: LOLG42 [EMAIL PROTECTED] ICQ: 6817012 "If nature has made any one thing less susceptible than all others of exclusive property, it i

[jQuery] IE fade problem

2007-05-10 Thread Larry Garfield
t of focus permanently. It happens even when I have no styling classes applied at all. Has anyone else run into this before? Has anyone found a solution? --Larry Garfield

[jQuery] Re: Backwards positioning problem

2007-05-10 Thread Larry Garfield
Hi Dan. No change. I'm actually running into this in a number of effects, now. It happens when I try to assign the bottom left corner of a div to a given coordinate. If I assign top-left, it works fine. Bottom left gets mis-aligned in bizarre ways (as below). --Larry Garfield O

[jQuery] Backwards positioning problem

2007-05-10 Thread Larry Garfield
popup.hide(); }).end() .show(); console.debug($('#calendarTip').offset({scroll: false})); // This prints top=851, left=12 console.debug($('#calendarTip').css('bottom')); // This prints 79 console.debug($('#calendarTip').css('left')); // This prints 11 }); }); }); Sa7 14 21 28 4 --Larry Garfield

[jQuery] Re: plugins page!!!!

2007-04-27 Thread Larry Garfield
> > > I believe it is still a work in progress but plugin devs might want to > > start moving their stuff over. > > > > -- > > Brandon Aaron > > > > On 4/25/07, Ariel Jakobovits <[EMAIL PROTECTED]> wrote: > > > please oh please som

[jQuery] Re: Select box redraw in IE - Solution?

2007-04-13 Thread Larry Garfield
get-go. I don't know if there's a bug report in here or not. I leave that to people with more intimate knowledge of the system to decide. I'm using 1.1.2. :-) Thanks to everyone who replied! --Larry Garfield On Fri, 13 Apr 2007 15:43:45 -0500, Larry Garfield <[EMAIL PROTECTED]&g

[jQuery] Re: Select box redraw in IE

2007-04-13 Thread Larry Garfield
lect/, but I modified some lines > of > the code. > > > On 4/13/07, Larry Garfield <[EMAIL PROTECTED]> wrote: >> >> >> >> Thanks Karl! I'm afraid that's not working either. I'm actually >> manipulating a multi-value select box, not

[jQuery] Re: Select box redraw in IE

2007-04-13 Thread Larry Garfield
The behavior in Firefox is almost exactly what I want. The behavior in IE is all kindsa broken. Any suggestions? --Larry Garfield On Fri, 13 Apr 2007 12:46:51 -0400, Karl Swedberg <[EMAIL PROTECTED]> wrote: > > On Apr 13, 2007, at 12:22 PM, Larry Garfield wrote: >> Not yet.

[jQuery] Re: Select box redraw in IE

2007-04-13 Thread Larry Garfield
27;); > > > --Karl > _ > Karl Swedberg > www.englishrules.com > www.learningjquery.com > > > > On Apr 13, 2007, at 11:23 AM, Larry Garfield wrote: > >> >> >> Hi folks. I'm trying to move an option element from one select box >>

[jQuery] Select box redraw in IE

2007-04-13 Thread Larry Garfield
e select boxes. If I reverse the process and move the option from the "to" select back to the "from" select, there is no redraw problem. Has anyone seen this? Can anyone recommend a workaround for IE sucking? :-) Thanks. --Larry Garfield