Re: [jQuery] ANNOUNCE: Thickbox Reloaded alpha

2007-03-20 Thread [-Stash-]
Don't forget to SHOUT LOUDLY when that day of work is complete ;) Luke Klaus Hartl wrote: Joel Birch schrieb: Anything we can do to lighten the load? I'm sure many of us will agree that this is one of the most exciting and important plugin projects at the moment. Good luck with

[jQuery] Creating a visible link to show and unhide content.

2007-03-14 Thread [-Stash-]
I'm currently trying to create a spoiler hiding addon for a forum using jQuery. I basically want to have all Ps, DIVs and SPANs with a class of .spoiler inside of #Comments .CommentBody to autohide the text and provide a clickable Spoiler: click to show that, when clicked, shows the hidden text

Re: [jQuery] Creating a visible link to show and unhide content.

2007-03-14 Thread [-Stash-]
Seems I was wrong, and that the hide function actually does decide if something is block or inline, my bad. Thanks for this David, works a treat. I took a look at Sean's solution as well and that worked too, but this works out a little simpler now that it actually does do what I wanted in the

Re: [jQuery] ANNOUNCE: Thickbox Reloaded alpha

2007-03-02 Thread [-Stash-]
Just tried this in IE7 (WinXPSP2) and the overlay is solid black. Some of the CSS positioning is also a little out of kilter, but everything works! Looking forward to this one Klaus :) Luke Klaus Hartl wrote: Sean O schrieb: Klaus, Nice job, everything looks great in Firefox 2 IE 7

Re: [jQuery] ANNOUNCE: Thickbox Reloaded alpha

2007-03-01 Thread [-Stash-]
Klaus Hartl wrote: [-Stash-] schrieb: A simple Cancel link would be superb - I think this is an essential addition! clicking on the overlay while loading will abort loading... that its not working is a bug on my side. is that sufficient? OK, I just tested with own hacked about version

Re: [jQuery] ANNOUNCE: Thickbox Reloaded alpha

2007-02-28 Thread [-Stash-]
A simple Cancel link would be superb - I think this is an essential addition! Torbjorn Tornkvist wrote: I've been using Imagebox and are missing a way of Stopping/Unloading it. Also, a hook when Imagebox closes down would have been very handy. Perhaps Thickbox3 can remedy this? -- View

Re: [jQuery] ANNOUNCE: Thickbox Reloaded alpha

2007-02-28 Thread [-Stash-]
. Shouldn't this just be tied to the close link? [-Stash-] wrote: A simple Cancel link would be superb - I think this is an essential addition! Torbjorn Tornkvist wrote: I've been using Imagebox and are missing a way of Stopping/Unloading it. Also, a hook when Imagebox closes down would have been

Re: [jQuery] Another PNG transparency thingy for IE

2007-02-27 Thread [-Stash-]
Any chance of a URL with an example of this being used? Thanks :) Luke -- View this message in context: http://www.nabble.com/Another-PNG-transparency-thingy-for-IE-tf3295297.html#a9178908 Sent from the JQuery mailing list archive at Nabble.com.

Re: [jQuery] ANNOUNCE: Thickbox Reloaded alpha

2007-02-27 Thread [-Stash-]
I agree with this. Keep it tight and let it do the core things extremely well. Is there any reason you can't have an extension for a plugin? Perhaps all you need is a section in the core file where you can add as many lines as yuo like that say enable this extension - path? Luke Alexandre

Re: [jQuery] ANNOUNCE: Thickbox Reloaded alpha

2007-02-27 Thread [-Stash-]
I like the sound of this idea if it can be made to work :) Do you have an example of what you're talking about David? Luke DavidIcreate wrote: Klaus Hartl schreef: David Duymelinck schrieb: Klaus Hartl schreef: * Automatic type detection depending on type of element,

Re: [jQuery] ANNOUNCE: Thickbox Reloaded alpha

