[jQuery] [jQuery 1.1.1 w/ TB 2.1.1] - Firefox TB iFrame fails to fire document.ready

2007-02-01 Thread Mike Sparr - www.goomzee.com
Hello, I posted this inquiry on the Thickbox forum: http://codylindley.com/thickboxforum/comments.php?DiscussionID=405 So far noone has been able to solve or answer it and Alex I believe asked the question to the jQuery group. I'm running Mac OS 10.4.8 with FF 1.5.0.9. I've tried on both Mac a

Re: [jQuery] Animate font weight

2007-02-01 Thread Karl Rudd
Technically font-weight can be a number, like 100 or 800, but practically speaking browsers only implement either normal or bold. Animate takes either a number or one of "hide", "show", or "toggle". So your "bold" won't work. In theory you could set the font-weight to a number then pass in a numb

Re: [jQuery] Animate font weight

2007-02-01 Thread Allan Mullan
Hmmm yeah good point - me not thinking before experimenting :-) Allan Michael Geary wrote: >> I'm trying to get animate() to fade font-weight but it's not working. >> I've tried the following: >> >> $('a').mouseover(function() { >> $(this).animate({fontWeight: 'bold'}, 'slow'); }); >> >> But

Re: [jQuery] Animate font weight

2007-02-01 Thread Michael Geary
> I'm trying to get animate() to fade font-weight but it's not working. > I've tried the following: > > $('a').mouseover(function() { > $(this).animate({fontWeight: 'bold'}, 'slow'); }); > > But that doesn't work - I've also tried to put quotes around > the fontWeight and tried font-weight.

[jQuery] Animate font weight

2007-02-01 Thread Allan Mullan
Hey all, I'm trying to get animate() to fade font-weight but it's not working. I've tried the following: $('a').mouseover(function() { $(this).animate({fontWeight: 'bold'}, 'slow'); }); But that doesn't work - I've also tried to put quotes around the fontWeight and tried font-weight. I get

Re: [jQuery] How to skin a table

2007-02-01 Thread Rob O'Rourke
> > Use javascript to create this output,I want to use only a classname to skin > the table. > > the class is like this: > table.DataGrid{} > table.DataGrid thead td{} > table.DataGrid tbody td{} > > you say HTML4.01's Alternatively ,do you mean I don't need to write > "tr.odd{...}"? > >

Re: [jQuery] ANN: Brandon Aaron Joins learningjquery.com

2007-02-01 Thread Rick Faircloth
"jQ-torials"... Smooth! Rick -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Brian Miller Sent: Thursday, February 01, 2007 4:18 PM To: jQuery Discussion. Subject: Re: [jQuery] ANN: Brandon Aaron Joins learningjquery.com You know... The folks over at Mo

Re: [jQuery] How to skin a table

2007-02-01 Thread weide
on 2007-2-2 0:58,Rob O'Rourke said the following: Firefox places the tbody in when one is not specified, I think its an XHTML thing where tbody is an implied element that you don't have to write in. Why are you using javascript to create this output? If its just for the look of it tack a clas

Re: [jQuery] ANN: Brandon Aaron Joins learningjquery.com

2007-02-01 Thread Marc Jansen
Brian Miller schrieb: > You know... The folks over at Mootools refer to theirs as "Mootorials". > These guys develop excellent JavaScript, yet their naming is ... odd. > Maybe we should call them "jQ-torials"? :) > IMHO: no. ;-) > - Brian > > In my opinion, the folks at motools (a

Re: [jQuery] ANN: Brandon Aaron Joins learningjquery.com

2007-02-01 Thread rolfsf
I second the request for more newbie tutorials! And I'm happy to hear Brandon will be joining you on the tutorials - he's got a friendly, knowledgeable style - looking forward to reading more. -- View this message in context: http://www.nabble.com/ANN%3A-Brandon-Aaron-Joins-learningjquery.com-

Re: [jQuery] ANN: Brandon Aaron Joins learningjquery.com

2007-02-01 Thread Clodelio C. Delfino
Karl, this is indeed a good news...cheers c",) On 2/2/07, Brian Miller <[EMAIL PROTECTED]> wrote: > You know... The folks over at Mootools refer to theirs as "Mootorials". > Maybe we should call them "jQ-torials"? :) > > - Brian > > > > Hello dear friends, > > > > Just a quick note to announce t

[jQuery] jcarousel - turn off autoscroll

2007-02-01 Thread ddcwick
I'm using the external controls feature (not the next/prev buttons) but I'd like to disable the autoscroll when someone clicks them. autoScrollStopOnInteract appears to only work with the next/prev buttons, & isn't affected by clicking on the external controls. Is there a way around this? Thanks

[jQuery] show/hide div crashes safari...

2007-02-01 Thread rolfsf
Yesterday I inquired about how to hide and show divs based on a radio button selection. I eventually got a script working, but it seems to be crashing Safari (v2) when I click on one of the radio buttons. I'm sure I'm not writing this as efficiently as it could/should be written, but everything el

Re: [jQuery] ANN: Brandon Aaron Joins learningjquery.com

2007-02-01 Thread Brian Miller
You know... The folks over at Mootools refer to theirs as "Mootorials". Maybe we should call them "jQ-torials"? :) - Brian > Hello dear friends, > > Just a quick note to announce that Brandon Aaron -- regular > contributor to this list, member of the jQuery development team, and > plugin auth

