Re: [jQuery] position clearing ala Shaun Inman

2007-01-28 Thread Olaf Bosch
Alex Calara schrieb: Ah, here's the problem with that: it attaches a footer to the bottom of the window, rather than to the bottom of the content. What I'm looking for is repositioning an existing footer at the bottom of the longest column in my #content section. There's three columns,

Re: [jQuery] IE 6 error when using thickbox on a secure connection

2007-01-28 Thread Klaus Hartl
[EMAIL PROTECTED] wrote: I have a site on an https://domain.com. When I click on a thickbox-enabled link in IE, I get an error that says somethings are secure, some are not. Is there a fix for this? Known issue? Thanks, Ben I think it is the src of the iframe that is used in IE to

Re: [jQuery] [New Plugin] jqModal -- Minimalist Modaling with jQuery

2007-01-28 Thread Jörn Zaefferer
Brice Burgess schrieb: I can likely examine the calls using .srcElement (IE) and .target (not IE) passing the event data along. jQuery normalizes the target property for IE and Safari. You can use target in every supported browser. -- Jörn Zaefferer http://bassistance.de

Re: [jQuery] [New Plugin] jqModal -- Minimalist Modaling with jQuery

2007-01-28 Thread Jörn Zaefferer
Brice Burgess schrieb: I have updated the plugin with the following changes; + Added emulated fixed position for IE7 (via stylesheet) + Update pageHeight function to return full height regardless of height setting on body (typically 100%..., upsets .clientHeight) + Added a full

Re: [jQuery] [New Plugin] jqModal -- Minimalist Modaling with jQuery

2007-01-28 Thread Mike Alsup
It would be nice to allow clicks presses ONLY if originating from within the modal window. Perhaps this could be accomplished by examining focus parent? Would this block users from typing in the browser's address bar? The goal would be to allow a form within a modal window to be populated

Re: [jQuery] [New Plugin] jqModal -- Minimalist Modaling with jQuery

2007-01-28 Thread Mike Alsup
Bruce, Ugh. I meant Brice. Sorry! ___ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/

[jQuery] jQuery Tools: API Browser

2007-01-28 Thread Jörn Zaefferer
According to the feedback I got via IRC and on this list, there are several people using my API browser (so far known as api-draft). This feedback gave me the motivation to further improve the browser (including a few more plugins), and to create an official release. The time has come:

Re: [jQuery] Flickering when using slideToggle in Firefox

2007-01-28 Thread spl1nter
Cheers for the replies. Jake, that tip was very helpful for reducing the volume of code cheers! Unfortunately using '#[something]' instead of '' doesn't seem to have helped with the flickering :( Ⓙⓐⓚⓔ wrote: # vs !! definitely causes problems! Might I also suggest you code href=#coding

[jQuery] Plugins Database: Rating Comments

2007-01-28 Thread Lick
Hello everyone, As the plugins page is continuing to grow every day, I thought it might be nice to start organizing them in a more comfortable manner. Features that should not be delayed any longer are probably a Rating, a Comment-gallery and links to Related Plugins. And of course the usual

Re: [jQuery] position clearing ala Shaun Inman

2007-01-28 Thread Alex Calara
On Jan 28, 2007, at 2:43 AM, Olaf Bosch wrote: Try, look at the demension-plugin, let them read the height of the colums. The longest use to set the footer. Set this variable in the Script to the footer: top: LONGEST-COLUMN-HEIGHTpx; in your CSS #footer{ position:absolute; left: /*

Re: [jQuery] Plugins Database: Rating Comments

2007-01-28 Thread Gerry Danen
Excellent idea. If at all possible, be able to download the source right there, without the need to go to the author's site. While there is nothing wrong with a visit to the author's site, it should not be for the purpose of demos or downloads. Well, demos maybe. While I don't like the ads and

Re: [jQuery] jQuery Tools: API Browser

2007-01-28 Thread Mike Alsup
The time has come: http://jquery.bassistance.de/api-browser/ Fantastic, Jörn. This is a really great tool. ___ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/

Re: [jQuery] Plugins Database: Rating Comments

2007-01-28 Thread John Resig
We've already started development on this - it's been a long time coming. If you're interested in following the work that the web team is doing, feel free to stop by the Web Team mailing list: http://jquery.com/mailman/listinfo/web_jquery.com --John On 1/27/07, Lick [EMAIL PROTECTED] wrote:

Re: [jQuery] jQuery Tools: API Browser

