[jQuery] Re: jQuery form plugin questions

2007-07-15 Thread Chris
Thank you for the reply mike, Unfortunately I don't understand how I could use this? What is the formatted column? I think i understand that you would be running this code $('#comments h1') after the (data) for the form is complete. On Jul 13, 4:17 am, Mike Alsup [EMAIL PROTECTED] wrote:

[jQuery] Announce: Accessible News Slider updated to v.1.2

2007-07-15 Thread Giant Jam Sandwich
It has been awhile since I posted anything, but after some good feedback from the community I finally managed to update the Accessible News Slider plugin to version 1.2. It now has a permanent landing page, and a better description of the functionality. To view the plugin, please visit

[jQuery] Re: Announce: Accessible News Slider updated to v.1.2

2007-07-15 Thread Giant Jam Sandwich
Sorry, it looks like the old plugins page is the new plugins page, which I have yet to update with the appropriate link :) To see the old plugins page link, please visit http://docs.jquery.com/Plugins. On Jul 15, 8:17 am, Giant Jam Sandwich [EMAIL PROTECTED] wrote: It has been awhile since I

[jQuery] Re: Compressed BlockUI plugin?

2007-07-15 Thread Brandon Aaron
Moving further off-topic ... why not just use http compression? It works especially well when the scripts are minified. -- Brandon Aaron On 7/14/07, Michael Geary [EMAIL PROTECTED] wrote: Sounds interesting, Aaron, thanks for the pointer. Two questions: How is the unpacking speed? I don't

[jQuery] Re: jQuery form plugin questions

2007-07-15 Thread Mike Alsup
Sorry, I'm meant the formatted *comment*. When a comment is posted, return something like this from the server (filling in the correct info as appropriate): div class=oddcomment pa href=#author name here/a/ppComment text here/p /div Mike On 7/15/07, Chris [EMAIL PROTECTED] wrote: Thank

[jQuery] Re: How do you delay for a few seconds

2007-07-15 Thread jazzle
See http://www.learningjquery.com/2007/01/effect-delay-trick (it's not a stupid question btw) goofy166 wrote: I have mastered many of the incredible features of jquery today for the first time, but for the life of me I can't figure out how in the heck you can get a div to display for a

[jQuery] Re: How do you delay for a few seconds

2007-07-15 Thread Tane Piper
I agree, I was going to be looking for something like this. Would be nice to have a jQuery function, I'll check out that plugin On 7/15/07, jazzle [EMAIL PROTECTED] wrote: See http://www.learningjquery.com/2007/01/effect-delay-trick (it's not a stupid question btw) goofy166 wrote: I

[jQuery] Re: How do you delay for a few seconds

2007-07-15 Thread jazzle
it's not a plugin, much simpler than that. just a matter of including .animate({opacity: 1.0}, 3000) or similar in a chain. (the opacity is faded from 1 to 1 over 3 seconds, hence no visible change over that time) Tane Piper wrote: I agree, I was going to be looking for something like

[jQuery] Re: .css(border-color) returning undefined

2007-07-15 Thread Benjamin Sterling
Jazzle, I believe you need to do: .css('borderColor'); Let me know if that works for you. On 7/15/07, jazzle [EMAIL PROTECTED] wrote: Hi guys and gals, .css(border-color) is returning undefined. The element in question has 2 css classes, both of which have it set. HTML: p class=result

[jQuery] Re: parsing xml

2007-07-15 Thread Benjamin Sterling
quez, I use the $.ajax with dataType set to xml; on success I set a global variable to the contents of the xml. Once it is done, I get the info doing something like: $('response/message:eq(0)/bio', globalXML).text(); :eq(0) will grab the first message :eq(1) will grab the second one and so on.

[jQuery] Re: .css(border-color) returning undefined

2007-07-15 Thread jazzle
I thought that at first, but that's not the problem. Proven by the fact that I use .css(background-color); successfully. On Jul 15, 3:51 pm, Benjamin Sterling [EMAIL PROTECTED] wrote: Jazzle, I believe you need to do: .css('borderColor'); Let me know if that works for you. On 7/15/07,