2007-02-27 Thread [-Stash-]
This wasn't possible before, although it would be kinda nice. HighSlide (http://vikjavev.no/highslide/) does this pretty well, from an end user point of view. I have no idea if it's well coded etc. I would put this outside the scope for TB3 and move it into 4, or as an optional addon. Most of

Re: [jQuery] Smooth Scrolling for same-page links

2007-02-20 Thread [-Stash-]
So has anyone actually got a working example of this so I can see what I'm doing wrong? Because it doesn't work for me. Karl Swedberg-2 wrote: On Feb 19, 2007, at 10:46 AM, Klaus Hartl wrote: hcabbos schrieb: Hey Klaus. Do you think you could post the new code that includes

Re: [jQuery] Smooth Scrolling for same-page links

2007-02-19 Thread [-Stash-]
This is exactly what I've been looking for as just using the following with Interface 1.2 makes # links to other pages completely unusable: $(document).ready( function() { $(document).ScrollToAnchors(630); } ); But I'm afriad to say that none of this works for me :( I've been using the

Re: [jQuery] Interface 1.2

2007-02-11 Thread [-Stash-]
, however I think you'll find out exactly what the problem is if you click around on the site a little bit first. Luke Stefan Petre wrote: Luke, can you explain a little bit more what are you want to do ? Stefan [-Stash-] wrote: Love Interface, but I noticed that one bug still

Re: [jQuery] Interface 1.2

2007-02-10 Thread [-Stash-]
Love Interface, but I noticed that one bug still isn't fixed in the ScrollTo plugin. Any news on when it might be fixed? More info: http://www.nabble.com/forum/ViewPost.jtp?post=8868839framed=y Luke Stefan Petre wrote: Hi, I just released Interface 1.2 . The big change in this release

Re: [jQuery] Smooth page scrolling between internal anchors

2007-02-08 Thread [-Stash-]
I don't suppose this got fixed in Interface 1.1.2 did it? Stefan Petre wrote: It is a bug. I will fix it. [-Stash-] wrote: I have a problem with it though. Scrolling between anchors on the same page works perfectly, but when trying to go to another page, the links don't work at all

Re: [jQuery] Smooth page scrolling between internal anchors

2007-02-08 Thread [-Stash-]
Stefan? I'm eager to get this thing going :) Thanks, Luke Stefan Petre wrote: It is a bug. I will fix it. [-Stash-] wrote: I have a problem with it though. Scrolling between anchors on the same page works perfectly, but when trying to go to another page, the links don't work

Re: [jQuery] plugin: fieldSelection

2007-02-08 Thread [-Stash-]
Does anyone know if this is still being worked on? I'd be very interested to use this with a few more features in it. Luke Alex Brem wrote: Hey jQuery lovers, I coded a small plugin to retrieve the caret position and the current selection index of input fields and textareas. Special

Re: [jQuery] position clearing ala Shaun Inman

2007-01-27 Thread [-Stash-]
Jörn Zaefferer wrote: deadguy schrieb: I've been reading through Transcending CSS by Andy Clarke, and he mentions using Shaun Inman's clearance method (http://shauninman.com/post/heap/2006/05/22/clearance_position_inline_absolute) to position footers when using absolute positioning for

Re: [jQuery] Thickbox incompatible with jQuery 1.1

2007-01-24 Thread [-Stash-]
Thanks for this tip Michael/Klaus. I've had success with this mod as well and have now implemented Klaus's smooth scrolling ThickBox along with a jQuery extension in the Vanilla forum software. http://lussumo.com/addons/?PostBackAction=AddOnAddOnID=240 Michael Grunewalder wrote: I had the

Re: [jQuery] Thickbox incompatible with jQuery 1.1

2007-01-24 Thread [-Stash-]
I agree! Don't forget to let Cody know at his forums ;) http://codylindley.com/thickboxforum/comments.php?DiscussionID=166page=1#Item_20 Giuliano Marcangelo wrote: Klaus, I think that we would all love YOU to do that ! :-) On 24/01/07, Klaus Hartl [EMAIL PROTECTED] wrote: [-Stash

Re: [jQuery] Thickbox incompatible with jQuery 1.1

2007-01-24 Thread [-Stash-]
if possible, but that's secondary) all the necessary JS files into a single download would be best. Luke Sam Collett wrote: On 24/01/07, Klaus Hartl [EMAIL PROTECTED] wrote: [-Stash-] wrote: Unfortunately, it looks like Cody's giving up on ThickBox. He's put out a request for someone

Re: [jQuery] Thickbox 2.1.1

2007-01-24 Thread [-Stash-]
I don't suppose you've written down the changes you made have you? Is it just the .unbind('click') ones or are there more? Thanks :) John Resig wrote: Hi Everyone - I've taken the initiative and fixed Thickbox to work with jQuery 1.1.1. I updated the Thickbox site to reflect this (and

Re: [jQuery] Thickbox incompatible with jQuery 1.1

2007-01-23 Thread [-Stash-]
Unfortunately, it looks like Cody's giving up on ThickBox. He's put out a request for someone to take it over: http://codylindley.com/thickboxforum/comments.php?DiscussionID=166page=1#Item_15 Given the improvements Klaus Hartl's already made to ThickBox 2.1, it would be nice if he took it over

Re: [jQuery] Interface, Accordian - CSS Selectors

2007-01-22 Thread [-Stash-]
Anyone? [-Stash-] wrote: Hi, I'm trying integrate the Accordian FX from the Interface plugin into an existing site structure that I cannot change. I was wondering how I can use CSS child and adjacent-sibling selectors in the following two lines: headerSelector: 'dt

[jQuery] Interface, Accordian - CSS Selectors

2007-01-21 Thread [-Stash-]
Hi, I'm trying integrate the Accordian FX from the Interface plugin into an existing site structure that I cannot change. I was wondering how I can use CSS child and adjacent-sibling selectors in the following two lines: headerSelector: 'dt', panelSelector: 'dd', Instead of dt I'd like to

Re: [jQuery] Speed of 1.0 code with compatibilty script?

2007-01-18 Thread [-Stash-]
I would also be interested in having a version of ThickBox that works with jQuery 1.1. I'm still trying to figure out how to make the compatibility plugin to work in the first place (I'm new to JS and programming in general). If I have any success I will post back. -- View this message in