Re: [jQuery] thickbox and forms.js

2007-02-01 Thread Mike Alsup
> http://codylindley.com/thickboxforum/comments.php?DiscussionID=408/ Cool. Thanks for the link, Alexandre. ___ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/

Re: [jQuery] Interface error 'clonedEl is not defined' with draggables

2007-02-01 Thread WG
A little more clarification ... I get the 'clonedEl is not defined' exception when I handle the onOut() event. I get the 'this.parentNode has no properties' exception when i set ... containment: 'parent'. You can see both of these problems in the orginial html i posted. - Wayde - Original

Re: [jQuery] Looking for Interface.Sortables examples

2007-02-01 Thread Chris W. Parker
On Thursday, February 01, 2007 2:13 PM WG <> said: > No, I haven't heard from anyone regarding this ... OR the problems > with the onchange event not firing on the first re-ordering of > sortable elements. > > You have anything to add? Unfortunately no. :~( ___

Re: [jQuery] ANN: Brandon Aaron Joins learningjquery.com

2007-02-01 Thread Karl Swedberg
Yes, Rick, you're absolutely right about the need for beginner-level tutorials. I have a couple in the works, but my time the past month or so has been very limited. It doesn't look like it's going to get much better for another few months, but I'll try my best to keep them coming. If som

Re: [jQuery] Konqueror Issues

2007-02-01 Thread Andrew Mason
On Thursday February 1 2007 06:59:08 pm Jörn Zaefferer wrote: > Andrew Mason schrieb: > > Hello all, > > I was just wondering if the "Known Konqueror issues " are issues with > > konqueror (3.5.6?) or are issues with Jquery ? > > > > I am a fan of Konq and so which ever piece of software has the pr

Re: [jQuery] Jquery tinymce and dynamic loading to textarea

2007-02-01 Thread minh
You can set the mode in TinyMCE to do this: http://wiki.moxiecode.com/index.php/TinyMCE:Configuration/mode -- View this message in context: http://www.nabble.com/Jquery-tinymce-and-dynamic-loading-to-textarea-tf3153110.html#a8757499 Sent from the JQuery mailing list archive at Nabble.com. __

Re: [jQuery] Interface error 'clonedEl is not defined' with draggables

2007-02-01 Thread WG
I'm experiencing this same problem! It happens when I move a draggable outside of the sortable. - Wayde - Original Message From: Chris W. Parker <[EMAIL PROTECTED]> To: jQuery Discussion. Sent: Thursday, February 1, 2007 12:19:34 PM Subject: [jQuery] Interface error 'clonedEl is not de

Re: [jQuery] Looking for Interface.Sortables examples

2007-02-01 Thread WG
No, I haven't heard from anyone regarding this ... OR the problems with the onchange event not firing on the first re-ordering of sortable elements. You have anything to add? - Wayde - Original Message From: Chris W. Parker <[EMAIL PROTECTED]> To: jQuery Discussion. Sent: Thursday, Fe

[jQuery] Brief Outage

2007-02-01 Thread John Resig
Hi Everyone - It's kind of late now, but there was a brief outage of the jQuery server: http://forum.myriadnetwork.com/showthread.php?t=280 Everything should be back to normal - let me know if there are any problems. --John ___ jQuery mailing list dis

Re: [jQuery] ANN: Brandon Aaron Joins learningjquery.com

2007-02-01 Thread Rick Faircloth
Please include some newbie tutes! :o) I'm making use of jQuery in my web apps now, but have only barely scratched the surface and what I am doing is very simple. I could use some hand-holding during infancy! Besides, easy and quickly-gratifying simple tutes help bring more people into the jQu

Re: [jQuery] thickbox and forms.js