[jQuery] Re: .css(border-color) returning undefined

2007-07-15 Thread jazzle
I'm currently using the following, but as you can see I have commented out the end of the line that's causing me problems. $('.result').each(function() { var origBorderColor = black;//$(this).css(border-color); var origBackgroundColor = $(this).css(background-color);

[jQuery] what do I have wrong?

2007-07-15 Thread Rick Pasotto
The following code doesn't work. There are no errors reported but nothing happens. What have I misunderstood and therefore gotten wrong? Am I even on the right track to do what I want? The dimensions.js and cluetip.js plugins have been loaded. // have: td1420/td // want: tda class=ct

[jQuery] Re: Accordion + jCarouselLite Bug?

2007-07-15 Thread Ganeshji Marwaha
no problem... glad u got it working. -GTG On 7/14/07, huphtur [EMAIL PROTECTED] wrote: Wow, so simple. Why didn't I think of that? Thank you Mr Marwaha for helping. On Jul 14, 8:16 am, Ganeshji Marwaha [EMAIL PROTECTED] wrote: So, you actually had a couple of issues, which we are fixing

[jQuery] Re: what do I have wrong?

2007-07-15 Thread Daddy Fastman
Maybe try .html() instead of .text() to get the number from the cell. On Jul 15, 11:37 am, Rick Pasotto [EMAIL PROTECTED] wrote: The following code doesn't work. There are no errors reported but nothing happens. What have I misunderstood and therefore gotten wrong? Am I even on the right

[jQuery] Re: what do I have wrong?

2007-07-15 Thread Klaus Hartl
Rick Pasotto wrote: The following code doesn't work. There are no errors reported but nothing happens. What have I misunderstood and therefore gotten wrong? Am I even on the right track to do what I want? The dimensions.js and cluetip.js plugins have been loaded. // have: td1420/td // want:

[jQuery] Re: parsing xml

2007-07-15 Thread quez
Benjamin, thanks for your reply. I've started with the $.post func though like this: $.post(/ backend.php,{},function(xml){update_view(xml); } ); then: update_view(xml){ var messages = [] ; $('message', xml).each( function(i){ //go through each message $this = $(this); //jquery object.

[jQuery] Re: ANNOUNCE: Call for Articles for Visual jQuery Magazine

2007-07-15 Thread R. Rajesh Jeba Anbiah
On Jul 12, 2:02 am, John Resig [EMAIL PROTECTED] wrote: Try sending it directly to Yehuda: wycats at gmail.com snip E-mail address works, but no receipt. -- ?php echo 'Just another PHP saint'; ? Email: rrjanbiah-at-Y!comBlog: http://rajeshanbiah.blogspot.com/

[jQuery] Re: OT: Devo hat?

2007-07-15 Thread John Resig
Yep :) On 7/15/07, Mika Tuupola [EMAIL PROTECTED] wrote: This has been bothering me for a while :) Does jQuery logo represent the Devo hat? http://www.devo-obsesso.com/html/12in-pgs/main/foc_japan-pro.html -- Mika Tuupola http://www.appelsiini.net/~tuupola/

[jQuery] Re: parsing xml

2007-07-15 Thread Benjamin Sterling
Try: $('bio', this).text(); On 7/15/07, quez [EMAIL PROTECTED] wrote: Benjamin, thanks for your reply. I've started with the $.post func though like this: $.post(/ backend.php,{},function(xml){update_view(xml); } ); then: update_view(xml){ var messages = [] ; $('message', xml).each(

[jQuery] Re: OT: Devo hat?

2007-07-15 Thread Karl Swedberg
Hence the old tag line New Wave JavaScript :-) --Karl _ Karl Swedberg www.englishrules.com www.learningjquery.com On Jul 15, 2007, at 1:37 PM, John Resig wrote: Yep :) On 7/15/07, Mika Tuupola [EMAIL PROTECTED] wrote: This has been bothering me for a while :) Does

