[jQuery] Re: Fading links from one color to another (like Mootools)

2007-08-04 Thread Ganeshji Marwaha
can u send a link so we can have a look at that effect. -GTG On 8/4/07, Nazgulled <[EMAIL PROTECTED]> wrote: > > > Hi, > I'm a newbie at jQuery and basic/average JavaScript coder. Recently, I > was talking to a friend, asking which JavaScript framework does he use > or will use in his CMS projec

[jQuery] Re: jCarousel question

2007-08-04 Thread Jan Sorgalla
Hi, On 4 Aug., 18:27, Fasita <[EMAIL PROTECTED]> wrote: > Hi guys, > > Thanks so much for the info. I put up a test page > athttp://www.lakefeverproductions.com/test. > > The carousel now starts on the middle item. The only issue now is that > when clicking the previous or next buttons from eith

[jQuery] Re: Jquery Vs. Prototype

2007-08-04 Thread Mitchell Waite
Ganeshji: Very nice story! I really enjoyed reading it. And learned what I already suspected. You just saved me a LOT of wasted time checking out those other frameworks. Mitch PS In some ways its unfortunate, not terrible, just too bad, that jQuery choose such a techie and obscure name

[jQuery] Re: Jquery Vs. Prototype

2007-08-04 Thread Ganeshji Marwaha
brook, I am not sure if i will add substantially to what others have said above. Still, i wanted to post this mail anyways because you might be more comfortable making a decision if you hear an opinion from a normal user as opposed to a core developer. My background in javascript follows the patt

[jQuery] Re: Resig's Accordion Lite