2007-01-28 Thread Brandon Aaron
Love it! It is going to get a lot of use. Great job. -- Brandon Aaron On 1/28/07, Jörn Zaefferer [EMAIL PROTECTED] wrote: According to the feedback I got via IRC and on this list, there are several people using my API browser (so far known as api-draft). This feedback gave me the

Re: [jQuery] [New Plugin] jqModal -- Minimalist Modaling with jQuery

2007-01-28 Thread Rey Bango
Hi Brice, Could you post an updated URL? As much as I would be happy to let you run the demo off of my PC (ie: localhost), WinXP limits the number of connections to IIS so we'll have to host it some place else. LOL! (and yes, I said this in humorous way). Rey... Brice Burgess wrote: I have

Re: [jQuery] jQuery Tools: API Browser

2007-01-28 Thread Gerry Danen
Excellent tool, Jörn. Downloaded already! :) The only feedback I have at the moment is the blue flash when I click an entry. I find that distracting. Good work!!! Gerry On 1/28/07, Jörn Zaefferer [EMAIL PROTECTED] wrote: According to the feedback I got via IRC and on this list, there are

Re: [jQuery] Plugins Database: Rating Comments

2007-01-28 Thread Rey Bango
Sounds like a good idea Lick. I'll present this to the team to see what everyone thinks. I know things are hectic at the moment so I'll see what we can do. Rey Bango... jQuery Project Team Lick wrote: Hello everyone, As the plugins page is continuing to grow every day, I thought it might

[jQuery] $.ajax get xmldocument works in firefox but not in IE

2007-01-28 Thread myagent
I have a list of products that I wish to load through ajax. The event triggers a function with an url to the xmldocument. A working version of this is placed here: http://www.myagent.dk/ajaxtest/a.html The productlist loads fine in firefox, but not in IE. It seems to be the .each that fails.

Re: [jQuery] jQuery Tools: API Browser

2007-01-28 Thread Rey Bango
I second that. Jorn, the API browser is awesome. Great job bud! Rey Brandon Aaron wrote: Love it! It is going to get a lot of use. Great job. -- Brandon Aaron On 1/28/07, Jörn Zaefferer [EMAIL PROTECTED] wrote: According to the feedback I got via IRC and on this list, there are several

[jQuery] dimensions.js console.log error message

2007-01-28 Thread Bruce McKenzie
The version of dimensions.js available on the jquery plugins pages contains this on line 233 console.log(' ' + parent.id + ' ' + x + ' ' + y); which triggers an 'error-on-page' message in IE6. BTW, is there a packed version of this excellent plugin available? Bruce --

Re: [jQuery] [New Plugin] jqModal -- Minimalist Modaling with jQuery

