[jQuery] Re: 1.1.3.1 breaks jqModal in IE6

2007-07-26 Thread David Duymelinck
To put my money where my mouth is I tried it and i changed the css part to .css({height:$(document).height(),width:$(window).width(),position:'absolute',left:0,top:0,'z-index':z-1,opacity:c.overlay/100}) It works fine in IE6, FF2 for me. -- David David Duymelinck schreef: The only probl

[jQuery] Re: Ken Burns effects using jQuery?

2007-07-26 Thread Tane Piper
Please correct me if I'm wrong, but does the upcoming jQuery UI library not have a zoom effect planned? On 26/07/07, Nicolas Hoizey <[EMAIL PROTECTED]> wrote: > > > How about this one: > > http://medienfreunde.com/lab/innerfade/ > > It is nice, but there is no move and no zoom, which are the eff

[jQuery] Re: Iteration through multiple class attribute values

2007-07-26 Thread Erik Beeson
each iterates over the elements of a given array. Since a string is an array of characters (try alert("bar"[1]) if you don't believe it), each is iterating over each character. Maybe try splitting the classes on space characters? Maybe something like this: $.each(foo.className.split(' '), ...); -

[jQuery] Re: 1.1.3.1 breaks jqModal in IE6

2007-07-26 Thread David Duymelinck
The only problem i found is when you scroll a large page it will have an uncovered bottom but that can be solved by using the dimensions plugin and replace the 100% with the fetched document with and height, I haven't tried it yet myself. David Duymelinck schreef: Oh sorry it is my mista

[jQuery] Iteration through multiple class attribute values

2007-07-26 Thread pd
Hi All I'm trying to iterate through a DOM object's class values to develop a form validation routine. At the moment the $.each() function is treating each and every character in the class value as a separate item, instead of splitting the values into separate values based on spaces. Therefore th

[jQuery] Re: 1.1.3.1 breaks jqModal in IE6

2007-07-26 Thread David Duymelinck
Oh sorry it is my mistake i was forgotten i changed .css({height:'100%',width:'100%',position:'fixed',left:0,top:0,'z-index':z-1,opacity:c.overlay/100}) to .css({height:'100%',width:'100%',position:'absolute',left:0,top:0,'z-index':z-1,opacity:c.overlay/100}) That fixed the problem for me So

[jQuery] hiding a div when clicked outside of it

2007-07-26 Thread Ganeshji Marwaha
Hi friends, I am showing a div on click of a hyperlink. Now, when i click elsewhere in the document other than the div itself, then i want to hide the showing div... Is there any easy way to do this? -GTG

[jQuery] Re: IE and the Invalid Source Code Error

2007-07-26 Thread Stephan Beal
Hi, Mike! Something not directly related to your problem, but maybe helpful nonetheless... you can chain a lot of these calls to make them run faster. As it is written now, you are forcing jQ to repeat a few of the searches several times... On Jul 27, 1:54 am, mcraig <[EMAIL PROTECTED]> wrote:

[jQuery] Re: Java Errors when using .Accordion and .innerfade - Please help :)

2007-07-26 Thread Stephan Beal
On Jul 26, 11:19 pm, Aaron <[EMAIL PROTECTED]> wrote: > ok si i tried different ways of the above code with the > if( $j('#SpeakerDIV').length ) but i can not seem to figure out how to > get it to work. i don't personally use either of the plugins you're working with, so i can't say too much more

[jQuery] |OT| craigslist parsing (Was Re: SITE SUBMISSION: Please add gsalr.com to the list of sites)

2007-07-26 Thread R. Rajesh Jeba Anbiah
On Jul 27, 2:02 am, "Michael E. Carluen" <[EMAIL PROTECTED]> wrote: > To phrase to question better, how were you able to parse the addresses if > you're getting the data from craigslist directly? Or which web service are > you using if you're using one? Obviously, batch web scraping. For addre

[jQuery] Re: [Off-Topic] CSS Combine Images

2007-07-26 Thread Alexander Graef
nt <http://dev.portalzine.de> http://dev.portalzine.de pro.portalZINE(R) - customized experience http://pro.portalzine.de ______ NOD32 2424 (20070726) Information __ This message was checked by NOD32 antivirus system. http://www.eset.com

[jQuery] Re: [Off-Topic] CSS Combine Images

2007-07-26 Thread Alexander Graef
nt <http://dev.portalzine.de> http://dev.portalzine.de pro.portalZINE(R) - customized experience http://pro.portalzine.de ______ NOD32 2424 (20070726) Information __ This message was checked by NOD32 antivirus system. http://www.eset.com

[jQuery] Re: $(e.target) & $('#id'), IE got problem