[jQuery] Flash-alike menu animation? Can this be done with jQuery?

2007-07-15 Thread bytte
I have this menu which is just a few menu-items placed next to eachother like this: HOME - CONTACT - NEWS Beneath the menu I have a little image, kind of like an arrow. I want the arrow to slide from left to right from menu-item to menu- item, depending on the item i'm hovering over. So let's

[jQuery] Re: what do I have wrong?

2007-07-15 Thread Rick Pasotto
On Sun, Jul 15, 2007 at 06:12:25PM +0200, Klaus Hartl wrote: Rick Pasotto wrote: The following code doesn't work. There are no errors reported but nothing happens. What have I misunderstood and therefore gotten wrong? Am I even on the right track to do what I want? The dimensions.js and

[jQuery] jquery innerfade crashing 2.0.4

2007-07-15 Thread [EMAIL PROTECTED]
Innerfade is causing Safari 2.0.4 to crash. I tried using the same files used on the innerfade demo, but it still crashes. It works just fine on FF, IE, and Safari 3 beta. I've also tried to roll back to an older version of jquery and it still doesn't work. Has anybody had a similar problem?

[jQuery] Re: jQuery form plugin questions

2007-07-15 Thread Chris
Thank you for the reply mike! I added this to my script: $(document).ready(function() { // bind 'myForm' and provide a simple callback function $('#myForm').ajaxForm(function() { $('#thankyou').show('slow');

[jQuery] Re: Compressed BlockUI plugin?

2007-07-15 Thread Aaron Porter
That is a great option when available. Most people don't have that level of control over their servers. Aaron Brandon Aaron wrote: Moving further off-topic ... why not just use http compression? It works especially well when the scripts are minified. -- Brandon Aaron On 7/14/07, *

[jQuery] Re: OT: Devo hat?

2007-07-15 Thread Stephan Beal
On Jul 15, 8:16 pm, Karl Swedberg [EMAIL PROTECTED] wrote: Hence the old tag line New Wave JavaScript And quite in contrast to the meaning of devo, which is devolution.

[jQuery] Re: OT: Devo hat?

2007-07-15 Thread Glen Lipka
Speaking of double-entendras: A penguin says to a Polar Bear who looks sad, Hey why so down? The bear shrugs and says, I'm not always like this. I'm bi-polar. Glen On 7/15/07, Stephan Beal [EMAIL PROTECTED] wrote: On Jul 15, 8:16 pm, Karl Swedberg [EMAIL PROTECTED] wrote: Hence the old

[jQuery] Re: Announce: jFeed - jQuery RSS/ATOM feed parser plugin

2007-07-15 Thread Michael Geary
Nifty idea, but this will only work within a single domain, right? From: Jean-Francois Hovinne jFeed is a new jQuery plugin which parses RSS/ATOM feeds. It uses jQuery's built-in AJAX functions to get the XML and basic selectors to parse it. More info on my blog:

[jQuery] Re: Announce: jFeed - jQuery RSS/ATOM feed parser plugin

2007-07-15 Thread Jean-Francois Hovinne
Yes, though you can use a server-side proxy to load external feeds. BTW, a basic one is provided in the archive for testing purposes. On 15 juil, 23:25, Michael Geary [EMAIL PROTECTED] wrote: Nifty idea, but this will only work within a single domain, right?

[jQuery] Re: Announce: jFeed - jQuery RSS/ATOM feed parser plugin

2007-07-15 Thread Michael Geary
Ah, of course. Server proxy. I should have thought of that. Very nice - will take a look at it! From: Jean-Francois Hovinne Yes, though you can use a server-side proxy to load external feeds. BTW, a basic one is provided in the archive for testing purposes. On 15 juil, 23:25, Michael Geary

[jQuery] Re: Frequently Asked Questions (FAQ)

2007-07-15 Thread Jörn Zaefferer
Richard D. Worth wrote: New wiki page: http://docs.jquery.com/Frequently_Asked_Questions Just a few to start with. Please add any questions you've seen come up a lot. A good start! We need to find better examples for the first two questions. The difficulty here is to find examples that

[jQuery] Re: [ANNOUNCE]: clueTip Plugin Beta

2007-07-15 Thread Jörn Zaefferer
Karl Swedberg wrote: Optimize ajax loading to avoid multiple requests for the same clueTip content. Done! That is something Mike Hosteler is or may be working on. At least a bit discussion/specification can be found here: http://docs.jquery.com/AjaxQueue Caching is mentioned there yet, but

[jQuery] Re: [ANNOUNCE]: clueTip Plugin Beta

2007-07-15 Thread Jörn Zaefferer
Stephan Beal wrote: On Jul 13, 8:08 pm, Jörn Zaefferer [EMAIL PROTECTED] wrote: About sticky tooltips: I'd find it much handier to be able to click anywhere outside the tooltip to close it, instead of a tiny close link. I'd even consider replacing the close-link alltogether: The user then

[jQuery] JTicker Plugin problem

2007-07-15 Thread debussy007
Hi, I try to use JTicker, RSS feed, But I can't display my RSS feed. I can notice by adding some alerts debuging that the javascript stops here : FillSlide: function() { var Item, TickerHTML, Title, URL, Desc; $(# +

[jQuery] Re: Announce: jFeed - jQuery RSS/ATOM feed parser plugin

2007-07-15 Thread Felix Geisendörfer
Nifty idea, but this will only work within a single domain, right? No there is a proxy.php file to the package that allows you to load RSS files from other sites. Or just read the files locally on his server if you get bored (hint: check the fopen call : ). -- Felix

[jQuery] Re: Announce: jFeed - jQuery RSS/ATOM feed parser plugin

2007-07-15 Thread Felix Geisendörfer
BTW, a basic one is provided in the archive for testing purposes. Oh in that case nevermind my last post. I guess the proxy.php is alright for *local* testing. -- Felix -- My Blog: http://www.thinkingphp.org My Business: http://www.fg-webdesign.de Jean-Francois

[jQuery] Re: Flash-alike menu animation? Can this be done with jQuery?

2007-07-15 Thread jazzle
http://www.frequency-decoder.com/demo/animated-minitabs/ might get you started. On Jul 15, 7:09 pm, bytte [EMAIL PROTECTED] wrote: I have this menu which is just a few menu-items placed next to eachother like this: HOME - CONTACT - NEWS Beneath the menu I have a little image, kind of like

[jQuery] Re: .css(border-color) returning undefined

2007-07-15 Thread jazzle
I still need some help with this - can anyone help me?

[jQuery] Re: OT: Devo hat?

2007-07-15 Thread Rick Faircloth
That's where I've seen that design before! I knew I recognized it from somewhere! Devo! Good call, Mika... Rick -Original Message- From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Mika Tuupola Sent: Sunday, July 15, 2007 1:28 PM To: jquery-en@googlegroups.com

[jQuery] Re: misunderstanding of .text()?

2007-07-15 Thread Matt Stith
.load isnt a blocking function, meaning that it starts the ajax request and then continues the chain. So you might try something like this: $('pre').load('jquery.splitter.js',function() { // Do escaping stuff here }); The 2nd argument to load is a function that will be called once the request

[jQuery] Re: NEWS: 5 Minute Book Review: Learning jQuery

2007-07-15 Thread AtlantaGeek
Are you really on the JQuery evangelism team? Is there such a thing? If so, perhaps some of your work should center around making this group a little more friendly to newcomers. At present, it seems that new members postings are moderated. I have been experiencing 10 hour (and now more than 10

[jQuery] Re: .css(border-color) returning undefined

2007-07-15 Thread Karl Rudd
You can't animate a change in color via using jQuery (core), unless something has changed in 1.1.3 that I haven't noticed. You could have a look at the Interface plugin, which does handle this: http://interface.eyecon.ro/ Karl Rudd On 7/16/07, jazzle [EMAIL PROTECTED] wrote: I still need

[jQuery] Re: NEWS: 5 Minute Book Review: Learning jQuery

2007-07-15 Thread Rey Bango
Hi there. Yep, I'm part of the jQuery Evangelism team. In fact, I'm the team lead for that and we have 4 people dedicated to spreading the word about jQuery. I'm very sorry you've experienced some issues posting to the mailing list. The response for most users is fairly good and I can

[jQuery] Re: .css(border-color) returning undefined

2007-07-15 Thread Karl Swedberg
On 7/16/07, jazzle [EMAIL PROTECTED] wrote: I still need some help with this - can anyone help me? Sorry for the delay, Jazzle. The discussion list slows down quite a bit during the weekends, I've noticed, as devs try to catch their breath, maybe take a walk outside, get reacquainted with

[jQuery] Re: NEWS: 5 Minute Book Review: Learning jQuery

2007-07-15 Thread Rey Bango
Hi Russ, You should be all set now. You were in fact a moderated user and we'll be looking into this a little further. Let me know if you have any further issues. Rey.. AtlantaGeek wrote: Are you really on the JQuery evangelism team? Is there such a thing? If so, perhaps some of your

[jQuery] Re: NEWS: 5 Minute Book Review: Learning jQuery

2007-07-15 Thread AtlantaGeek
Well, the good news is that post of mine showed up fast, as did your reply. Thanks. Perhaps I've been removed from moderation. That would be a ginormous step in the right direction. (Hey, I did a Google spell check on this message, wondering if it would complain about ginormous - an official

[jQuery] Re: NEWS: 5 Minute Book Review: Learning jQuery

2007-07-15 Thread AtlantaGeek
Thanks again. On Jul 15, 9:36 pm, Rey Bango [EMAIL PROTECTED] wrote: Hi Russ, You should be all set now. You were in fact a moderated user and we'll be looking into this a little further. Let me know if you have any further issues. Rey.. AtlantaGeek wrote: Are you really on the

[jQuery] Re: NEWS: 5 Minute Book Review: Learning jQuery

2007-07-15 Thread AtlantaGeek
Oh, BTW, I did buy the Learning JQuery book (book and e-book). One of the posts I am wondering about was to Karl Swedberg in another thread with a question about the book and I don't believe he's responded, yet. So either it didn't post or he just hasn't had time to respond. The problem is I

[jQuery] Re: NEWS: 5 Minute Book Review: Learning jQuery

2007-07-15 Thread Karl Swedberg
On Jul 15, 2007, at 9:45 PM, AtlantaGeek wrote: Oh, BTW, I did buy the Learning JQuery book (book and e-book). One of the posts I am wondering about was to Karl Swedberg in another thread with a question about the book and I don't believe he's responded, yet. So either it didn't post or he

[jQuery] Re: NEWS: 5 Minute Book Review: Learning jQuery

2007-07-15 Thread AtlantaGeek
Ok, thanks Karl. I didn't state that exactly like I meant it. I should have said it didn't post, or I've missed his reply, or he hasn't had time. That was why I was talking about searching - to find the post again to see if maybe you did reply. Obviously I didn't get e-mail notification

[jQuery] CSS drop-shadow for clueTip - help requested

2007-07-15 Thread Karl Swedberg
Hi all, After I posted the clueTip beta, I realized that something had regressed and the pngFix code wasn't working properly to get the drop- shadow effect working in IE6. I've worked that part out by, starting with the pngFix code in Jörn's tooltip plugin (thanks!) and, among other

[jQuery] ContextMenu plugin r2 released!

2007-07-15 Thread cdomigan
Version r2 of the ContextMenu plugin has been released. ContextMenu is a lightweight jQuery plugin that lets you selectively override the browser's right-click menu with a custom one of your own. You can download it here: http://www.trendskitchens.co.nz/jquery/contextmenu/ ContextMenu is now

[jQuery] dev tip: combining JS script files

2007-07-15 Thread Stephan Beal
Hi, all! i just wanted to take a moment to share a tip which i don't see used too often on live sites: Combine all of your JS scripts into a single file. This helps reduce the load time of the page by reducing the number of separate GET requests. In principal you should be able to do the

[jQuery] Re: ContextMenu plugin r2 released!

2007-07-15 Thread Karl Swedberg
Looks great, Chris! Really nice job! A couple things I noticed with arrow-key navigation: - sometimes you have to hit an arrow key twice to move from one item to the next (e.g. on the Save item in the first context menu). Is that intentional? Kind of feels like a bug. - if you keep

[jQuery] Re: ContextMenu plugin r2 released!

2007-07-15 Thread cdomigan
Cheers, Karl. Arrow-key navigation isn't even implemented yet, so I'm surprised to hear it works at all! :-) I'll take a look at implementing that in r3. Chris On Jul 16, 3:22 pm, Karl Swedberg [EMAIL PROTECTED] wrote: Looks great, Chris! Really nice job! A couple things I noticed with

[jQuery] Re: CSS drop-shadow for clueTip - help requested

2007-07-15 Thread Glen Lipka
Starting to look at it now. I recently had to do some fancy png shadows. ( http://www.sparkt.com/testing.html) I totally gave up on trying to make it a background. Luckily you usually have a workaround. Here is my plan, and Ill work on it now... I am going to make 10 png files, 10x10 with

[jQuery] announce: JS code packer as PHP5 command-line app

2007-07-15 Thread Stephan Beal
Hi, all! Nicolas Martin once released a PHP5-based JS packer (http:// joliclic.free.fr/php/javascript-packer/en/), a port of Dean Edwards' packer code (http://dean.edwards.name/packer/). Here is a derivative of Nicolas' code: http://wanderinghorse.net/computing/javascript/#packers that

[jQuery] Re: CSS drop-shadow for clueTip - help requested

2007-07-15 Thread Karl Swedberg
Brilliant! You totally rock, Glen! Way above and beyond (but please, keep going. ;-) ) Can't wait to see the demo. --Karl _ Karl Swedberg www.englishrules.com www.learningjquery.com On Jul 15, 2007, at 11:31 PM, Glen Lipka wrote: Starting to look at it now. I recently

[jQuery] Re: NEWS: 5 Minute Book Review: Learning jQuery

2007-07-15 Thread Karl Swedberg
On Jul 15, 2007, at 10:21 PM, AtlantaGeek wrote: My only comment so far is that - IMHO - the explanation of chaining on page 30 might have been nicer to have earlier on. I think JQuery is kind of cryptic. I imagine lots of people using it come from the C world and so they find this normal, but

[jQuery] Re: CSS drop-shadow for clueTip - help requested

2007-07-15 Thread Glen Lipka
http://www.commadot.com/jquery/shadows/ Ok, the first experiment was using a 1x1 image. I didnt fix for IE6 yet, but it's in the ballpark...nothing special happening. Ok, so the bad part was when I tried to stretch a non-1x1 image with a fade. The fade of the shadow scaled (of course), so that

[jQuery] Re: CSS drop-shadow for clueTip - help requested

2007-07-15 Thread Glen Lipka
Maybe a more scalable solution: http://www.commadot.com/jquery/shadows/v2.htm I made a box (just one to start, but obviously there could be several different opacities.) Technique is to stretch the box and move it around underneath. That way you can create your own shadow effect. One could

[jQuery] Re: dev tip: combining JS script files

2007-07-15 Thread Klaus Hartl
Stephan Beal wrote: Hi, all! i just wanted to take a moment to share a tip which i don't see used too often on live sites: Combine all of your JS scripts into a single file. This helps reduce the load time of the page by reducing the number of separate GET requests. In principal you should