2007-01-28 Thread Brice Burgess
Jörn Zaefferer wrote: Brice Burgess schrieb: I have updated the plugin with the following changes; + Added emulated fixed position for IE7 (via stylesheet) + Update pageHeight function to return full height regardless of height setting on body (typically 100%..., upsets

Re: [jQuery] $.ajax get xmldocument works in firefox but not in IE

2007-01-28 Thread myagent
Full post is below. I have a list of products that I wish to load through ajax. The event triggers a function with an url to the xmldocument. A working version of this is placed here: http://www.myagent.dk/ajaxtest/a.html The productlist loads fine in firefox, but not in IE. It seems to be

Re: [jQuery] dimensions.js console.log error message

2007-01-28 Thread Brandon Aaron
Yikes! Thank Bruce for pointing that out. It is now fixed. Also you can pack the dimensions plugin with Dean's packer. http://dean.edwards.name/packer/ -- Brandon Aaron On 1/28/07, Bruce McKenzie [EMAIL PROTECTED] wrote: The version of dimensions.js available on the jquery plugins pages

[jQuery] Help - How to create a sortable tabstrip?

2007-01-28 Thread WG
Hi Folks, I've done this with scriptaculous ... but have been trying for the past few hours with jquery and the interface library and I just can't get it to work. Essentially I'm trying to build a tabstrip control that allows you to drag/drop nested tabs dynamically so as to change the tab

Re: [jQuery] jQuery Tools: API Browser

2007-01-28 Thread Karl Swedberg
me too, me too! Love it! One suggestion for this, and for Visual jQuery, too: It would be nice, especially for new jQuery users, to have a link somewhere on these pages to http://docs.jquery.com/DOM/Traversing/Selectors/ People might not be aware that the selector expression info isn't

Re: [jQuery] Plugins Database: Rating Comments

2007-01-28 Thread Danial Tzadeh
Hey all, Have you seen Joomla plugin directory? http://extensions.joomla.org/ I think it's one of the best, and also they use jquery. Maybe you can get a copy of it (or you can use our in-house code at http://www.joomlaturkiye.org/component/option,com_linkdirectory/task,detail/id,2/Itemid,39/,

Re: [jQuery] position clearing ala Shaun Inman

2007-01-28 Thread Olaf Bosch
Alex Calara schrieb: On Jan 28, 2007, at 2:43 AM, Olaf Bosch wrote: Try, look at the demension-plugin, let them read the height of the colums. The longest use to set the footer. Set this variable in the Script to the footer: top: LONGEST-COLUMN-HEIGHTpx; in your CSS #footer{

Re: [jQuery] Help - How to create a sortable tabstrip?

2007-01-28 Thread Allan Mullan
Hey Wayde Just had a quick look and from what I can see your javascript isn't even javascript, it's copies of the HTML... Both the jquery.js and the interface.js. Might need to fix that before anything will work... Allan WG wrote: Hi Folks, I've done this with scriptaculous ... but have

Re: [jQuery] Flickering when using slideToggle in Firefox

2007-01-28 Thread Ⓙⓐⓚⓔ
next piece of advice... is it double triggering or is it just a jerky animation? 1. swap all out your slides for simplier show and hide... (that's probably not it!) 2. add debugging code to the click functions to see if they are being called twice! 3. I just don't see it is it something coded

Re: [jQuery] jQuery Tools: API Browser

2007-01-28 Thread arnaud sellenet
Thank you so much, and thank you to make it downloadable. Very handy for offline use. Le 28 janv. 07 à 19:12, Karl Swedberg a écrit : me too, me too! Love it! One suggestion for this, and for Visual jQuery, too: It would be nice, especially for new jQuery users, to have a link somewhere

Re: [jQuery] Flickering when using slideToggle in Firefox

2007-01-28 Thread Steve Jones
Gerry I have been suffering this problem too - specifically using Mac OS X and Firefox... it works fine on Safari. What OS are you working on? If its Mac, does the sliding menu work in Safari? I have the problem here: http://www.g-raff.co.uk/jquery/comchap.html, though chances are if you

Re: [jQuery] Flickering when using slideToggle in Firefox

2007-01-28 Thread spl1nter
I tried both of these. When using show/hide it works perfectly and there's no faults. When I added debug code it showed that the function is only called once. Maybe it's something in the jQuery code? Perhaps I should just use show/hide for the meantime? Ⓙⓐⓚⓔ wrote: next piece of advice...

Re: [jQuery] Flickering when using slideToggle in Firefox

2007-01-28 Thread Gerry Danen
Steve, I use WinXP. FF2 works great, but IE7 is indeed a bit jerky but it does not flicker like Tom's. The jerkiness shows especially in the tab how we help, probably because it is the longest. I don't find it overly annoying. Gerry On 1/28/07, Steve Jones [EMAIL PROTECTED] wrote: Gerry I

Re: [jQuery] Help - How to create a sortable tabstrip?

2007-01-28 Thread zelexir
Skorpion wrote: Hey Wayde Just had a quick look and from what I can see your javascript isn't even javascript, it's copies of the HTML... Both the jquery.js and the interface.js. Might need to fix that before anything will work... Allan WG wrote: Hi Folks, I've done this

Re: [jQuery] Flickering when using slideToggle in Firefox

2007-01-28 Thread Ⓙⓐⓚⓔ
or maybe it's the css that slideup has to deal with? test without css may shed more light! It may very well be a jq bug... one that nobody ever noticed! How insidious! On 1/28/07, spl1nter [EMAIL PROTECTED] wrote: I tried both of these. When using show/hide it works perfectly and there's no

Re: [jQuery] position clearing ala Shaun Inman

2007-01-28 Thread Alex Calara
The CSS I can handle. It's the writing of the jQuery function I need that I can't do. For convenience's sake, I'll paste my message again. Here's what I *want* to do: I want to have jQuery reposition a footer below a div which has no height (because all its children are absolutely

[jQuery] slide functions

2007-01-28 Thread Gerry Danen
A suggestion for documentation enhancement... I have been trying to figure out what the speed parameter can be, besides slow and fast. slideUp, slideDown, slideToggle all accept a string or number, and pass that on to .animate. Digging in the jquery.js source, I found slow: 600, fast: 200

Re: [jQuery] jQuery Tools: API Browser

2007-01-28 Thread Jörn Zaefferer
arnaud sellenet schrieb: Thank you so much, and thank you to make it downloadable. Very handy for offline use. Thanks for the feedback! I forgot to mention that the download contains all files, so if you like, you can modify the XSL file, remove or add plugins, whatever you like. -- Jörn

Re: [jQuery] jQuery Tools: API Browser

2007-01-28 Thread Jörn Zaefferer
Gerry Danen schrieb: Excellent tool, Jörn. Downloaded already! :) The only feedback I have at the moment is the blue flash when I click an entry. I find that distracting. Good work!!! Thanks! Seems like the flash does not quite achieve the effect that it should. I'll try to improve

Re: [jQuery] slide functions

2007-01-28 Thread Jörn Zaefferer
Gerry Danen schrieb: A suggestion for documentation enhancement... I have been trying to figure out what the speed parameter can be, besides slow and fast. slideUp, slideDown, slideToggle all accept a string or number, and pass that on to .animate. Digging in the jquery.js source, I found

Re: [jQuery] Flickering when using slideToggle in Firefox

2007-01-28 Thread Gerry Danen
It appears that the animation speed is equal for all blocks, tabs, menu items, or whatever you have declared as a group. For example, Tom, on the line $(this).next(div.expandedSection).slideToggle(400); change 400 to 2000 and add two topics, one very long, and one very short (without a graphic)

[jQuery] Download-able documentation

2007-01-28 Thread Ken Saggy
Hi guys, I was thinking... why not create some sort of download-able documentation format? either a ZIP of HTML's of maybe even a .chm (or .hlp) file? (kind of like PHP or MySQL have) I personally work a lot on my laptop, ofter not accessible to an internet connectionif there could be some

Re: [jQuery] slide functions

2007-01-28 Thread Gerry Danen
Done. Thanks, Jörn. Gerry On 1/28/07, Jörn Zaefferer [EMAIL PROTECTED] wrote: Gerry Danen schrieb: A suggestion for documentation enhancement... I have been trying to figure out what the speed parameter can be, besides slow and fast. slideUp, slideDown, slideToggle all accept a

Re: [jQuery] Download-able documentation

2007-01-28 Thread John Keyes
Hi Ken, You could download the recently mentioned api-browser[1] or download the documentation site to your local disk using a HTML spider like Free Download Manager[2] (Windows XP). Hope that's of some help to you. -John K [1] http://jquery.bassistance.de/api-browser/ [2]

Re: [jQuery] Flickering when using slideToggle in Firefox

2007-01-28 Thread Joel Birch
I checked in Safari and the problem does not occur. It's bad in FF2 Mac though. I've seen problems like this plenty and it seemed to always be to do with not having a height or width set on the sliding element. I remember that solutions involved resetting the inline style property in the

Re: [jQuery] Download-able documentation

2007-01-28 Thread Yehuda Katz
I will be releasing a downloadable form of Visual jQuery today. -- Yehuda On 1/28/07, John Keyes [EMAIL PROTECTED] wrote: Hi Ken, You could download the recently mentioned api-browser[1] or download the documentation site to your local disk using a HTML spider like Free Download Manager[2]

Re: [jQuery] position clearing ala Shaun Inman

2007-01-28 Thread Kristinn Sigmundsson
http://www.nabble.com/file/5995/threecolumnfooter.html threecolumnfooter.html Test that file, doesn't use the dimensions plugin but you'll figure it out. It handles windowresize, but I didn't find a good way to catch a text resize, so in this example the placeFooter function calls itself after

Re: [jQuery] Download-able documentation

2007-01-28 Thread John Keyes
Great news. I love the new version by the way. -John K On 1/28/07, Yehuda Katz [EMAIL PROTECTED] wrote: I will be releasing a downloadable form of Visual jQuery today. -- Yehuda On 1/28/07, John Keyes [EMAIL PROTECTED] wrote: Hi Ken, You could download the recently mentioned

Re: [jQuery] jQuery Tools: API Browser

2007-01-28 Thread Brice Burgess
Jörn Zaefferer wrote: The time has come: *http://jquery.bassistance.de/api-browser/* Jörn, This is fantastic. Bookmarked/Downloaded. I did experience a relatively slow load in FF 2.0/Linux/Modern Machine.. the left frame took awhile -- loaded categorized alphabetical list, then @ 4

Re: [jQuery] jQuery Tools: API Browser

2007-01-28 Thread Will Mo
fantastic. Thank you! Search is key for us n00bs. ;) On 1/28/07, Jörn Zaefferer [EMAIL PROTECTED] wrote: ... The time has come: *http://jquery.bassistance.de/api-browser/* ... ___ jQuery mailing list discuss@jquery.com