2007-07-26 Thread can xiang
I works. Thanks, George!

[jQuery] Re: [Off-Topic] CSS Combine Images

2007-07-26 Thread Olivier Percebois-Garve
This is a well-know technique. If I remember right, credits goes to http://wellstyled.com/css-nopreload-rollovers.html -Olivier Mitchell Waite wrote: I think this is a cool idea, but what is needed is an example so we can see how valuable it is. A nice example would show the slow way vs yo

[jQuery] Re: [Off-Topic] CSS Combine Images

2007-07-26 Thread Mitchell Waite
I think this is a cool idea, but what is needed is an example so we can see how valuable it is. A nice example would show the slow way vs your sliced way and see how they compare. From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Alexander Graef Sent: Thursday, July 26, 2

[jQuery] Re: Boggles the mind - mousevoer and mouseout together

2007-07-26 Thread Mitchell Waite
Thank you Josh, that triggered something - that I am not asking very good questions, and that I had just finished reading about bubbling in Karl's L J Q chap 3. I understand that is when an event like a click travels up the DOM to other elements and you want it to stop. Karl presents the

[jQuery] Re: SITE SUBMISSION: Please add gsalr.com to the list of sites

2007-07-26 Thread Michael E. Carluen
Perfectly understandable, and no problem Marshall. Again, awesome job on a slick app. To all: my apologies for the Off-topic response. I just went a little to quick on the reply button, after seeing Marshall's nice app. Michael _ From: jquery-en@googlegroups.com [mailto

[jQuery] Re: IE and the Invalid Source Code Error

2007-07-26 Thread Benjamin Sterling
I don't anything in your code that may cause issue. I would suggest that you take out some of the effects and then test it with just the .html()s and see if the issue persists. But now that I think about it, you should probably change them to .text() since you are only putting text in. You will

[jQuery] Re: datePicker plugin inline

2007-07-26 Thread Larry Garfield
Thanks Rob. It looks promising. I'll give it a shot tomorrow at work. I'm not set on it being jQuery, just on it being not as buggy as the YUI thing is. :-/ On Thursday 26 July 2007, Rob Desbois wrote: > Larry, > > Try the dynarch calendar at http://www.dynarch.com/projects/calendar/ > It's n

[jQuery] Re: datePicker plugin inline

2007-07-26 Thread Larry Garfield
I looked at that yesterday. Unfortunately it's CC licensed non-commercial, and this is for a commercial project. (Custom app for a client.) On Thursday 26 July 2007, bbuchs wrote: > Give this a shot: > > http://tedserbinski.com/jcalendar/index.html > > Inline calendar that ties to 3 select ele

[jQuery] Re: IE and the Invalid Source Code Error

2007-07-26 Thread mcraig
Thanks...I do believe it is an innerHTML/non-block related issue...but don't know how to work around it as (again) (a) new to jQuery and (b) never heard of this kind of error before. Also (and I'm hoping this is not the show stopper) I am testing in IE 7. Here is all the code and the only jQuery

[jQuery] Jumping of interface slider indicator

2007-07-26 Thread toolagio
Just a bug that I can't seem to fix. I am using a slider that has a dynamically sized indicator (or elevator, whatever your terminology). It acts as something similar to a window scroller. I'm currently testing a scenario now where the indicator is approximately 90% of my window. When I click o

[jQuery] Re: 1.1.3.1 breaks jqModal in IE6

2007-07-26 Thread mmiller
Thanks David, Sourcing from: http://dev.iceburg.net/jquery/jqModal/ I am using jqModal $Version: 2007.02.25 +r9. IE6 works for me with jQuery1.1.2 but not jQuery1.1.3.1. I've tested the following in IE6.0.2900.2180.xpsp_sp2: jQuery 1.1.2 + r9 = PASS jQuery 1.1.2 + r10beta = PASS jQuery 1.1.3 + r

[jQuery] Re: SITE SUBMISSION: Please add gsalr.com to the list of sites

2007-07-26 Thread Josh Nathanson
My critique is: that is badass. -- Josh - Original Message - From: Marshall Salinger To: jquery-en@googlegroups.com Sent: Thursday, July 26, 2007 4:20 PM Subject: [jQuery] Re: SITE SUBMISSION: Please add gsalr.com to the list of sites Hi Michael, I wish I could offer y

[jQuery] Re: SITE SUBMISSION: Please add gsalr.com to the list of sites

2007-07-26 Thread Marshall Salinger
Hi Michael, I wish I could offer you the answer. It is all the work of a guru back-end developer that I work with. I don't know how he does it. Only he knows the answer and I don't think he is willing to part with it at the moment. Best of luck, Marshall Michael E. Carluen wrote:

[jQuery] Re: SITE SUBMISSION: Please add gsalr.com to the list of sites

2007-07-26 Thread Marshall Salinger
Thanks Rey! Rey Bango wrote: Hi Marshall, Great work! I'll be adding it today. Rey Marshall Salinger wrote: Hello Rey, I was wondering if you could add gsalr.com to the list of sites that use jQuery. The site is a mashup of Google Maps / Craigslist and a few other sit

[jQuery] Re: Ken Burns effects using jQuery?

2007-07-26 Thread Nicolas Hoizey
> How about this one: > http://medienfreunde.com/lab/innerfade/ It is nice, but there is no move and no zoom, which are the effects made popular by Ken Burns I would like to have... -Nicolas -- Nicolas "Brush" HOIZEY Clever Age : http://www.clever-age.com/ Gastero Prod : http://www.gaster

[jQuery] Re: Ken Burns effects using jQuery?

2007-07-26 Thread Nicolas Hoizey
> Here's another one: > http://www.projectatomic.com/litebox/ This one is really different... -Nicolas -- Nicolas "Brush" HOIZEY Clever Age : http://www.clever-age.com/ Gastero Prod : http://www.gasteroprod.com/ Photos : http://www.flickr.com/gp/[EMAIL PROTECTED]/M1c002

[jQuery] Re: Are there any particular ways to debug jQuery code?

2007-07-26 Thread Jeferson Koslowski
There is a video presentation in Yahoo, where Joe Hewitt (Firebug author) talks about Firebug 1.0 and some features. Here: http://video.yahoo.com/video/play?vid=111597 On 7/26/07, Josh Nathanson <[EMAIL PROTECTED]> wrote: > > > Mitchell, I don't know of any Firebug tutorials offhand, I would just

[jQuery] Re: [ANNOUNCE] jCarouselLite version 0.4.0

2007-07-26 Thread Nicolas Hoizey
> Think both Nicolas and Mike are looking for the same feature... I > will see if that can be implemented without affecting the size of > the plugin too much. You know, coz it is named "Lite" and all... I'm not sure it would be big. You "just" need to clone the first and put it in the end,

[jQuery] Re: Joomla and jQuery

2007-07-26 Thread Rey Bango
Hi Neoman, I'm probably just being dense but I'm not seeing a drop-down login on any page. Can you point me in the right direction? Thanks, Rey NeOman wrote: Hi guys! I've successfully implemented jQuery library into my Joomla based site - I'm using it for the drop-down login on the top o

[jQuery] Re: IE and the Invalid Source Code Error

2007-07-26 Thread Ganeshji Marwaha
don't cry mike... don't cry. A demo page where this happens and the version of the browser used would be good enough. -GTG On 7/26/07, Benjamin Sterling <[EMAIL PROTECTED]> wrote: Mike, Great story, it brought a tear to my eye :) Do you have a demo page for us to look at? Some code? Sounds

[jQuery] Re: Boggles the mind - mousevoer and mouseout together

2007-07-26 Thread Josh Nathanson
Ahah, now you are delving a bit deeper. This is where things get a bit tricky. What you want to do is add a "return false;" to your mouseover event handler. This is to stop what is known as "event bubbling", that is to say, an event which occurs on an inner element will propagate up through th

[jQuery] Re: Joomla and jQuery

2007-07-26 Thread Rey Bango
NeOman, Thanks for integrating jQuery into Joomla. Hopefully you can share your work with other Joomla users who may not be excited about using MooTools. I'll see if I can help you with this in some way. Rey... NeOman wrote: Hi guys! I've successfully implemented jQuery library into my Jo

[jQuery] Re: [Off-Topic] CSS Combine Images

2007-07-26 Thread Alexander Graef
elopment <http://dev.portalzine.de> http://dev.portalzine.de pro.portalZINE(R) - customized experience http://pro.portalzine.de __ NOD32 2424 (20070726) Information __ This message was checked by NOD32 antivirus system. http://www.eset.com

[jQuery] [Off-Topic] CSS Combine Images

2007-07-26 Thread Alexander Graef
Normally for each image on a webpage a separate request to the webserver is required, each taking as much as a hundred millisecond. Does not sound much, but can add up fast. There is an easy way to overcome this by combining images into one single image and address the single images using CSS.

[jQuery] Re: Are there any particular ways to debug jQuery code?

2007-07-26 Thread Josh Nathanson
Mitchell, I don't know of any Firebug tutorials offhand, I would just Google it and see what turns up. -- Josh - Original Message - From: "Mitchell Waite" <[EMAIL PROTECTED]> To: Sent: Thursday, July 26, 2007 2:11 PM Subject: [jQuery] Re: Are there any particular ways to debug jQu