2007-02-01 Thread Mike Alsup
> HI, I am taking the thickbox plugin cody and using it to submit a > form but I am having trouble with it. Has anyone Successfully used > thickbox and the jquery forms plugin together. I am trying to make a > form that submits in the thickbox window and can return a result in > that same window.

Re: [jQuery] thickbox and forms.js

2007-02-01 Thread Alexandre Plennevaux
http://codylindley.com/thickboxforum/comments.php?DiscussionID=408/ Cheers, alex -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Tom Shafer Sent: jeudi 1 février 2007 20:59 To: discuss@jquery.com Subject: [jQuery] thickbox and forms.js HI, I am taking

Re: [jQuery] Adding to the browsers onclick?

2007-02-01 Thread Will
this list is amazing! Thank you all so much. All methods worked. Why oh why do I over complicate things? :) jQuery: Embrace Simplicity. ^ My new mantra. On 2/1/07, Brandon Aaron <[EMAIL PROTECTED]> wrote: Hmmm... Well lets simplify things instead. :) $(".musthave label") .bind('cl

Re: [jQuery] Looking for Interface.Sortables examples

2007-02-01 Thread Chris W. Parker
Wayde, Did you ever find anything regarding this? Chris. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of WG Sent: Wednesday, January 31, 2007 12:02 PM To: discuss@jquery.com Subject: [jQuery] Looking for Interface.Sortables examples Anyone got some g

Re: [jQuery] ANN: Brandon Aaron Joins learningjquery.com

2007-02-01 Thread Rey Bango
Woohoo!! I loved Brandon's articles on his blog so it will be way cool to see him posting on learningjquery.com This is very exciting. Rey Karl Swedberg wrote: > Hello dear friends, > > Just a quick note to announce that Brandon Aaron -- regular contributor > to this list, member of the jQuer

Re: [jQuery] ANN: Brandon Aaron Joins learningjquery.com

2007-02-01 Thread Andy Matthews
Hurray! The more tutes the better. _ From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Karl Swedberg Sent: Thursday, February 01, 2007 2:25 PM To: jQuery Discussion. Subject: [jQuery] ANN: Brandon Aaron Joins learningjquery.com Hello dear friends, Just a quick note to ann

Re: [jQuery] Adding to the browsers onclick?

2007-02-01 Thread Brandon Aaron
Hmmm... Well lets simplify things instead. :) $(".musthave label") .bind('click', function() { $(this).toggleClass('musthavechecked'); }); -- Brandon Aaron On 2/1/07, Will <[EMAIL PROTECTED]> wrote: > Thank you Brandon. A great idea but it didn't seem to do the trick. :( > > Wi

[jQuery] ANN: Brandon Aaron Joins learningjquery.com

2007-02-01 Thread Karl Swedberg
Hello dear friends, Just a quick note to announce that Brandon Aaron -- regular contributor to this list, member of the jQuery development team, and plugin author -- has agreed to join me in publishing tutorials on learningjquery.com. He will focus on intermediate- and advanced-level topi

Re: [jQuery] Adding to the browsers onclick?