Re: [jQuery] jQuery Tools: API Browser

2007-01-28 Thread Widi Harsojo
I can't help it.., Thank You! your API doc has been valueable to me, and very light. I like the doc tree , search and above all it just 1 html to download! (+js+css :) ~Widi. just notice that you change the doc.tree inside category.tab. On 1/29/07, Will Mo [EMAIL PROTECTED] wrote: fantastic.

Re: [jQuery] Help - How to create a sortable tabstrip?

2007-01-28 Thread WG
Kristinn, Thanks for the changes ... they mostly work. I did notice one problem that may just be something with the Interface Sortable plugin ... but sometimes, when I move a tab A over tab B, tab B is not moved until I move my mouse up or down. Its a little something ... but annoying ...

Re: [jQuery] jQuery Tools: API Browser

2007-01-28 Thread Joel Birch
On 29/01/2007, at 9:22 AM, Jörn Zaefferer wrote: Seems like the flash does not quite achieve the effect that it should. I'll try to improve that. Maybe animate a scroll to the requested item instead? That would make it pretty obvious that you have moved to another item. On the other hand,

Re: [jQuery] jQuery Tools: API Browser

2007-01-28 Thread Gerry Danen
A 50ms scroll would not be as distracting, I think. Not complaining or nit-picking. Just observing. :) Gerry On 1/28/07, Joel Birch [EMAIL PROTECTED] wrote: On 29/01/2007, at 9:22 AM, Jörn Zaefferer wrote: Seems like the flash does not quite achieve the effect that it should. I'll try to