[jQuery] Re: jCarouselLite version 0.4.0

2007-07-26 Thread Ganeshji Marwaha
Thanks GianCarlo for the compliment. -GTG On 7/26/07, GianCarlo Mingati <[EMAIL PROTECTED]> wrote: that kicks ass. the mouse wheel implementation is a great idea! ;-) GC On Jul 26, 12:28 am, "Ganeshji Marwaha" <[EMAIL PROTECTED]> wrote: > Hi list, > > I have updated the jCarouselLite plugin

[jQuery] Re: [ANNOUNCE] jCarouselLite version 0.4.0

2007-07-26 Thread Ganeshji Marwaha
Think both Nicolas and Mike are looking for the same feature... I will see if that can be implemented without affecting the size of the plugin too much. You know, coz it is named "Lite" and all... If successful, i will host another revision (0.5.0 maybe) for feedback before i upgrade the project

[jQuery] Boggles the mind - mousevoer and mouseout together

2007-07-26 Thread Mitchell Waite
Imagine this When a user moves the mouse over a certain div (mouseover) on your page you want to do some things 1. fadeOut a graphic in that div to 50% 2. Make a button in that div appear (show) 3. Manipulate the button's 3 states (my wonderful 3 state button gizmo) 4. When the user

[jQuery] Re: 1.1.3.1 breaks jqModal in IE6

2007-07-26 Thread David Duymelinck
Are you using the last revision of the plugin? I use jqModal for an IE6 intranet site and i had no bumps upgrading to jQuery 1.1.3 --David On Jul 26, 10:01 pm, mmiller <[EMAIL PROTECTED]> wrote: > I if download and host the jqModal public example (and associated > resources) on a local webser

[jQuery] Re: Ken Burns effects using jQuery?

2007-07-26 Thread Rey Bango
Here's another one: http://www.projectatomic.com/litebox/ Nicolas Hoizey wrote: Hello, Has anyone already made a Ken Burns effects slideshow powered by jQuery? I've found this one very nice, but made with Mootools, and I would not like having all JS libraries on my website... ;-)

[jQuery] Re: Ken Burns effects using jQuery?

2007-07-26 Thread Rey Bango
How about this one: http://medienfreunde.com/lab/innerfade/ Nicolas Hoizey wrote: Hello, Has anyone already made a Ken Burns effects slideshow powered by jQuery? I've found this one very nice, but made with Mootools, and I would not like having all JS libraries on my website... ;-)

[jQuery] Re: Announce: Masked Input Plugin 1.0

2007-07-26 Thread Eric C
I asked for the custom masks based on a website I'm doing where the customers will have to input their prescription numbers. The numbers are alien to the customer (just like for you) and are prone to errors. The custom masks add lots of flexibility to the plugin: For example, prescriptions go u

[jQuery] Ken Burns effects using jQuery?

2007-07-26 Thread Nicolas Hoizey
Hello, Has anyone already made a Ken Burns effects slideshow powered by jQuery? I've found this one very nice, but made with Mootools, and I would not like having all JS libraries on my website... ;-) I don't need much, only a slideshow of photo

[jQuery] Re: Java Errors when using .Accordion and .innerfade - Please help :)

2007-07-26 Thread Aaron
ok si i tried different ways of the above code with the if( $j('#SpeakerDIV').length ) but i can not seem to figure out how to get it to work. On Jul 26, 2:05 pm, Aaron <[EMAIL PROTECTED]> wrote: > Great! Thanks so much for the help! > > so is this correct for the call then? > > var $j = jQuery.n

[jQuery] Re: jqModal help: multiple triggers, different ajax url's

2007-07-26 Thread Benjamin Sterling
David, You can do something like: this $('a.typeA').click(function(){ $('#modal').jqm({ajax: this.href, trigger: '.typeA', modal: 'true', target:'target'}).jqmShow(); return false; }); On 7/26/07, David Mernin <[EMAIL PROTECTED]> wrote: I am stuck with the same problem... Hope someone can h

[jQuery] Re: Are there any particular ways to debug jQuery code?

2007-07-26 Thread Mitchell Waite
THANK YOU that is super amazing. That simple icon I never even noticed. I love the way it shows you exactly where you messed up. I know the answer to this but I got to ask - are there any firebug tutorials around? -Original Message- From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECT

[jQuery] Re: SITE SUBMISSION: Please add gsalr.com to the list of sites

2007-07-26 Thread Michael E. Carluen
To phrase to question better, how were you able to parse the addresses if you're getting the data from craigslist directly? Or which web service are you using if you're using one? _ From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Michael E. Carluen Sent: Thur

[jQuery] Re: Are there any particular ways to debug jQuery code?