2007-08-04 Thread Bernd Matzner
On 5 Aug., 04:20, "Mitchell Waite" <[EMAIL PROTECTED]> wrote: > When I use your accordion in IE7 (Example #1) when you click on a head the > entire accordion opens up then snaps to the new menu. > In FF it just acts weird. So you might want to take another look at your > example. Hi Mitchell,

[jQuery] Re: Resig's Accordion Lite

2007-08-04 Thread Bernd Matzner
Hi John, thanks for pointing out that the step function will change. Obviously, there really is good use for it if, so it'll be great if it could make it into future builds of jQuery one way or another. Thanks for your hard and thoughtful work, Bernd

[jQuery] Re: Ext 1.1

2007-08-04 Thread John Resig
That updating is left to the Ext team - it's not clear why they didn't update the attached plugins. --John On 8/4/07, Jon Ege Ronnenberg <[EMAIL PROTECTED]> wrote: > Hi all! > > Is there an update to the jquery-plugins.js? The one that comes with Ext 1.1 > looks pretty old. I just want to make s

[jQuery] Re: Resig's Accordion Lite

2007-08-04 Thread John Resig
It'll be easy to update - but the problem is that the current accordion won't work with future versions of jQuery and future versions of the plugin won't work with past versions of jQuery. Just wanted to make sure that everyone knew what they were getting in to. --John On 8/4/07, Mitchell Waite

[jQuery] Re: Resig's Accordion Lite

2007-08-04 Thread Mitchell Waite
When I use your accordion in IE7 (Example #1) when you click on a head the entire accordion opens up then snaps to the new menu. In FF it just acts weird. So you might want to take another look at your example. -Original Message- From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED]

[jQuery] Re: Resig's Accordion Lite

2007-08-04 Thread Mitchell Waite
So will it be a big deal to modify the accordian after step is changed? -Original Message- From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of John Resig Sent: Saturday, August 04, 2007 7:08 PM To: jquery-en@googlegroups.com Subject: [jQuery] Re: Resig's Accordion Lite

[jQuery] Re: Resig's Accordion Lite

2007-08-04 Thread John Resig
Everyone: I really discourage against making plugins rely on step: right now - it's an undocumented function that was going to be removed from jQuery. However, since people are using it now, that means that its API will have to be adapted to work with the upcoming jQuery 1.2 animation changes. Na

[jQuery] Ext 1.1

2007-08-04 Thread Jon Ege Ronnenberg
Hi all! Is there an update to the jquery-plugins.js? The one that comes with Ext 1.1looks pretty old. I just want to make sure I'm not missing something. Thanks! Redards, Jon.

[jQuery] Re: Resig's Accordion Lite

2007-08-04 Thread Bernd Matzner
Hi John, Dragan, thanks for the great solutions to those annoying bumping effects. Great stuff. I updated my hoverAccordion plugin to make use of these. It's available at http://berndmatzner.de/jquery/hoveraccordion/ There's another thread dedicated to this plugin: http://groups.google.com/group

[jQuery] Re: New Plugin: HoverAccordion

2007-08-04 Thread Bernd Matzner
> You'll see on the apple site there is no bump at all. It just slides > without effecting any other areas of the menu. I think this is > because we are showing/hiding heights and the apple site is using > absolute/static/relative positioning to get the effects. Thoughts? Hi there, after John

[jQuery] Slide on a fieldset and Firefox

2007-08-04 Thread danspam
I have a page with a fieldset that contains a div with an overflow-y set as auto. If I do a slideup or slidetoggle on that fieldset, the div with the scroll bar does not slide up correctly. Instead it just stays completely visible until the slide has finished, at which point it disappears. Any ot

[jQuery] Re: Safari 1.3.2 click event not returning false

2007-08-04 Thread NickMaller
Thanks for the suggestion Klaus, your post lead me to try a few different things and i've found a solution. So what I ended up doing is applying the javascript directly on the onclick attribute for safari only, ie: if($.browser.safari) { $(".banking-window").attr("onclick", "wind

[jQuery] Re: About Browser Width Detection

2007-08-04 Thread Glen Lipka
There is a plugin called dimensions. It gives all kinds of good functions for getting sizes. http://jquery.com/plugins/project/dimensions I had made a sample page using it here: http://www.commadot.com/jquery/dimensions/ Glen On 8/4/07, Kelvin Park <[EMAIL PROTECTED]> wrote: > > > I am trying t

[jQuery] Re: Resig's Accordion Lite

2007-08-04 Thread Mitchell Waite
Dan WOW THIS IS GREAT. We all owe you a six pack of Mic's. Do you know that of the 12 accordian plugins on Ajax Rain none come close to the simplicity of this puppy? I love that you got focus to work. And bring in the easing functionality is excellent. I can't wait to integrate this into my p

[jQuery] Fading links from one color to another (like Mootools)

2007-08-04 Thread Nazgulled
Hi, I'm a newbie at jQuery and basic/average JavaScript coder. Recently, I was talking to a friend, asking which JavaScript framework does he use or will use in his CMS project and he mentioned Mootools and Prototype (I'm not here to discuss them). Well, I knew Prototype, but not Mootools, so I de

[jQuery] About Browser Width Detection

2007-08-04 Thread Kelvin Park
I am trying to allow a right side content area on my website to disappear when browser width shrinks down to 800 pixels. Do you know how to detect browser width with jquery in real time?

[jQuery] Question (maybe a suggestion) about BlockUI plugin IE6

2007-08-04 Thread Nazgulled
Before I ever new javascript frameworks or jQuery, I implemented something like this (but very basic) on some script of mine. However, I had a problem in IE6 that couldn't use a background-color and opacity cause wouldn't work. My stupid solution was to use a gif with 4 pixels, 2 white and 2 trans

[jQuery] Re: Jquery Vs. Prototype

2007-08-04 Thread Dragan Krstic
BMHO, jquery is easier to learn and doesn't extends native JS objects. jQ people is more enthusiatsic about library they use. Also, jQuery put standards in speed, documentation and support. By introducing jQuery, John forced other folks to improve their libraries. And comunity is very devoted, too

[jQuery] Re: Resig's Accordion Lite

2007-08-04 Thread Mike Alsup
Very nice, Dan!! > I threw together a really quick plug-in based on John's code and your > example. I also addressed the issues you list above. > > http://www.pengoworks.com/workshop/jquery/resig_accordion.htm

[jQuery] Re: Jquery Vs. Prototype

2007-08-04 Thread John Resig
> I can see the benefit of this being that you only include the methods you > need and there is no bloat. That's precisely why. Here's examples of everything that you mentioned: disable: $("input").attr("disabled","disabled"); enable: $("input").attr("disabled",""); findFirstElement: $("form

[jQuery] Re: Jquery Vs. Prototype

2007-08-04 Thread Rey Bango
Hi Brook, All of the functionality is available to jQuery users but not all of it is in the core. One of the things that we try to do is really keep the core clean and lightweight. With that said, jQuery team member Mike Alsup has created a form handling plugin which is complimentary to jQu

[jQuery] Using JQuery in firefox extension

2007-08-04 Thread Lucemia
hi I want to know how to use JQuery in firefox extension and have some trouble. for example: $('img').click(function() { alert('hello')});); // no error, but not work. window.content.$('img').click(function() { alert('hello')});); // it will raise a error about content.$ is not a function

[jQuery] Referencing the target field in an Event Handler

2007-08-04 Thread [EMAIL PROTECTED]
I have attached an event handler to a form field like this: $('#'+fieldID).bind("change", {fieldref: fieldID}, this.changeHandler) In my handler, I can get a reference to the field by using 'event.target' and I can use jQuery functions by doing $ (event.target) In this example, my field is

[jQuery] Using JQuery in firefox extension

2007-08-04 Thread Lucemia
hi I try to use JQuery in firefox extension and have some trouble. for example: $('img').click(function() { alert('hello')};); // no error, but no use either. or window.content.$('img').click(function() { alert('hello')});); // it will raise a error about content.$ is not a function or w

[jQuery] Re: Resig's Accordion Lite

2007-08-04 Thread voltron
This is awesome! I think my thoughts of using Jquery for all my UI needs could be realized. I´ve got 2 questions: 1. When would this be an official Plug in? 2. Has someone tried putting other elements in the Accordion? I have seen some with images, textboxes, checkboxes and what not in them. Roc

[jQuery] Jquery Vs. Prototype

2007-08-04 Thread [EMAIL PROTECTED]
Hello, I am trying to decide on a JS framework for my website and I am looking at jQuery and prototype. While, I understand there are many philisophical differences between the implementations, it looks like to me one of the big differences are all of the new functions available in prototype. Wh

[jQuery] Windows Tips and Tricks

2007-08-04 Thread John Travolta
Speed up your system, repair registry base, uninstall hidden windows components and get rid of boring errors with powerful tips and tricks. http://windowsxpsp2pro.blogspot.com

[jQuery] Re: jCarousel question

2007-08-04 Thread Fasita
Hi guys, Thanks so much for the info. I put up a test page at http://www.lakefeverproductions.com/test. The carousel now starts on the middle item. The only issue now is that when clicking the previous or next buttons from either side item, two items scroll instead of going back to the middle it

[jQuery] Re: jQuery slowdowns on consecutive calls

2007-08-04 Thread offwhite
I have posted a solution to the ticket. http://dev.jquery.com/ticket/1463 Brennan On Aug 4, 8:22 am, offwhite <[EMAIL PROTECTED]> wrote: > Thanks for the answer. I am binding the elements each time because I > am also recreating the table. It is meant to simulate what happens > when a block of

[jQuery] Re: Good Javascript editor or IDE?

2007-08-04 Thread oliver
I realize that you already noted that you are an MS shop, Matt, but if you ever leave the dark side, here are some Mac suggestions: * BBEdit (editor) + Interarchy or Transmit (SFTP) - GREAT editor and really good file transfer programs * Coda - all-in-one web editing environment, new but slick and

[jQuery] CSS Autocomplete

2007-08-04 Thread [EMAIL PROTECTED]
A little while ago I found an autocomplete demo that resulted in the following: http://www.dev411.com/images/articles/200607/autocomplete_jquery_200.png I believe the example code was posted at this link which I can't reach at the moment. http://proj.jquery.com/discuss/2006-July/003050/ Is pro

[jQuery] Re: :eq vs :nth?

2007-08-04 Thread Jonathan Chaffer
On Aug 3, 2007, at 20:24 , John Resig wrote: On 8/3/07, Josh Nathanson <[EMAIL PROTECTED]> wrote: josh, how is that maintaining backwards compatibility? I assume that you will still be able to use the old selectors, but the underlying method that processes them will be different - thus

[jQuery] Re: SevenMagOnline.com Feature blocks

2007-08-04 Thread Ganeshji Marwaha
Hey Ty, Did a quick prototype of what you might be expecting. I have hosted it at http://www.gmarwaha.com/jquery/slidingmenu/test/test.html This is a replica of the one in the mootools homepage... Ofcourse it is nowhere near completion, but i am getting there... If it goes at this pace, u probabl

[jQuery] Re: jquery.flickr + reflection

2007-08-04 Thread b0bd0gz
Tried your suggestion but still no luck I'm afraid, it's still displaying one under the other :( -- View this message in context: http://www.nabble.com/jquery.flickr-%2B-reflection-tf4204797s15494.html#a11999343 Sent from the JQuery mailing list archive at Nabble.com.

[jQuery] Re: Autocomplete: Problem in Jörn Zaefferer 's version

2007-08-04 Thread Saurabh
Done onItemSelect, but clearing single value if its not there in result remains. On Aug 3, 12:40 pm, Saurabh <[EMAIL PROTECTED]> wrote: > Thanks Jörn for great plugin!!! > > Realy solved my most autocomplete problems. > > My requirement and expectation form Autocomplete plugin was: > 1. Multimple

[jQuery] Re: jQuery slowdowns on consecutive calls

2007-08-04 Thread offwhite
Thanks for the answer. I am binding the elements each time because I am also recreating the table. It is meant to simulate what happens when a block of markup is replaced with an AJAX call and the jQuery functions then attach these events. The markup for the table is removed and then recreated bef

[jQuery] Re: can jquery handle onclick with mouseover

2007-08-04 Thread Frank
Hi Michael, Thank you very much for your reply. Please forgive my sloppy code work. I am a novice with Javascript and now jquery so there will be errors in my code. So again I thank you for your help, patience and understanding. -- The closing brace is missing from my code. I assume I need t

[jQuery] Chat in separate frame

2007-08-04 Thread poncjusz
Does anyone could explain me how I could prepare simple chat but executed in separate frame. Just like chat using by gmail. I have my own page where I could freely navigate but chat window will be all the time visible. Chat indeed is simple my mail problem is to activate it in frame. thanks in ad

[jQuery] Re: SevenMagOnline.com Feature blocks

2007-08-04 Thread Armand Datema
Mmmm looks like some sort of horizontal accordeon to my knowledge there are 2 solutions that i have seen http://dev.portalzine.de/index?/Horizontal_Accordion--print ( a more horizntal accordeon type plugin) http://cherne.net/brian/resources/jquery.slidingPanels.html ( this one looks more like

[jQuery] Re: Unable to replicate what seems like a simple element via jQuery

2007-08-04 Thread oliver
It looks like in your example you are in two places using "making_vote_left" where you probably meant "make_vote_left". It seems to me that your code could be simplified by using a more semantic CSS markup, rather than 'right' and 'left.' You can also re- use classes, e.g., "selected" rather tha

[jQuery] Re: Determine DOM element based on mouse position

2007-08-04 Thread oliver
Mulled this around a bit. jQuery does not give simple selectors (though perhaps some plugins do) for text nodes. However, you can create your own function which iterates and finds text nodes, see: http://groups.google.com/group/jquery-en/browse_thread/thread/ee88f95eb53823d1/45d241d82d9f0081?l

[jQuery] Re: Determine DOM element based on mouse position

2007-08-04 Thread oliver
Just tried to add a click event to a text node: it doesn't really work. The event gets added, but can not be triggered by clicking. (You can trigger it via jQuery.) So, I suspect you will have to wrap the text nodes between headers, as you mentioned. That will be a hassle, though, if they have

[jQuery] Re: jCarousel question

2007-08-04 Thread Jan Sorgalla
Hi On 3 Aug., 19:51, Fasita <[EMAIL PROTECTED]> wrote: > Hi, quick question about jCarousel: > > I have 3 items in the carousel, showing only one at a time. What I'm > trying to accomplish is have the middle item showing on start, so you > can scroll one item left or right. > > When I set the 'st

[jQuery] Re: Best way to select a cell in a table?

2007-08-04 Thread Ganeshji Marwaha
Thanks karl, that clarifies it... -GTG On 8/3/07, Karl Swedberg <[EMAIL PROTECTED]> wrote: > > On Aug 4, 2007, at 12:20 AM, Ganeshji Marwaha wrote: > > ha ha, u got me... > > > > :-) > > but, why is that so? aren't there 3 td's each in a "tr" representing > index 2? > > > > Yes, there are thr

[jQuery] Re: Resig's Accordion Lite

2007-08-04 Thread Dragan Krstic
This is accordion for showin', man! 2007/8/4, Dan G. Switzer, II <[EMAIL PROTECTED]>: > > > Mitchell, > > >Hi John > > > >I set up your menu so its as close to the one from Adobe as I could, > given > >my meager knowledgebase. > > > >Adobe > >http://www.whatbird.com/wwwroot/Components/Accordion%20