[jQuery] Re: jquery image zoom with slider

2009-10-08 Thread Ralph
they are Magento which includes this zoom feature, but it's based off prototype. I'm sure there is an equivalent plugin for jquery... maybe you can start looking here: http://www.mind-projects.it/projects/jqzoom/ On Thu, Oct 8, 2009 at 1:43 AM, Ado wrote: > > Does anybody know of a jQuery plugi

[jQuery] Re: A very simple newbie problem

2009-09-19 Thread Ralph Whitbeck
Then you just need to use the live method to catch the bubbled up DOM elements and attach the click event. See here: $().ready(function(){ $(".popup-link").live("click", function(){ var $popuplink = $(this); $("#popup") .fadeIn("slow")

[jQuery] Re: A very simple newbie problem

2009-09-19 Thread Ralph Whitbeck
I would structure things a little differently. don't use the onclick event handler. http://jquery.com"; class="popup-link">jQuery Then in your javascript use jQuery: $().ready(function(){ $(".popup-link").click(function(){ var $popuplink = $(this); $("#popup")

[jQuery] Re: Context querstion

2009-09-17 Thread Ralph Whitbeck
I would assume because you are forcing the matched jQuery collection to be a Raw DOM object with .get(0) it then becomes the context when you go to do the find(). On Thu, Sep 17, 2009 at 4:39 AM, eskimoblood wrote: > > Why is the context of this one the document: > $('div.layer').find(':checkbox

[jQuery] Re: Superfish and IE8 - drop-down menus "flashing" down on page load

2009-09-16 Thread Ralph Whitbeck
It seems like the submenu UL is being hidden on load via the javascript. Can you set the CSS to display:none and that should make it load without showing the submenu. Ralph On Wed, Sep 16, 2009 at 2:37 PM, graykiwi wrote: > > I have successfully installed superfish-powered drop-down me

[jQuery] Re: New to JQuery

2009-09-16 Thread Ralph Whitbeck
The Learning jQuery book is also another great book. Also take a look at http://learningjquery.com and http://15daysofjquery.com/is a great site to get started. Also you can post your questions to the group here and we'll help you out. Good Luck Ralph On Wed, Sep 16, 2009 at 10:50 AM, An

[jQuery] Re: Simple CSS selector Question

2009-09-16 Thread Ralph Whitbeck
jquery.com/Selectors/attributeEquals#attributevalue Ralph On Wed, Sep 16, 2009 at 2:36 AM, pritisolanki wrote: > > Hi, > > I am a beginner in Jquery who simply set up the configs and start > exploring.please help me in following. I have starter kit html page.

[jQuery] Re: How to add a plugin

2009-09-15 Thread Ralph Whitbeck
: Then reference your jQuery-touch.js file. Keep in mind that you reference your js files relatively so if you saved jquery.touch.js in a scripts directory you should reference it as such: /scripts/jquery.touch.js. Hope that Helps Ralph On Tue, Sep 15, 2009 at 1:52 PM, PokerTec wrote: > &

[jQuery] Re: [ first quest...]

2009-09-15 Thread Ralph Whitbeck
So if I understand what you're trying to do correctly. You want to select the first p tag that has the index of 0 in the matched set AND you want to select all p tags after the 5th index in the same matched set. This will do that: $("p:eq(0), p:gt(5)"); Documentation: http://docs.jquery.com/Sele

[jQuery] Re: jQuery / CSS: element jump around on .animate()

2009-07-26 Thread Ralph Holzmann
Hey, The jumpiness is because all of your images start with a css display of 'inline', and while they animate, they have a css display of 'block', and when the animation is finished, it gets set back to a display of 'inline' Can I ask what the desired functionality is? Do you just want to zoo

[jQuery] Re: noob problem with selector and wrapped set

2009-07-08 Thread Ralph Whitbeck
It's not a problem with Prototype and it being mixed cause you get the same problem if you just isolate it to just a page with jQuery. The problem seems to be an invalid ID name. I was able to get a match when I took :: out of the ID name. Ralph On Wed, Jul 8, 2009 at 12:14 PM, Matt Zagra

[jQuery] Re: img src attribute after append(), html()...

2009-07-08 Thread Ralph Whitbeck
Is this in IE? On Wed, Jul 8, 2009 at 12:41 PM, rinse_my_phonebook wrote: > > When I call > $('#mydiv').append(''); > > I get > > http://localhost:53072/pathtocurrentpage/a/b/ > image.jpg " /> > > > > Which is not what I want. > > Can

[jQuery] Re: unsubscribe

2009-07-06 Thread Ralph Whitbeck
$("#GoogleGroup #jquery-en").hide(); <- doesn't seem to work either ;-) Thanks for the instructions Karl. On Mon, Jul 6, 2009 at 12:23 PM, Karl Swedberg wrote: > Everyone, > > If you want to unsubscribe from this list, please follow the instructions > for doing so: > > You can unsubscribe from

[jQuery] Re: .each - how to write in my code?

2009-04-12 Thread Ralph Whitbeck
what jay said so for example instead of $("ul#menu a") try $("a", this) where you are selecting all the a tags in the context of this which represents the individual li tag as you iterate through the each loop. On Sun, Apr 12, 2009 at 12:18 PM, jay wrote: > > inside the each you need to referen

[jQuery] Re: jQuery Documentation

2009-04-12 Thread Ralph Whitbeck
The jQuery-dev group is a good place for those kinds of suggestions/discussions. On Sun, Apr 12, 2009 at 6:30 PM, will wrote: > > Hi, > > Was wondering if there is a specific active group for the jQuery > documentation project? I'd love to see a system sort of like php.net > that allows users

[jQuery] Re: jQuery working with selectors

2009-04-09 Thread Ralph Whitbeck
the a tag context and adds the class testing to it. Ralph On Thu, Apr 9, 2009 at 11:02 PM, Tiago wrote: > > I'm new to jQuery and I'm trying to solve this little problem here. > > Imagine that I have the following code: > > > > > Music list class="arro

[jQuery] Re: JQuery Cycle Plugin Multiple Pagers on one page

2009-04-09 Thread Ralph Whitbeck
I'm sorry in my previous reply replace the words portrait with the word portfolio ... sorry. Ralph On Fri, Apr 10, 2009 at 12:17 AM, Ralph Whitbeck wrote: > Hey Luke, > > You have two ID's with the same ID "portrait" You can only have one ID > named portr

[jQuery] Re: JQuery Cycle Plugin Multiple Pagers on one page

2009-04-09 Thread Ralph Whitbeck
other issues both cycles now cycle. Ralph On Thu, Apr 9, 2009 at 7:44 PM, Skinnyl wrote: > > Hi, > > First of i'm sorry if the answer to this is somewhere on here already > but i've been staring at the screen for hours trying fix this and > haven't found exactly

[jQuery] Re: simply toggling a div that contains a flash movie

2009-04-09 Thread Ralph Whitbeck
object's don't obey traditional css layering. You'll need to hide the object first then toggle your div. On Thu, Apr 9, 2009 at 12:16 PM, tetris wrote: > > hello > to simply toggle a div that contains a flash movie does not work in > firefox,the flash object does not disappear gradually, any th

[jQuery] Re: Is jquery safe ?

2009-04-09 Thread Ralph Whitbeck
team takes jQuery's safety seriously and we want to ensure that people are comfortable with it's use. Thanks, Ralph On Thu, Apr 9, 2009 at 10:09 AM, Rey Bango wrote: > > Hi Devesh, > > I'm not sure if you're concerned because your virus scanner reported > something

[jQuery] Re: Adding incremental numbered classes to divs

2009-04-09 Thread Ralph Whitbeck
You can use .each to iterate through each div element and increment the classname or ID via it's index. $("div").each(function(i) { $(this).addClass("classname" + i); }); http://docs.jquery.com/Core/each HTH Ralph On Thu, Apr 9, 2009 at 9:37 AM, brian wrote: &

[jQuery] Re: Is jquery safe ?

2009-04-09 Thread Ralph Whitbeck
Confirmed, it's safe. You can be sure that the jQuery source on Google AJAX Libraries API's is safe as they will do a independent review before posting if you still don't trust that jQuery is virus free. http://code.google.com/apis/ajaxlibs/ Ralph On Thu, Apr 9, 2009 at 9:

[jQuery] Re: Works in IE7 but not IE6

2009-04-09 Thread Ralph Whitbeck
So the jQuery code isn't working at all? Sorry your description is really vague and I am unsure what the question is without more specific details. On Thu, Apr 9, 2009 at 1:56 AM, MauiMan2 wrote: > > I have a project that is in the staging environment so unfortunately I > can't link to it but

[jQuery] Re: ajax issue

2009-04-08 Thread Ralph Whitbeck
Try asking this question in the jQuery UI group the UI guys hang out over there mostly and would probably be the best to help you. Good luck, Ralph On Wed, Apr 8, 2009 at 5:05 PM, Rogers wrote: > > > > > The following code works well in all cases, except when run under the >

[jQuery] Re: jqPlot - New charting plugin

2009-04-08 Thread Ralph Whitbeck
Hey Chris, So the difference between jqPlot and Flot is that jqPlot is extensible or that your plugin will take plugins of it's own? That's pretty cool if I got that right. Are there other differences? Can jqPlot do the same examples as Flot's? http://people.iola.dk/olau/flot/e

[jQuery] Re: unload garbage collection 1.3.2 patch

2009-04-08 Thread Ralph Whitbeck
docyes, Either submit a bug and add the patch to it or post this to the jquery-dev group. Thanks, Ralph On Wed, Apr 8, 2009 at 3:35 PM, docyes wrote: > > Typo: > >Garbage cleanup is not assigned to an anonymous function. > > On Apr 8, 12:28 pm, docyes wrote: > > IS

[jQuery] Re: Terrible print styles in the docs

2009-04-08 Thread Ralph Whitbeck
Thomas, You could submit a bug and if you want to help submit a patch to the bug and I am sure the team will consider it. Thanks, Ralph On Wed, Apr 8, 2009 at 1:50 PM, Thomas Allen wrote: > > Printed documentation includes many superfluous elements and cuts off > the right side of th

[jQuery] Re: Jquery Treeview bug in Tapestry5

2009-02-10 Thread Ralph Whitbeck
noConflict will only release the $ back to the other library. You'll need to go through and update your jQuery lines like so from $("div").hide(); to jQuery("div").hide(); http://docs.jquery.com/Core/jQuery.noConflict Ralph On Feb 10, 9:59 pm, pilgrim

[jQuery] Re: Increment Value. What am I doing wrong?

2009-02-10 Thread Ralph Whitbeck
Karl is right, you need to convert it from a string first. shapper wrote: > Hello, > > I have an input on my page as follows: > > > > I am trying to increase and decrease the value of the input as > follows: > > $index = $('#Index'); > $index.val()--; > > I always get an error:

[jQuery] getJSON and twitter

2008-11-18 Thread Ralph Whitbeck
I wrote a blog post awhile ago on how to pull in Twitters API via JSON and consume it with jQuery. http://damnralph.com/2007/11/20/PullingTwitterUpdatesWithJSONAndJQuery.aspx As you can see in the comments some people are having problems with the code I posted. The problem seems to be when you

[jQuery] Re: Make IE 6 Work Like IE 7

2007-11-28 Thread Ralph Whitbeck
Funny up until yesterday I hadn't heard of Dean Edwards IE7 and now I see a second instance of it. Did it pop up somewhere on Digg or something? On Nov 27, 5:19 pm, cfdvlpr <[EMAIL PROTECTED]> wrote: > Does there exist a jQuery plugin to do everything that Dean Edwards > IE7 JS library can do?

[jQuery] Re: Problem with jQuery's SVN Repository

2007-11-23 Thread Ralph Whitbeck
just use this url http://jqueryjs.googlecode.com/svn/trunk/ On Nov 23, 12:31 pm, "Estevão Lucas" <[EMAIL PROTECTED]> wrote: > Hi, > > I would like to download the jQuery's SVN Repository with TortoiseSVN, > but when i try to download the project with "SVN Repository" and put > 'http://jqueryjs

[jQuery] Re: My jquery-Project

2007-11-20 Thread Ralph Whitbeck
I noticed you are using jquery.corner, That plugin still has some problems...particularly in Safari. There is CurvyCorner jQuery Plugin but I found it has issues with IE 7 possibly 6 too. I found that if you call the curvycorners plugin and then under it call within an IE conditional statement

[jQuery] Re: heavy lifting

2007-11-18 Thread Ralph Whitbeck
page validates will go along way with IE compatibility. HTH Ralph On Nov 17, 10:33 am, Rogers <[EMAIL PROTECTED]> wrote: > We have been attempting to write a medical records system for the poor > in developing countries. A most worthwhile project. > > The goal has been

[jQuery] Re: Jquery rounded corners.

2007-11-13 Thread Ralph Whitbeck
I had problems with exactly what you were talking about when I first used that plug-in...the next time I needed rounded corners I tried this plug-in and was much more pleasantly surprised with it. http://www.curvycorners.net/ HTH On Nov 13, 8:02 am, Giovanni Battista Lenoci <[EMAIL PROTECTED]>

[jQuery] Re: Zoomimage

2007-11-13 Thread Ralph Whitbeck
Very nice! Already got plans for it. On Nov 12, 2:43 pm, Stefan Petre <[EMAIL PROTECTED]> wrote: > Another plugin to present images > > http://www.eyecon.ro/zoomimage/

[jQuery] Re: Easing cheat sheet demo page

2007-11-13 Thread Ralph Whitbeck
That link is great! On Nov 13, 3:59 am, "Andy Matthews" <[EMAIL PROTECTED]> wrote: > That's still not the one he's thinking of. This is what you're looking for > Glen: > > http://hosted.zeh.com.br/mctween/animationtypes.html > > andy > > _ > > From: jquery-en@googlegroups.com [mailto:[EMAIL

[jQuery] Re: hover with unordered list

2007-04-29 Thread Ralph
document).ready(function(){/* code */}), it is run once the DOM is loaded. HTH! On 4/29/07, Ralph <[EMAIL PROTECTED]> wrote: > > I'm tryin to do a hover effect for a using a unordered listthis is > what my code looks like: > > > $("#categories > li&q

[jQuery] hover with unordered list

2007-04-29 Thread Ralph
I'm tryin to do a hover effect for a using a unordered listthis is what my code looks like: $("#categories > li").hover(function(){ alert("the mouse is over"); },function(){ alert("the mouse is out"); }); Category 1 Category 2 Category 3 Category 4 Category 5 i've tried di