[jQuery] Thickbox - IE Only Finds Jquery Code at the Bottom of the Page, but Not at the Top.

2007-08-08 Thread cfdvlpr
Can you think of why Internet Explorer would find my Jquery code if it's at the bottom of the thickbox page, but not find the code when the code is placed at the top in the head? I'd rather not have to put the code at the bottom of the page if possible.

[jQuery] Re: Quick straw pole about maps

2007-08-08 Thread Shaun Kester
Google maps all the way. I really wish there was a jquery equivalent of gmapez (http://n01se.net/chouser/gmapez/). While very easy to use, it can be slow at time. On Aug 8, 12:02 pm, Tane Piper [EMAIL PROTECTED] wrote: Hey folks, I wanted to ask the list a quick straw poll. A bit OT but the

[jQuery] IE6 ajax oddity

2007-08-08 Thread Bruce MacKay
Folks, I have a small blog application at http://www.thomasbaine.com/thetuis.asp The application works fine in IE7 and FF on both the production server (above) and my local development machine. IE6 works fine on my local machine, but fails on the production server. By fail, I mean that

[jQuery] Re: Thickbox - IE Only Finds Jquery Code at the Bottom of the Page, but Not at the Top.

2007-08-08 Thread Karl Swedberg
The only thing I can think of without seeing your code is that you aren't putting it in a .ready() funciton. Make sure the code is wrapped in something like this: $(document).ready(function() { // put your thickbox code in here. }); All of that should, of course be wrapped in script

[jQuery] Re: annoying newbie

2007-08-08 Thread jsmart
Ok, I tried this, but have been overwhelmed by stupidity. Do I need to add this to the external code I use for the modal window? I added it to the head of the parent page, and the chil;d page to no avail. I do not get error reports, it just does not perform. I made sure that I had properly

[jQuery] Odd Behavior in IE6: Links not parsing...

2007-08-08 Thread [EMAIL PROTECTED]
I built this function (with the help of this group) to parse any outbound link and append before my redirect page. it works fine in firefox, yet, IE has a problem doing it. heres the code: function outbound() { $('[EMAIL PROTECTED]://]').not('[EMAIL PROTECTED]').each(function() {

[jQuery] Re: Autocomplete

2007-08-08 Thread Rey Bango
Hi Erik, Correct on the URL: http://bassistance.de/jquery-plugins/jquery-plugin-autocomplete/ Chali, thanks for letting me know that I posted the wrong URL. :) Rey Rey Bango wrote: Hi Erik, This is the one I've been using of late:

[jQuery] Re: annoying newbie

2007-08-08 Thread Benjamin Sterling
John, Do you have something up so that I can take a look at it to see what you are trying to do? I can only imagine you are using something like Thickbox or something similar where the page being loaded into the modal box is actually in an iframe. If so, you should treat things as if it is from

[jQuery] Problem with animation on mouseover/mouseout!

2007-08-08 Thread Nazgulled
I'm using the Interface Elements plugin (just the IFX one) to create some animations in my scripts but I have a little problem. For better descriptiong of the problem here's a test page: http://stuff.nazgulled.net/misc/test/ You'll see a link named TESTE LINK. Please move the mouse over the

[jQuery] ANNOUNCE: Truncate v.2.2 plugin for jQuery released

2007-08-08 Thread Giant Jam Sandwich
Hi All, I am happy to announce that I have updated this jQuery plugin after I received quite a few requests for a very useful feature. The plugin now supports the ability to reveal the text that has been truncated, as well as the ability to click and re-truncate. The JavaScript is still 1KB,

[jQuery] Re: ANNOUNCE: Truncate v.2.2 plugin for jQuery released

2007-08-08 Thread Brandon Aaron
Nice work. It looks like example #3 isn't working properly (at least in FF). -- Brandon Aaron On 8/8/07, Giant Jam Sandwich [EMAIL PROTECTED] wrote: Hi All, I am happy to announce that I have updated this jQuery plugin after I received quite a few requests for a very useful feature. The

[jQuery] Re: tabs + jqmodal = bad things in IE6

2007-08-08 Thread Robert O'Rourke
m3avrck wrote: Thanks Rob! No prob. I reread the docs and got it work using the following: $(#cssmizer) // initialize CSSmizer .cssmizer(settings) // setup modal .jqm({ trigger: #cssmizer-launch, overlay:0, // because

[jQuery] Re: ANNOUNCE: Truncate v.2.2 plugin for jQuery released

2007-08-08 Thread Giant Jam Sandwich
Hey Brandon, I thought that might be a little confusing at first - I might change the example so it is clearer. The third option is actually just supposed to be an example of a link that goes off to a URL. So, if the developer does not want the show/hide feature, they can just provide a link

[jQuery] Re: ANNOUNCE: Truncate v.2.2 plugin for jQuery released

2007-08-08 Thread Brandon Aaron
Ahh, I see. Makes total sense now. :) -- Brandon Aaron On 8/8/07, Giant Jam Sandwich [EMAIL PROTECTED] wrote: Hey Brandon, I thought that might be a little confusing at first - I might change the example so it is clearer. The third option is actually just supposed to be an example of a

[jQuery] Re: tabs + jqmodal = bad things in IE6

2007-08-08 Thread m3avrck
Turns out the problem with the window disappearing in IE6... You cannot use overlay: 0 doh! Took me 2 hours to figure out, you need to specify a minimum of 1 for it work like so: $(#cssmizer) // initialize CSSmizer .cssmizer(settings) // setup modal .jqm({

[jQuery] Re: ClueTIP name=Title showing in IE.

2007-08-08 Thread objective
I had noticed that as well, Karl. Sorry I didn't mention that when we were exchanging emails regarding the image map issue a while back. j On Aug 8, 4:02 pm, Karl Swedberg [EMAIL PROTECTED] wrote: On Aug 8, 2007, at 9:12 AM, Pops wrote: Found a IE vs FF behavior difference. The A links are

<    1   2