2007-07-26 Thread cfdvlpr
Firebug is awesome for debugging your Jquery code using firefox. But, how do you debug problems that occur in IE and IE only?

[jQuery] Re: SITE SUBMISSION: Please add www.fppdesign.com.au to the list of sites

2007-07-26 Thread Rey Bango
Hi Joel, I've added both sites. Rey Joel Birch wrote: Hi Rey, I was hoping you could add www.fppdesign.com.au - a site I did over a year ago. This site has used jQuery since before there was a jQuery version number! Over time, I have added quite a few jQuery enhancements including: - R

[jQuery] Re: SITE SUBMISSION: Please add gsalr.com to the list of sites

2007-07-26 Thread Rey Bango
Hi Marshall, Great work! I'll be adding it today. Rey Marshall Salinger wrote: Hello Rey, I was wondering if you could add gsalr.com to the list of sites that use jQuery. The site is a mashup of Google Maps / Craigslist and a few other sites that list garage sales on the

[jQuery] show jeditable textarea onload instead of onclick

2007-07-26 Thread cfdvlpr
I have a jeditable textarea that works perfectly. However, I want do make one small modification. I want the editable textarea to show as a input type text when the page loads rather than when the user clicks on the div. I've tried event: "load" and event: "onload", but neither of those works.

[jQuery] Re: jqModal help: multiple triggers, different ajax url's

2007-07-26 Thread David Mernin
I am stuck with the same problem... Hope someone can help! =) On Jul 11, 3:26 pm, rolfsf <[EMAIL PROTECTED]> wrote: > I have a page on which I've hidden a div for use as an adaptable modal > window: > > > > ../images/btn/btn_close.gif > > > > > I ha

[jQuery] Re: Form Client and server side validaion probleme

2007-07-26 Thread Dan G. Switzer, II
Samad, AJAX calls are asynchronous and will run outside the context of the current function. So, while the AJAX call might get invoked, the function will continue to run in parallel with the AJAX call. The only way to get the script to run like you have it would be to specific run the AJAX cal

[jQuery] Re: Are there any particular ways to debug jQuery code?

2007-07-26 Thread Josh Nathanson
Mitchell - if an error occurs in a script, you will see a red "x" in the lower right corner of the web browser. Click that to open the Firebug console. In the console tab you'll see the error. Instead of throwing an alert like IE6 does, it logs errors into the console. If your script is c

[jQuery] Re: SITE SUBMISSION: Please add gsalr.com to the list of sites

2007-07-26 Thread Michael E. Carluen
Nicely done Marshall. How are you able to mashup the Craigslist data? I have been looking into that. Any advise? _ From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Marshall Salinger Sent: Thursday, July 26, 2007 1:09 PM To: jquery-en@googlegroups.com

[jQuery] ANNOUNCE: jQuery moreSelectors plugin adds :color() :colIndex() :hover and more

2007-07-26 Thread George
The jQuery moreSelectors plugin has been updated for jQuery v1.1.3.1. For example: "DIV:color(red)" to match DIVs with red text. Automagically matches #rrggbb and rgb(r,g,b) formats too. "TD:colIndex(1)" to match table cells in column 1 (allowing for colSpans too). "SELECT:modified" to match SELE

[jQuery] Re: Are there any particular ways to debug jQuery code?

2007-07-26 Thread Mitchell Waite
I do have it and I have run it but I don't see where it can tell me what I am doing wrong. -Original Message- From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Priest, James (NIH/NIEHS) [C] Sent: Thursday, July 26, 2007 10:49 AM To: jquery-en@googlegroups.com Subject

[jQuery] Re: Are there any particular ways to debug jQuery code?

2007-07-26 Thread Mitchell Waite
Could I really se Firebug to find that I had the wrong name for the function. I didn't see how that could be done in Firebug. In fact it's a somewhat daunting addon. From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Benjamin Sterling Sent: Thursday, July 26, 2007 10:44 AM

[jQuery] Re: 1.1.3.1 breaks jqModal in IE6

2007-07-26 Thread Josh Nathanson
Mark, I noticed the same thing and also had to roll back to 1.1.2. I sent the plugin author an email offlist, I see you have cc'd him as well. Hopefully he will come up with an update soon that will address the issue. -- Josh - Original Message - From: "mmiller" <[EMAIL PROTECTED]

[jQuery] SITE SUBMISSION: Please add gsalr.com to the list of sites

2007-07-26 Thread Marshall Salinger
Hello Rey, I was wondering if you could add gsalr.com to the list of sites that use jQuery. The site is a mashup of Google Maps / Craigslist and a few other sites that list garage sales on the web. The site provides a map view of garage sales in various cities across the United States. The si

