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
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
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
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
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,
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
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
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
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]
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
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
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.
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
> 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
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
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
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
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
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
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?
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
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
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
> 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
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
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
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
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
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
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
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
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
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
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
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
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
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
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.
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
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
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
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
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
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
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
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
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
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
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
49 matches
Mail list logo