Re: [jQuery] Smooth page scrolling between internal anchors

2007-01-18 Thread [-Stash-]
Many thanks to Stefan for helping me with this off list. If anyone else wants to get this working with a single external file, so your header has something like this in it: lt;script type=text/javascript src=jquery.jslt;/script lt;script type=text/javascript src=interface.jslt;/script

Re: [jQuery] Smooth page scrolling between internal anchors

2007-01-18 Thread [-Stash-]
_ Karl Swedberg www.englishrules.com www.learningjquery.com On Jan 18, 2007, at 6:59 AM, [-Stash-] wrote: Many thanks to Stefan for helping me with this off list. If anyone else wants to get this working with a single external file, so your header has something like

Re: [jQuery] Thickbox Suggestion

2007-01-18 Thread [-Stash-]
Sam Collett wrote: I have a suggestion for Thickbox (if there is to be another version) in regards to showing images. Might be worth posting this on the ThickBox forum as well? http://codylindley.com/thickboxforum/ -- View this message in context:

[jQuery] Smooth page scrolling between internal anchors

2007-01-08 Thread [-Stash-]
Hi, I'm very new to both jQuery and Javascript, but I love what it can do so far. I'd like to be able to create a plugin that enables smooth scrolling when you click on an internal anchor link on a page. It would be beneficial to users as it provides feedback that you are not going to a

Re: [jQuery] Smooth page scrolling between internal anchors

2007-01-08 Thread [-Stash-]
Stefan Petre wrote: David Duymelinck wrote: I made this a plugin. $(document).ScrollToAnchors(500); This will make all the a href=#anchor to animate to the element. Will be released when jQuery 1.1 is released. Does it work with 1.1a? If so would you be willing to give me a sneak