[jQuery] Re: Scripts at the bottom of the page

2007-11-09 Thread mike503
> Yes, please do. http://dev.jquery.com/ticket/1911 Hopefully it will get the right eyes looking at it now :)

[jQuery] Re: Scripts at the bottom of the page

2007-11-08 Thread mike503
On Nov 8, 6:39 pm, Bil Corry <[EMAIL PROTECTED]> wrote: > That won't work because jQuery doesn't exist -- you'd have to use straight > JavaScript. Probably the best solution is to make the event wait until > jQuery exists. Seems like a task jQuery itself should take care of though. Yeah this

[jQuery] Re: Scripts at the bottom of the page

2007-11-08 Thread mike503
On Nov 8, 10:53 am, Bil Corry <[EMAIL PROTECTED]> wrote: > I played with it a bit. It appears the anonymous functions being bound to > mousseover and mouseout don't have access to the functions outside themselves > when the page is first being loaded (perhaps they're not fully bound yet?). >

[jQuery] Re: Scripts at the bottom of the page

2007-11-08 Thread mike503
On Nov 8, 12:16 am, Suni <[EMAIL PROTECTED]> wrote: > I can see the error by clicking the tabs and quickly hovering over > them. All the JS-stuff seems to be ok. Thank god someone else can validate this. > I'd first fix the HTML and then try again. Thanks, I just yanked some code out of anothe

[jQuery] Re: Scripts at the bottom of the page

2007-11-07 Thread mike503
On Nov 7, 2:17 pm, polyrhythmic <[EMAIL PROTECTED]> wrote: > This is likely your entire problem. The jquery.js *must* be before > *any* jQuery code -- the browser will choke when it sees $ or jQuery > before $ and jQuery are defined. Oops, I should have checked before I replied. I have so many c

[jQuery] Re: Scripts at the bottom of the page

2007-11-07 Thread mike503
thanks for the reply. On Nov 7, 10:19 am, polyrhythmic <[EMAIL PROTECTED]> wrote: > You are mixing your Model-View-Controller together with such 'links'. > href="javascript: ..." is bad jQuery practice, and never recommended. > It does not degrade in any way for users who are not running > JavaSc

[jQuery] Re: Scripts at the bottom of the page

2007-11-06 Thread mike503
On Nov 5, 12:05 pm, "Sean Catchpole" <[EMAIL PROTECTED]> wrote: > Is there a good reason why placing scripts at the bottom of a page is > a bad idea? wow I was about to come here and post the same thing. I have a blog post about this: http://michaelshadle.com/2007/10/30/handling-events-pre-docum

[jQuery] Re: Trying to get this to work as expected with images and Sortables

2007-05-22 Thread mike503
the div was being put in by the sortables library... i put in the float: left; and it worked. i changed the CSS width/ height and it worked in FF too. now i'm working on serializing and removing items. On May 22, 6:12 pm, "Benjamin Sterling" <[EMAIL PROTECTED]> wrote: > not sure if you can fix i

[jQuery] Re: Trying to get this to work as expected with images and Sortables

2007-05-22 Thread mike503
wow thanks for the quick reply. good catch. i wonder if i can fix it by not assigning -any- sort helper class. giving it a float: left; seems to fix it in IE, but firefox is acting up still. On May 22, 5:59 pm, "Benjamin Sterling" <[EMAIL PROTECTED]> wrote: > Mike, > When looking at it in firebu

[jQuery] Trying to get this to work as expected with images and Sortables

2007-05-22 Thread mike503
Here is the URL: http://mikehost.com/~mike/tmp/jquery.html I think it's self-explanatory what I am trying to do - basically keep it in two rows. Is this possible? Right now it winds up making 3 rows... has anyone got this to work as expected (where it would stay inside of the 2 rows and adjust as