2007-02-01 Thread Jörn Zaefferer
Will schrieb: > Thank you Brandon. A great idea but it didn't seem to do the trick. :( This is toggle's implemetantion: toggle: function() { // Save reference to arguments for access in closure var a = arguments; return this.click(function(e) { // Figure out which function t

[jQuery] Interface error 'clonedEl is not defined' with draggables

2007-02-01 Thread Chris W. Parker
Hello, I've noticed that the draggable+sortable demo on the Interface site doesn't work nearly as well as it used to. In the past I had no trouble dropping an item into a container but now it's very finicky on where it allows an item to be dropped and sometimes it doesn't remove the +/- icon even

Re: [jQuery] Adding to the browsers onclick?

2007-02-01 Thread Klaus Hartl
Will schrieb: > Thank you Brandon. A great idea but it didn't seem to do the trick. :( > > Will > > On 2/1/07, *Brandon Aaron* < [EMAIL PROTECTED] > > wrote: > > On 2/1/07, Brandon Aaron < [EMAIL PROTECTED] > > wrote: > > Try ad

Re: [jQuery] Adding to the browsers onclick?

2007-02-01 Thread Will
Thank you Brandon. A great idea but it didn't seem to do the trick. :( Will On 2/1/07, Brandon Aaron <[EMAIL PROTECTED]> wrote: On 2/1/07, Brandon Aaron <[EMAIL PROTECTED]> wrote: > Try adding return true; to both of the methods. I meant to include the code. :) $(".musthave label") .to

Re: [jQuery] jQuery for Wordpress

2007-02-01 Thread Karl Swedberg
I think I might switch to a different Visual Editor that has a true "CODE" view that doesn't parse the html. I am waiting for some of them to be updated for the 22.1 release. I don't even use the TinyMCE visual editor that they have. I just use the "quick keys." And they still manage to mess

[jQuery] thickbox and forms.js

2007-02-01 Thread Tom Shafer
HI, I am taking the thickbox plugin cody and using it to submit a form but I am having trouble with it. Has anyone Successfully used thickbox and the jquery forms plugin together. I am trying to make a form that submits in the thickbox window and can return a result in that same window. T

Re: [jQuery] Adding to the browsers onclick?

2007-02-01 Thread Brandon Aaron
On 2/1/07, Brandon Aaron <[EMAIL PROTECTED]> wrote: > Try adding return true; to both of the methods. I meant to include the code. :) $(".musthave label") .toggle(function(){ $(this).addClass("musthavechecked"); return true; },function(){ $(this).removeClass("musth

Re: [jQuery] Adding to the browsers onclick?

2007-02-01 Thread Brandon Aaron
Try adding return true; to both of the methods. -- Brandon Aaron On 2/1/07, Will <[EMAIL PROTECTED]> wrote: > I'm trying to replace labels with graphics. They're for check boxes and I > need the image background to change and stay changed on click. I have my > css all set and a little jQuery to

[jQuery] Adding to the browsers onclick?

2007-02-01 Thread Will
I'm trying to replace labels with graphics. They're for check boxes and I need the image background to change and stay changed on click. I have my css all set and a little jQuery toggle() makes it all very easy: $(".musthave label").toggle(function(){ $(this).addClass("musthave

Re: [jQuery] jQuery on WTF?

2007-02-01 Thread Klaus Hartl
digital spaghetti schrieb: > http://technorati.com/wtf/jquery/ > > I've added a blurb to Technorati's WTF? about jQuery. At the moment, > the top entry only has 12 blurbs - so jQuery people, please get on the > site and add your own to put it to the top. > > What is WTF? > > "Ever wonder why so

Re: [jQuery] Problem with [EMAIL PROTECTED]

2007-02-01 Thread Stéphane Nahmani
On 1 févr. 07, at 7:39, John Resig wrote: > or even more simply: > $(".res img:not([EMAIL PROTECTED])") Yes, this is the solution. Thanks for the help & explanations. All this power does come at the price of needing to know exactly what one is doing! I hope that by the end of the project i'm

Re: [jQuery] working and xml doc or converting to json

2007-02-01 Thread Jörn Zaefferer
Dave Methvin schrieb: > > >> I wonder, how do we know if it is XML snippet we >> are working on or just an HTML snippet? >> > > I was thinking the same thing. Probably involves duck typing... > Firebug displays a "ownerDocument" for all DOM elements. If that is provided by all browser

Re: [jQuery] strange behavior of Safari

2007-02-01 Thread Dmitry Rudakov
Karl Swedberg-2 wrote: > > Here is a rather lengthy explanation of the situation on the Surfin' > Safari blog: > http://webkit.org/blog/?p=66 > > If that doesn't help, you can search Google for: >safari "flash of unstyled content" > or: >safari fouc > Karl, thank you for direction o

Re: [jQuery] end()

2007-02-01 Thread Jörn Zaefferer
Klaus Hartl schrieb: > [...] > Here the original object is not modified, but in the chain it still is > when the next filter comes into play. > I can't see a bug there. > The best thing would be to use: > > $('a').parents('li').find('div, p:eq(0)').toggle(); > > Does that work? > That should

Re: [jQuery] Stopping Page Interactivity v1.1.1 / BlockUI magic?

2007-02-01 Thread Jörn Zaefferer
Klaus Hartl schrieb: > Brice Burgess schrieb: > >> Karl Rudd wrote: >> >>> The $() you have at the moment just binds to the document. You >>> probably want $('*'), which selects all elements on the page. >>> >>> Karl Rudd >>> >> That makes more sense... although would it be wise to d

[jQuery] jQuery on WTF?

2007-02-01 Thread digital spaghetti
http://technorati.com/wtf/jquery/ I've added a blurb to Technorati's WTF? about jQuery. At the moment, the top entry only has 12 blurbs - so jQuery people, please get on the site and add your own to put it to the top. What is WTF? "Ever wonder why something is so popular? Why are the hot to

Re: [jQuery] Docs Wigdet

2007-02-01 Thread Klaus Hartl
Yehuda Katz schrieb: > If you guys really want something like this, it would be pretty trivial > to create. How interested is everyone? I really want :-) -- Klaus ___ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/

Re: [jQuery] jQuery for Wordpress

2007-02-01 Thread Glen Lipka
Ive been trying to use the plugin on my blog. Just upgraded to 2.1 You might consider combining it with "Script" plugin to kill two birds with one stone. This article was helpful: http://codex.wordpress.org/Using_Javascript I think I might switch to a different Visual Editor that has a true "CO

Re: [jQuery] Docs Wigdet

2007-02-01 Thread Joan Piedra
That's looks really cool, I'd definitely use it. Hey Yahuda, you could use Yahoo Widgets [1], they work in windows and mac http://widgets.yahoo.com/ On 2/1/07, Yehuda Katz <[EMAIL PROTECTED]> wrote: If you guys really want something like this, it would be pretty trivial to create. How interes

Re: [jQuery] working and xml doc or converting to json

2007-02-01 Thread Klaus Hartl
Dave Methvin schrieb: >> duck typing? > > Google is faster than the reply button... > http://en.wikipedia.org/wiki/Duck_typing > > We'd want to find some property that XML/HTML does or does not have that > would make it easy to decide whether to apply the "class" => "className" > transformations

Re: [jQuery] How to skin a table

2007-02-01 Thread Rob O'Rourke
weide wrote: > I use asp.net's DataGrid to show data. And I want to use as > http://icant.co.uk/csstablegallery/index.php . > > So I need to change like this: > > > NameAge > 12 > 12 > > > > > NameAge > > > 12 > 12 > > > > The code is like this: > $("table#DataGridResult").children().find('

Re: [jQuery] Embedding jQuery in a Greasemonkey script

2007-02-01 Thread Joan Piedra
Hey, actually it was just an example on how to use (embed is not the right term, thx for that) jquery in greasemonkey. If it's a local GM script, you could just change the jQuery url within your localhost, but well, i don't think this would work with everyone. I'll take a look at how to really e

Re: [jQuery] How to skin a table

2007-02-01 Thread Dave Methvin
> > NameAge > 12 > 12 > > > The code is like this: > $("table#DataGridResult").children().find('tr:eq(0)').wrap("" ); Take a look at the HTML of the original table using Firebug. Firefox adds a TBODY for you. The first TR is inside the TBODY. This should work: $("").append($("#DataGridResult

Re: [jQuery] Docs Wigdet

2007-02-01 Thread Alexandre Plennevaux
if it works on PC, i'd definitely use it! _ From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Yehuda Katz Sent: jeudi 1 février 2007 17:47 To: jQuery Discussion. Subject: Re: [jQuery] Docs Wigdet If you guys really want something like this, it would be pretty trivial to cr

Re: [jQuery] Docs Wigdet

2007-02-01 Thread Yehuda Katz
If you guys really want something like this, it would be pretty trivial to create. How interested is everyone? -- Yehuda On 2/1/07, Klaus Hartl <[EMAIL PROTECTED]> wrote: Alexandre Plennevaux schrieb: > In fact as a firefox search engine plugin it would be great I think somebody has already c

Re: [jQuery] Dylan Verheul's Autocomplete Mod...

2007-02-01 Thread Dan G. Switzer, II
Sean, Here's Dylan's post where documents the settings. I didn't really change the functionality of any of those settings, so hopefully this will help you out: http://www.nabble.com/Autocompleter-documentation-tf2201442.html#a6095249 What's your current configuration code look like? What brows

[jQuery] How to skin a table

2007-02-01 Thread weide
I use asp.net's DataGrid to show data. And I want to use as http://icant.co.uk/csstablegallery/index.php . So I need to change like this: NameAge 12 12 NameAge 12 12 The code is like this: $("table#DataGridResult").children().find('tr:eq(0)').wrap(""); but in firefox the result is this

Re: [jQuery] Dylan Verheul's Autocomplete Mod...

2007-02-01 Thread Sean O
Hi Dan, Great work on this plugin mod. I've got it integrated into a Sales Order application I've developed. However, I'm still having a few quirks such as the autocomplete only showing matches when the {minChars} # of characters is input. Any more or less, and it disappears. I think I've no

Re: [jQuery] Ajax get And Thickbox, problem accessing value

2007-02-01 Thread Vincent Majer
thanks for the answer ! i'll test it right now Mike Alsup a écrit : >> when i first click on the radio button, i've got the blockui box, with >> content ok.. but if i enter wrong code, close the blockui box, and retry >> another code, the content of the box changed.. to undefined ! i can't >> und

Re: [jQuery] Ajax get And Thickbox, problem accessing value

2007-02-01 Thread Mike Alsup
> when i first click on the radio button, i've got the blockui box, with > content ok.. but if i enter wrong code, close the blockui box, and retry > another code, the content of the box changed.. to undefined ! i can't > understand why.. That's a subtle thing about blockUI. Each time you invoke

Re: [jQuery] end()

2007-02-01 Thread Klaus Hartl
John Resig schrieb: > Can you post your full code? The major change was the destructive > methods in jQuery are no longer destructive - meaning that you may not > need .end() anymore. > > --John Hey John, in that case my understanding of that topic is also not correct or it is a bug. The foll

Re: [jQuery] Ajax get And Thickbox, problem accessing value

2007-02-01 Thread Vincent Majer
because it's sometimes hard to find the syntax for some jquery things.. i couldn't make my radio buttons checked while using the $.("#opt_pkg_other_promo1") and i didn't want to ask for such a simple thing.. which works well with simple javascript.. But if u know the answer, i'll take it..

Re: [jQuery] strange behavior of Safari

2007-02-01 Thread Mike Holloway
Yeah, I remember having some problems with Safari FOUC before, but that was due to https and a timeout bug they had (which I still don't believe has been fixed to this day even though they say that it has been) Karl Swedberg-2 wrote: > > On Feb 1, 2007, at 4:30 AM, Mike Holloway wrote: >> >> Ch

Re: [jQuery] Really Ugly?

2007-02-01 Thread Geoffrey Knutzen
I am kicking off a new project today and I am going back to HTML 4 strict as well. Note that Yahoo is HTML 4 strict for IE 7 & FF, but not for IE 6 -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Brandon Aaron Sent: Thursday, February 01, 2007 5:26 AM To:

Re: [jQuery] strange behavior of Safari

2007-02-01 Thread Karl Swedberg
On Feb 1, 2007, at 4:30 AM, Mike Holloway wrote: Check this out.. http://www.bluerobot.com/web/css/fouc.asp/ The FOUC issue they refer to there relates to Internet Explorer. The Safari FOUC problem is not solved by the methods they suggest. I did read somewhere that the FOUC issue has been

Re: [jQuery] working and xml doc or converting to json

2007-02-01 Thread Dave Methvin
> duck typing? Google is faster than the reply button... http://en.wikipedia.org/wiki/Duck_typing We'd want to find some property that XML/HTML does or does not have that would make it easy to decide whether to apply the "class" => "className" transformations. You can't use something elegant lik

Re: [jQuery] Docs Wigdet

2007-02-01 Thread Klaus Hartl
Alexandre Plennevaux schrieb: > In fact as a firefox search engine plugin it would be great I think somebody has already created one. That's still far away from a beautifully designed Mac Dashboard Widget... -- Klaus ___ jQuery mailing list discuss@

Re: [jQuery] working and xml doc or converting to json

2007-02-01 Thread Benjamin Sterling
duck typing? -- Benjamin Sterling http://www.KenzoMedia.com http://www.KenzoHosting.com ___ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/

Re: [jQuery] Ajax get And Thickbox, problem accessing value

2007-02-01 Thread Alexandre Plennevaux
Glad you made it work! Why don't u use consistent jquery syntax throughout your script? document.getElementById ?? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of vince Sent: jeudi 1 février 2007 14:55 To: discuss@jquery.com Subject: Re: [jQuery] Ajax

Re: [jQuery] working and xml doc or converting to json

2007-02-01 Thread Dave Methvin
> I wonder, how do we know if it is XML snippet we > are working on or just an HTML snippet? I was thinking the same thing. Probably involves duck typing... ___ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/

Re: [jQuery] working and xml doc or converting to json

2007-02-01 Thread Benjamin Sterling
In my instance, I am using: $.ajax({ url: 'common/txt/text.xml', dataType: 'xml', success: function(){$.log(doc = arguments[0]);} }); So, if the dataType is set to 'xml', it should probably ignore the fixes. But personally I

Re: [jQuery] working and xml doc or converting to json

2007-02-01 Thread Brandon Aaron
I wonder, how do we know if it is XML snippet we are working on or just an HTML snippet? -- Brandon Aaron On 1/31/07, Jörn Zaefferer <[EMAIL PROTECTED]> wrote: > Benjamin Sterling schrieb: > > This tells me that it is pulling the right things (I assume) but when > > I add: > > $.log($('[EMAIL

Re: [jQuery] Really Ugly?

2007-02-01 Thread Christof Donat
Hi, > Steve, on the other hand, even if you use the standard methods to create > elements, you will not get content and structure separated of course. Yes of course. If that is the goal, use load() to get some template-content or clone it from the page and fill it with your dynamic data: $('#sh

Re: [jQuery] Really Ugly?

2007-02-01 Thread Joel Birch
On 02/02/2007, at 12:26 AM, Brandon Aaron wrote: > On 2/1/07, Klaus Hartl <[EMAIL PROTECTED]> wrote: >> With IE 7 not supporting true XHTML I consider XHTML pretty dead >> for at >> least the next few years. And have started to switch back to HTML >> 4 Strict. > > Same here actually. Each new

Re: [jQuery] Docs Wigdet

2007-02-01 Thread Alexandre Plennevaux
In fact as a firefox search engine plugin it would be great -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Klaus Hartl Sent: jeudi 1 février 2007 14:08 To: jQuery Discussion. Subject: [jQuery] Docs Wigdet We need that for jQuery!!! http://www.bartelme.

Re: [jQuery] Really Ugly?

2007-02-01 Thread Karl Swedberg
Thanks, everyone, for the excellent responses to my question. I knew I could count on this group to provide well informed, well reasoned advice. To be fair to the commenter, he did mention one of the DOM creation plugins (I just didn't include that part of the comment in the original post

[jQuery] creating new class on the fly

2007-02-01 Thread Markus Döbele
Hello jquery users, I am new to jquery and have the following problem: I want to create a new block on the fly. The customers should be able to drag new items to an area and be able to move them back from there to delete them. Its working in one way. They get displayed in the basket but they are

Re: [jQuery] working and xml doc or converting to json

2007-02-01 Thread Sam Collett
On 01/02/07, Mike Alsup <[EMAIL PROTECTED]> wrote: > > file where one of the elements attributes is "for," which in my case will > > help the end user know what the 'txt' attr is for in the design/flow of the > > site and the naming convention was totally arbitrary. So, in my instance, > > when I

Re: [jQuery] Ajax get And Thickbox, problem accessing value

2007-02-01 Thread vince
thanks, no problem with blockUI.. here is the working script : var codepromo_save; $(document).ready(function(){ document.getElementById("opt_pkg_other_promo1").checked = true; $("[EMAIL PROTECTED]'opt_pkg_other_promo2']").after("");

Re: [jQuery] Really Ugly?

2007-02-01 Thread Brandon Aaron
On 2/1/07, Klaus Hartl <[EMAIL PROTECTED]> wrote: > With IE 7 not supporting true XHTML I consider XHTML pretty dead for at > least the next few years. And have started to switch back to HTML 4 Strict. Same here actually. Each new site I've been doing recently is all HTML 4 Strict. -- Brandon Aar

[jQuery] Docs Wigdet

2007-02-01 Thread Klaus Hartl
We need that for jQuery!!! http://www.bartelme.at/journal/archive/prototype_reference_widget/ Funny thing: I found the following in their sidebar (about Visual jQuery): "A visual documentation of the jQuery JavaScript library. Would be nice to have something similar for Prototype too." -- K

Re: [jQuery] Really Ugly?

2007-02-01 Thread Christof Donat
Hi, > Hence 7 lines instead of 4. Nope. Without a DOM-builder plugin I would write this > >> $('#show-alert').click(function() { > >> var oDIV = document.createElement('div'); > >> oDiv.className = 'quick-alert'; > >> oText = document.createTextNode("Alert! Watch me before it's too late!"); > >

Re: [jQuery] jQuery for Wordpress

2007-02-01 Thread Andreas Wahlin
I have no idea :/ I'm pretty new to blogging and such stuff in general, all I know is that at a few times, I might want to share some insights into jQuery and other HTML-related stuff and I want an easy way to do it :) but thanks so far for the stuff here. andreas On Jan 31, 2007, at 23:09 ,

Re: [jQuery] working and xml doc or converting to json

2007-02-01 Thread Mike Alsup
> file where one of the elements attributes is "for," which in my case will > help the end user know what the 'txt' attr is for in the design/flow of the > site and the naming convention was totally arbitrary. So, in my instance, > when I call .attr('for') i get 'undefined', but if I change the at

Re: [jQuery] Ajax get And Thickbox, problem accessing value

2007-02-01 Thread vince
no, i didn't try, but maybe, it'll be a better way to do it i'll take a look right now, thanks for the tip ! Alexandre Plennevaux-2 wrote: > > Did you try blockUI ? > > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On > Behalf Of vince > Sent: jeudi 1 février

Re: [jQuery] Konqueror Issues

2007-02-01 Thread Klaus Hartl
Klaus Hartl schrieb: > Andrew Mason schrieb: >> Hello all, >> I was just wondering if the "Known Konqueror issues " are issues with >> konqueror (3.5.6?) or are issues with Jquery ? >> >> I am a fan of Konq and so which ever piece of software has the problems i'd >> like to help resolve it , ju

Re: [jQuery] Ajax get And Thickbox, problem accessing value

2007-02-01 Thread Alexandre Plennevaux
Did you try blockUI ? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of vince Sent: jeudi 1 février 2007 11:19 To: discuss@jquery.com Subject: Re: [jQuery] Ajax get And Thickbox, problem accessing value nobody puts inputs in a thickbox and needs to access

Re: [jQuery] Ajax get And Thickbox, problem accessing value

2007-02-01 Thread vince
nobody puts inputs in a thickbox and needs to access his value ?? my script works well when i comment the line : TB_show('Verification du code promo', '#TB_inline?height=120&width=220&inlineId=codepromo', null); but whithout thickbox, it's not pretty.. ? vince wrote: > > Hi, > > I'm trying

Re: [jQuery] Stopping Page Interactivity v1.1.1 / BlockUI magic?

2007-02-01 Thread Klaus Hartl
Brice Burgess schrieb: > Karl Rudd wrote: >> The $() you have at the moment just binds to the document. You >> probably want $('*'), which selects all elements on the page. >> >> Karl Rudd > That makes more sense... although would it be wise to do (efficient-wise > that is?). It seems that on a la

Re: [jQuery] strange behavior of Safari

2007-02-01 Thread Mike Holloway
Check this out.. http://www.bluerobot.com/web/css/fouc.asp/ Dmitry Rudakov wrote: > > I'll try to describe it with my poor English... > > When Safari starts loading a page... > It looks like page has no CSS at all and it appears in default markup > (just a long list of DIVs) > then Safari "dis

Re: [jQuery] Really Ugly?

2007-02-01 Thread Klaus Hartl
Klaus Hartl schrieb: >> Just wanted to clear that up. > > Thanks Brandon, yeah, that quote is quite old... Old in terms of jQuery age :-) -- Klaus ___ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/

Re: [jQuery] Konqueror Issues

2007-02-01 Thread Klaus Hartl
Andrew Mason schrieb: > Hello all, > I was just wondering if the "Known Konqueror issues " are issues with > konqueror (3.5.6?) or are issues with Jquery ? > > I am a fan of Konq and so which ever piece of software has the problems i'd > like to help resolve it , just need to find out what the

Re: [jQuery] Really Ugly?

2007-02-01 Thread Klaus Hartl
Joel Birch schrieb: > On 01/02/2007, at 1:48 PM, John Resig wrote: >> innerHTML works just fine on XHTML pages - jQuery.com is XHTML. > > Ah yes, I meant XHTML served as XML not text/html. Are you saying > that innerHTML works even when served as an application of XML? If > so, I stand gratefu

Re: [jQuery] Konqueror Issues

2007-02-01 Thread Jörn Zaefferer
Andrew Mason schrieb: > Hello all, > I was just wondering if the "Known Konqueror issues " are issues with > konqueror (3.5.6?) or are issues with Jquery ? > > I am a fan of Konq and so which ever piece of software has the problems i'd > like to help resolve it , just need to find out what the

[jQuery] iFrame manual reload required in Firefox

2007-02-01 Thread Alexandre Plennevaux
Sorry for the repost, but i did not have any feedback. Can you please have a look at this request? I think it's a possible bug in jquery --- hello, i'm trying to help someone on the thickbox forum, but the issue he encounters seems really weird to me, and happens only with firefox. here i

Re: [jQuery] Really Ugly?

2007-02-01 Thread Klaus Hartl
Stephen Woodbridge schrieb: > Karl, > > I think this the argument about separation of content and structure. > Like the MVC concepts it is "bad" practice mix you content and > structure. Hence 7 lines instead of 4. > > Personally, I don't like it conceptually either, but it is very > convenien

Re: [jQuery] Really Ugly?

2007-02-01 Thread Klaus Hartl
Brandon Aaron schrieb: > On 1/31/07, Rey Bango <[EMAIL PROTECTED]> wrote: >> [...] And I think also select (but I'm not sure >> anymore, because I cannot find anything in the docs). > > It is read-only for select elements too. > >> Most relevant here are table and select elements I guess. Populat

Re: [jQuery] Really Ugly?

2007-02-01 Thread Joel Birch
On 01/02/2007, at 6:56 PM, Klaus Hartl wrote: > Joel, I couldn't have said it better. You read my mind. > > -- Klaus That might be because I most likely learnt all of that from you at some stage. Thanks Klaus. ___ jQuery mailing list discuss@jquery.co

  1   2   >