[jQuery] jQuery Calendar

2007-07-26 Thread PeterKl
Hi! I have one problem: I search for plugin 'calendar' like Google Calendar, where we can select the time for every events with mouse - we just draw over the timetable and new event was created. Are you know 'plugin' like that or can you tell me, how can I create that plugin? By, PeterKl

[jQuery] Re: ANNOUNCE: jTagEditor 1.0 beta

2007-07-26 Thread Sean Catchpole
Looks great Jay! Keep up the hard work. ~Sean

[jQuery] 1.1.3.1 breaks jqModal in IE6

2007-07-26 Thread mmiller
I if download and host the jqModal public example (and associated resources) on a local webserver and simply change the jQuery to 1.1.3.1, jqModal stops working in IE6. The overlay is pushed to a thin box at the bottom of the page and any modal like behavior is lost. My workaround is to roll back

[jQuery] Re: Data, get response.

2007-07-26 Thread [EMAIL PROTECTED]
$(data).find("DIV") Did not work for me I did uhmm $(data).find('#bodyframe'); I didn try the span function, im not sure what you mean by it, could you explain more what it would do? On Jul 26, 2:31 pm, George <[EMAIL PROTECTED]> wrote: > I may not be clear about what you're trying to do here bu

[jQuery] Re: Form Client and server side validaion probleme

2007-07-26 Thread Samad
Bump! No one can help me ?? On 25 juil, 22:46, Samad <[EMAIL PROTECTED]> wrote: > Hello, > > I'm trying to fix a validation form probleme but I don't have any > idea. > > This is the probleme : > > I have a forum with inputs, for the validation, I have some client > side controls and server ones

[jQuery] Re: A perhaps SOT CSS/jQuery question