Re: [jQuery] jQuery Tools: API Browser

2007-01-28 Thread Widi Harsojo
Yes! indispensable API guide, the flash help me when i click wrap(Element) other than that, I know since it will be on the first line of the content. Widi. http://jquery.bassistance.de/api-browser/#wrapElement On 1/29/07, Joel Birch [EMAIL PROTECTED] wrote: On 29/01/2007, at 9:22 AM, Jörn

Re: [jQuery] [New Plugin] jqModal -- Minimalist Modaling with jQuery

2007-01-28 Thread Brice Burgess
I've update the jqModal codebase again. I was lucky enough to rdesktop into a friend's machine where I was able to test the code under IE6 and IE7! :) -- as the Mac is on vacation, it remains untested/unreported under Safari. Changes include; + Compatibility Improvements ( Tested under

Re: [jQuery] Help - How to create a sortable tabstrip?

2007-01-28 Thread Stefan Petre
WG wrote: Hi Folks, I've done this with scriptaculous ... but have been trying for the past few hours with jquery and the interface library and I just can't get it to work. Essentially I'm trying to build a tabstrip control that allows you to drag/drop nested tabs

Re: [jQuery] [New Plugin] jqModal -- Minimalist Modaling with jQuery

2007-01-28 Thread Joel Birch
On 29/01/2007, at 5:29 PM, Brice Burgess wrote: it remains untested/unreported under Safari. Hi Brice, It's all looking extremely tasty. Thought I'd check it out on Safari 2.0.4 for you. Good news. It works exactly like it does in Mac FF2. The only strange thing I noticed in both browsers

Re: [jQuery] Help - How to create a sortable tabstrip?

2007-01-28 Thread Stefan Petre
I hope this will help you http://interface.eyecon.ro/demos/sort_tabs.html Stefan ___ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/

Re: [jQuery] [New Plugin] jqModal -- Minimalist Modaling with jQuery

2007-01-28 Thread Stéphane Nahmani
On 29 janv. 07, at 7:29, Brice Burgess wrote: as the Mac is on vacation, it remains untested/unreported under Safari It works under the Tiger Safari, but only the last 2 are actually modal; clicking on the bg for the first 3 closes the dialog. Good work. -- Stéphane

Re: [jQuery] [New Plugin] jqModal -- Minimalist Modaling with jQuery

2007-01-28 Thread Joel Birch
On 29/01/2007, at 6:09 PM, Stéphane Nahmani wrote: It works under the Tiger Safari, but only the last 2 are actually modal; clicking on the bg for the first 3 closes the dialog. I can confirm this actually. This differs from Mac FF2. Joel. ___

Re: [jQuery] Deserialize plugin question on Nabble

2007-01-28 Thread ashutosh bijoor
Hi John Thanks to Florian Fackler's modification, there is a new configurable option called 'overwrite' which controls whether variables that are not defined in the JSON overwrite the form variables or not. Pls find modified code at http://www.reach1to1.com/sandbox/jquery/testform.html Regards