2007-07-26 Thread Christopher Jordan
Yeah, it kinda sucks, but I've got some work to do for another client that ought to last me maybe a week or so. But that other client was my bread 'n butter. :o( Anyway, thanks again! Chris On 7/26/07, Benjamin Sterling <[EMAIL PROTECTED]> wrote: Ah.. been there before. On 7/26/07, Christophe

[jQuery] Data, get response.

2007-07-26 Thread [EMAIL PROTECTED]
Is there a way to pull a div out of a get response? ive tried all sorts of uses behind the find, even the (expr,contenxt) method and im just getting stuck at every corner. This is what im currently doing but I have to append to the dom HTML data all the time, after one click event, my hide and sho

[jQuery] Re: ANNOUNCE: jTagEditor 1.0 beta

2007-07-26 Thread Ganeshji Marwaha
This plugin rocks... I always wanted a simple tag editor like this, but, i also wanted a preview mode... I understand that this is in beta... So, is there any plans for preview mode going forward... -GTG On 7/26/07, Karl Swedberg <[EMAIL PROTECTED]> wrote: I love it! This was on my to-do list

[jQuery] Re: Data, get response.

2007-07-26 Thread George
I may not be clear about what you're trying to do here but... Is the the "data" valid xhtml when it is returned? So this $(data).find("DIV") did not work? What about $("").append(data).find("DIV") ? George On Jul 26, 8:17 pm, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > Is there a way to p

[jQuery] Re: $(e.target) & $('#id'), IE got problem

2007-07-26 Thread George
Try copying e.target into a variable at the start of the click event, then refer to the variable instead in the get() method. (Seeing as both occurrences of e.target are wrapped in $() you may as well store that in the variable) Something like: function paginator_hook(){ $('div.paginator a.a

[jQuery] Re: BlockUI does not display overlay in IE6 and IE7

2007-07-26 Thread seedy
I just had the same problem with transparency, upgrading to jQuery 1.1.3.1 seemed to clear it up. Trymbill wrote: > > Hi guys! > > I have a problem regarding BlockUI. I'm using it on a website where I > have a few users registered. The idea is that a user can browse for an > image, select i

[jQuery] Re: ANNOUNCE: jTagEditor 1.0 beta

2007-07-26 Thread Karl Swedberg
I love it! This was on my to-do list for upcoming projects that I wanted to tackle, but now I can cross it off. Thanks, Jay! --Karl _ Karl Swedberg www.englishrules.com www.learningjquery.com On Jul 26, 2007, at 8:28 AM, Jay Salvat wrote: My apologies ! too much emotio

[jQuery] Re: BlockUI not displaying overlay background in IE6 and IE7

2007-07-26 Thread Mike Alsup
Magnus, Based on your description is sounds like there is a script error on your page (IE is not stupid in regard to "return false"). That would explain why the form doesn't not submit correctly and why blockUI does not display. Do you have IE's script debugger enabled? Is there a link you ca

[jQuery] Re: Java Errors when using .Accordion and .innerfade - Please help :)

2007-07-26 Thread Aaron
Great! Thanks so much for the help! so is this correct for the call then? var $j = jQuery.noConflict(); $j(document).ready(function() { //Function for the Inner Fade News Ticker $j('.NewsLC').innerfade({ animationtype: 'fade', speed: 700,

[jQuery] BlockUI not displaying overlay background in IE6 and IE7

2007-07-26 Thread Maggi
Hi guys! I have a problem regarding BlockUI. I'm using it on a website where I have a few users registered. The idea is that a user can browse for an image, select it and as soon as it has been selected the BlockUI will appear and ask them to wait. Then it runs through a PHP code via Ajax and

[jQuery] Re: " vs '

2007-07-26 Thread Klaus Hartl
Stephan Beal wrote: On Jul 26, 6:37 pm, "Mitchell Waite" <[EMAIL PROTECTED]> wrote: This going will make me sound really dumb but what is the difference between using single quote versus double quotes in jQuery, e.g. Mitchel, PLEASE don't hijack other people's threads to post a question. Star

[jQuery] Re: A perhaps SOT CSS/jQuery question

2007-07-26 Thread Benjamin Sterling
Ah.. been there before. On 7/26/07, Christopher Jordan <[EMAIL PROTECTED]> wrote: Thanks Benjamin. I'll see if that helps. Unfortunately, that client just up and decided out of the blue to stop work on all projects for about a months time, so who knows when (if) I'll get back to it. :o( Chris

[jQuery] Re: A perhaps SOT CSS/jQuery question

2007-07-26 Thread Christopher Jordan
Thanks Benjamin. I'll see if that helps. Unfortunately, that client just up and decided out of the blue to stop work on all projects for about a months time, so who knows when (if) I'll get back to it. :o( Chris On 7/26/07, Benjamin Sterling <[EMAIL PROTECTED]> wrote: Chris, with out actually

[jQuery] Re: A perhaps SOT CSS/jQuery question

2007-07-26 Thread Christopher Jordan
Benjamin, I know. I thought the preferred method for event handling was to use the bind method. Isn't .hover() just a short cut for what I've done? Always happy to learn something new. :o) Thanks, Chris On 7/26/07, Benjamin Sterling <[EMAIL PROTECTED]> wrote: Also, this: $(functi

[jQuery] Re: Are there any particular ways to debug jQuery code?

2007-07-26 Thread Priest, James (NIH/NIEHS) [C]
> -Original Message- > From: Mitchell Waite [mailto:[EMAIL PROTECTED] > > $("#nest").click(function() { > alert("got it"); > $("#nest").fade("slow"); I still haven't picked up my jQuery book again - this weekend! But couldn't your

[jQuery] Re: IE and the Invalid Source Code Error

2007-07-26 Thread Benjamin Sterling
Mike, Great story, it brought a tear to my eye :) Do you have a demo page for us to look at? Some code? Sounds like a innerHTML/non-block level element issue, but not sure off hand. On 7/26/07, mcraig <[EMAIL PROTECTED]> wrote: Ok...so I just got this mock up working great in firefox and re

[jQuery] Re: Are there any particular ways to debug jQuery code?

2007-07-26 Thread Josh Nathanson
Mitchell, a good way to debug jQuery or JS in general is via a tool called Firebug, that is available as an extension for the Firefox browser. In your case, it probably would have said something like "fade is not a method of jQuery", which would have immediately helped you diagnose the problem.

[jQuery] Re: Are there any particular ways to debug jQuery code?

2007-07-26 Thread Benjamin Sterling
Mitch, fade() is not a function Try fadeTo, fadeIn, or fadeOut. Check out the api for more info http://jquery.com/api (under F) On 7/26/07, Mitchell Waite <[EMAIL PROTECTED]> wrote: Noobie question 99 Are there any particular ways to debug jQuery code? I have a small handler $("#ne

[jQuery] Re: [OT] Development tool by yahoo for firebug

2007-07-26 Thread Benjamin Sterling
I don't fully agree, with that, but that is only because most of the projects I've been working on require a ton of "document.write". That, and the file sizes of my includes are very small and testing it using sloppy ( http://www.dallaway.com/sloppy/) shows no real performance hit. On 7/26/07, B

[jQuery] Re: " vs '

2007-07-26 Thread Mitchell Waite
Thanks to Sean, Aaron and Rob, this is now very clear. I have used both and it was just bugging me. I sort of prefer double quotes, its just more like everything else I do. From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Sean Catchpole Sent: Thursday, July 26, 2007 9:48

[jQuery] Are there any particular ways to debug jQuery code?

2007-07-26 Thread Mitchell Waite
Noobie question 99 Are there any particular ways to debug jQuery code? I have a small handler $("#nest").click(function() { alert("got it"); $("#nest").fade("slow");

[jQuery] Re: " vs '

2007-07-26 Thread Stephan Beal
On Jul 26, 6:37 pm, "Mitchell Waite" <[EMAIL PROTECTED]> wrote: > This going will make me sound really dumb but what is the difference between > using single quote versus double quotes in jQuery, e.g. Mitchel, PLEASE don't hijack other people's threads to post a question. Start a new thread! Thre

[jQuery] Re: datePicker plugin inline

2007-07-26 Thread bbuchs
Give this a shot: http://tedserbinski.com/jcalendar/index.html Inline calendar that ties to 3 select elements (m/d/y), with paging. On Jul 26, 10:45 am, Kelvin Luck <[EMAIL PROTECTED]> wrote: > Hi, > > I'm afraid I haven't got any alternative suggestions... > > If you only need one calendar

[jQuery] Re: A perhaps SOT CSS/jQuery question

2007-07-26 Thread Benjamin Sterling
Also, this: $(function(){ $(".ActionSelection").bind("mouseover",function(){ $(this).addClass("Underlined"); $(this).addClass("ActiveLinkColor"); }).bind("mouseout",function(){ $(this).removeClass("Un

[jQuery] Rss Feed pagination animation

2007-07-26 Thread Ty
Tossing this one out as I've not idea if there is a way to animate the loading of an RSS feed (remote content). Had the idea to say maybe pull in gallery screenshots from CSSmania for example maybe 3 at a time and have them slide out and three more slide in. It might require the magpieRSS app, not

[jQuery] Re: A perhaps SOT CSS/jQuery question

2007-07-26 Thread Benjamin Sterling
Chris, with out actually seeing in action, my assumption is that you have the height set to 413px and do not specify a overflow to either hidden, auto or scroll and the assumption is that as some point the box is being forced taller and not resizing after there is smaller inner content. I would s

[jQuery] Re: " vs '

2007-07-26 Thread Rob Desbois
Sean, Attributes in (X)HTML don't need to be double-quoted, again single-quotes are equally valid there so '' and "" are effectively the same and both valid. I know you probably know, I just wanted to rephrase "It is easier to type an html string if you use single quotes:" in case :-) --rob On

[jQuery] Re: Opacity in fadeTo, etc does not work in IE, am I crazy?

2007-07-26 Thread [EMAIL PROTECTED]
Hmm, I'm not sure since I removed the header from the js file. I downloaded jQuery shortly after it got dugg for 1.1.3.1. I will download it again just in case there was a patch I missed. On Jul 25, 5:00 pm, "Brandon Aaron" <[EMAIL PROTECTED]> wrote: > Are you using jQuery 1.1.3.1? > > -- > Bra

[jQuery] Field Plug-in Update - TabIndex Navigation...

2007-07-26 Thread Dan G. Switzer, II
Everyone, I've updated my Field Plug-in with some new methods to make it easy to go to specific fields within the tabIndex of the form. I'm looking for people to test the new functionality before updating my Plug-in in the repository. http://www.pengoworks.com/workshop/jquery/field.plugin.htm

[jQuery] Re: Get a range of elements (getting late, and losing my mind)

2007-07-26 Thread Ganeshji Marwaha
This is great... I am glad it worked, and more importantly thank you for sharing the modified version as well. -GTG On 7/26/07, agent2026 <[EMAIL PROTECTED]> wrote: Added first/last jumps. Tried to figure out a way to have the same amount of page numbers displayed at all times, but that was

[jQuery] Re: " vs '

2007-07-26 Thread Aaron Heimlich
For that code...absolutely nothing (that I can recall off-hand, anyway). However, there is something you should be aware of: If you want to use a ' within a string that is delimited by 's, then you have to escape it, like so: 'Mitchell\'s code' The same goes for ": "Aaron shouted \"jQuery rock

[jQuery] Re: $strip has no properties (??)

2007-07-26 Thread Ganeshji Marwaha
do u mean it works if u put it into the $.get() callback? Eitherways, glad it worked -GTG On 7/26/07, GianCarlo Mingati <[EMAIL PROTECTED]> wrote: It works Thank you Cheers GC

[jQuery] Re: " vs '

2007-07-26 Thread Sean Catchpole
On 7/26/07, Mitchell Waite <[EMAIL PROTECTED]> wrote: > This going will make me sound really dumb but what is the difference between > using single quote versus double quotes in jQuery, e.g. Mitchell, the concept of single vs double quotes is more of a javascript question. The simple answer is tha

  1   2   >