Re: [jQuery] selector question

2007-02-05 Thread Klaus Hartl
Karl Swedberg schrieb: On Feb 4, 2007, at 8:47 PM, Ⓙⓐⓚⓔ wrote: the great thing about dt and dd, is that they come in pairs! Well, not always. There can be multiple dd elements for each dt. Well, the other way round is also possible. Multiple dts with one dd. -- Klaus

Re: [jQuery] Draggable

2007-02-05 Thread Andronicus Riyono
On 2/2/07, Markus Döbele [EMAIL PROTECTED] wrote: Hy jquery users, ... I have another problem now. I want to create a trash bin. When I drag an item in there and this draggable is set as revert its position still gets reverted and then its deleted. I would like to it gets reverted only when

Re: [jQuery] thickbox improvements

2007-02-05 Thread Dan Atkinson
Did you do a search on thickbox before you posted this?! This has been mentioned on the mailing list before, and now thickbox development has been moved to the SVN, with the first step being its refactoring. Alexandre Plennevaux-2 wrote: Some nice hacks have been proposed on the thickbox

Re: [jQuery] thickbox improvements

2007-02-05 Thread Klaus Hartl
Alexandre Plennevaux schrieb: Some nice hacks have been proposed on the thickbox forum recently. If you are interested (maybe some interest for jqModal and other modal window scripts) - work with proportional width and height; - remove the browser scrollbars without having the page

Re: [jQuery] Pending Release: jAssistant, a pop-out, tabbed, dialog window for jQuery

2007-02-05 Thread Ken Saggy
I'm getting an error on IE7 , WinXP SP2 Line: 2378 Char: 358 Error: Expected identifier, string or number Other than that looks very nice! Good luck with that! ;-) On 2/5/07, Lquid [EMAIL PROTECTED] wrote: preI am working on my first jQuery Plugin, jAssistant. It is an floating pane like

Re: [jQuery] history/remote question

2007-02-05 Thread Klaus Hartl
Vaska schrieb: As I understand you want to send requests like this to the sever via Ajax: /index.php?hash=/project/things/ You could do that by simply using these links: a class=remote href=/index.php?hash=/project/things/Link/a plus remote plugin: $('a.remote').remote('#output');

Re: [jQuery] Inline editing-double entry in database

2007-02-05 Thread Mika Tuupola
On 5 Feb 2007, at 09:01, Vikrant Azad wrote: I am not a pro with programming so I would be able to grasp only little form what you say till you write in very explicit words. So the best option is to provide a url. Here is the url

Re: [jQuery] history/remote question

2007-02-05 Thread Klaus Hartl
Vaska schrieb: With a very small change in the source code and the use of an undocumented function ( history(); ) in Klaus' script, I am able to have custom #hash values as they are represented in my href and use my own call to Ajax...the history mechanism seems to work perfectly... I

[jQuery] ('#id').prepend() slow on IE6 in large tables

2007-02-05 Thread halfer
Hello all, new poster to the list here (resending via Nabble after subscribing!). I am using jQuery 1.1.1 to load table data via an AJAX op into a page, and am running into some performance issues, especially with IE6. I have read here and elsewhere that IE presents some speed issues with DOM

Re: [jQuery] history/remote question

2007-02-05 Thread Klaus Hartl
Vikrant Azad schrieb: Hi Klaus Thanks for all the great work you are doing on this forum especially, besides ofcourse with the plugins (Tab plugin I am really impressed with) and now that you have joined the jquery team I see more goodies coming. I am also trying to do someting like this.

[jQuery] Securing AJAX/PHP against direct calls?

2007-02-05 Thread Arne-Kolja Bachstein
Hi there, do you have any ideas how I could secure my php files against direct calls of the functions an ajax script calls? For example if I let my AJAX script send a request to foo.php and foo.php returns a line of code the AJAX script usually writes onto my site, how can I avoid that these

Re: [jQuery] Securing AJAX/PHP against direct calls?

2007-02-05 Thread halfer
Arne-Kolja Bachstein-2 wrote: do you have any ideas how I could secure my php files against direct calls of the functions an ajax script calls? For example if I let my AJAX script send a request to foo.php and foo.php returns a line of code the AJAX script usually writes onto my site, how

Re: [jQuery] Securing AJAX/PHP against direct calls?

2007-02-05 Thread Arne-Kolja Bachstein
halfer wrote: Checking the referrer in the HTTP header is about as much as you can do, although of course this can be faked by individual users. This approach will prevent other sites using your AJAX service however, as they would be unlikely to be able to fake the referrer provided by their

Re: [jQuery] Pending Release: jAssistant, a pop-out, tabbed, dialog window for jQuery

2007-02-05 Thread Lquid
It does! In the settings hash add this: start: center, limodou wrote: If jAssistant can have an option center, so the window could be displayed in center. -- I like python! UliPad The Python Editor: http://wiki.woodpecker.org.cn/moin/UliPad My Blog: http://www.donews.net/limodou

Re: [jQuery] Pending Release: jAssistant, a pop-out, tabbed, dialog window for jQuery

2007-02-05 Thread Lquid
Thanks, I'm getting the dragable constrained to the current window size and im also working on a shadow to drag not the whole window. -Lquid Alexandre Plennevaux-2 wrote: I think it is a very promising release, it looks good at least; You could improve the way it feels with this 2

Re: [jQuery] Pending Release: jAssistant, a pop-out, tabbed, dialog window for jQuery

2007-02-05 Thread Lquid
Its High ASCII Packed with Dean Edwards Packer. -Lquid Ⓙⓐⓚⓔ wrote: and safari got a very strange version of jquery! beyond packed, with lots of 8 bit characters... I've not seen that before! On 2/4/07, Ⓙⓐⓚⓔ [EMAIL PROTECTED] wrote: you also have at least one trailing comma inside an

Re: [jQuery] Pending Release: jAssistant, a pop-out, tabbed, dialog window for jQuery

2007-02-05 Thread limodou
On 2/5/07, Lquid [EMAIL PROTECTED] wrote: It does! In the settings hash add this: start: center, Ok. I see it. Thanks. -- I like python! UliPad The Python Editor: http://wiki.woodpecker.org.cn/moin/UliPad My Blog: http://www.donews.net/limodou

Re: [jQuery] Securing AJAX/PHP against direct calls?

2007-02-05 Thread Kolman Nándor
I suggest you read this article: http://www.thesamet.com/blog/2007/01/16/prepare-for-attack%e2%80%94making-your-web-applications-more-secure/ It is about web security especially XSRF section. It states there that some of the browsers does not send the referer header. Nandi -Original

[jQuery] Is jQuery that dawn slow?

2007-02-05 Thread Florian Fackler
Hi, Just saw a benchmark with jQuery, Dojo and YUI.ext. jQuery was the slowest framework of every test. I'm using jQuery a few months ago and always was happy with it - so don't missunderstand me :) Here are the test results:

Re: [jQuery] Securing AJAX/PHP against direct calls?

2007-02-05 Thread Dylan Verheul
On 2/5/07, Arne-Kolja Bachstein [EMAIL PROTECTED] wrote: but is the referrer still correct when sending it via js? is the referrer the javascript file itself then or the web page it is accessing? You should really, really install Firebug. I know this sounds like an obnoxious remark that was

Re: [jQuery] tablesorter: numbers with commas

2007-02-05 Thread justin kelly
Hi All, if anyone else is interested in a similar tablesorter extension - heres the code #code## $.tableSorter.parsers.englishNumber = { id: 'englishNumber', is: function(s) { return s.match(/^\d{1,3}(\,\d{1,3})+(\.\d{2})?\s*$/); }, format:

Re: [jQuery] image preloading

2007-02-05 Thread PragueExpat
Using the method below to preload images, I have a simple question: The same variable (in this case 'img') is being used for all preloaded images. Img.src is used to tell the browser to make a call to the server to fetch the image What if the connection to the server is slow (or the image is

Re: [jQuery] Securing AJAX/PHP against direct calls?

2007-02-05 Thread halfer
Nandi: I didn't know that, thanks for the info. Yes, a quickly expiring hash would be a very good protection against this. arne: The referrer is correct, and is the page that calls it, not the JS file itself. Get Firefox + Firebug to see this in action on your favourite AJAX-powered site -

Re: [jQuery] Securing AJAX/PHP against direct calls?

2007-02-05 Thread Matt Stith
Yeah, theres no real way to stop ajax requests from being send, as its very easy to get all of the information sent, and spoof anything that is verified. On 2/5/07, halfer [EMAIL PROTECTED] wrote: Nandi: I didn't know that, thanks for the info. Yes, a quickly expiring hash would be a very

Re: [jQuery] Embedding Flash -- Troubles with jQuery.ready() SWFObject?

2007-02-05 Thread Sam Collett
On 04/02/07, Brice Burgess [EMAIL PROTECTED] wrote: I am trying to embed flowplayer; http://flowplayer.sourceforge.net/ For some reason I cannot access an embedded SWFObject within a $().ready function. FF errors out with invalid access to a NPObject, or that the setConf method is not found?

Re: [jQuery] Is jQuery that dawn slow?

2007-02-05 Thread Matt Stith
I think theres something wrong with those results :-\ Check this out: http://john.jquery.com/speed/ On 2/5/07, Florian Fackler [EMAIL PROTECTED] wrote: Hi, Just saw a benchmark with jQuery, Dojo and YUI.ext. jQuery was the slowest framework of every test. I'm using jQuery a few months ago

Re: [jQuery] Embedding jQuery in a Greasemonkey script

2007-02-05 Thread Nicolas Hoizey
Nicolas emailed me, and I felt it was somewhat my duty/ responsibility to get jQuery to work in greasemonkey again, so here it is! jQuery 1.1.1 -- http://userscripts.org/scripts/show/7373 It works so well, thank you a lot! Could you just explain here what you did, so that everyone can

Re: [jQuery] 3oh scroller by youngpup

2007-02-05 Thread Andy Matthews
I know...totally old school. But I don't think he just wants toe scrollbar...he's probably also looking for the bookmarks and the triangle that also adjust it's position on the scrollbar. _ From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Sam Sherlock Sent: Saturday,

Re: [jQuery] Plugin Code Review: jdMenu

2007-02-05 Thread Jason Levine
I'm at work now and was able to compare my customizations to the normal JDMenu code. Here are the changes I made. First of all, after: var x = 0, y = 0; var li = $(ul).parent(); I added this line: var liTop = li.offset().top; I also changed

Re: [jQuery] Pending Release: jAssistant, a pop-out, tabbed, dialog window for jQuery

2007-02-05 Thread Andy Matthews
FYI, this doesn't work in IE7. I get a js error right off the bat as the page is loading. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Lquid Sent: Sunday, February 04, 2007 11:05 PM To: discuss@jquery.com Subject: [jQuery] Pending Release: jAssistant,

Re: [jQuery] 3oh scroller by youngpup

2007-02-05 Thread Alexandre Plennevaux
exactly. The code dates at a time when few people were doing dhtml (the buzz word of the time ) . Yet i find its usability very good. so old code, but a lot of nice thinking behind in terms of UI, and at the end of the day, usability is what makes a product successful . .. and the code may be

Re: [jQuery] 3oh scroller by youngpup

2007-02-05 Thread Sam Sherlock
thats whats so aspiring about youngpups work - the level of detail. Aaron Boodman - is Einstein, Da Vinci Houdini all in one fore the web I still say that all that could be replicated - just requires a degree of TFE (time + effort + energy) its more TFE than I have right now. - S On

Re: [jQuery] ('#id').prepend() slow on IE6 in large tables

2007-02-05 Thread Dave Methvin
Do you have a sample page? There are several other ways to build the table, but it would be good to make sure the problem you think you're seeing is really the problem you have. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of halfer Sent: Monday,

Re: [jQuery] 3oh scroller by youngpup

2007-02-05 Thread Andy Matthews
i was a big fan of his drop down menu system. It was very streamlined _ From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Sam Sherlock Sent: Monday, February 05, 2007 8:08 AM To: jQuery Discussion. Subject: Re: [jQuery] 3oh scroller by youngpup thats whats so aspiring

Re: [jQuery] 3oh scroller by youngpup

2007-02-05 Thread Sam Sherlock
old skool dhtml but made with the user in mind. Good code is good code. http://webapp.youngpup.net/ - I am still amazed by this. I dabbled with dojo for a while but found it far n away too complicated; and before I made any real head way I found jquery. On 05/02/07, Alexandre Plennevaux

Re: [jQuery] 3oh scroller by youngpup

2007-02-05 Thread Sam Collett
On 03/02/07, Sam Sherlock [EMAIL PROTECTED] wrote: thats a blast from the past. try this http://interface.eyecon.ro/demos/scrollbar.html The only problem with the interface one is that you cannot use the mousewheel to scroll. On 03/02/07, Alexandre Plennevaux [EMAIL PROTECTED] wrote:

[jQuery] KICK-BUTT javascript based Zoom feature

2007-02-05 Thread Andy Matthews
http://tinyurl.com/yubt54 Andy Matthews Senior Coldfusion Developer Office: 877.707.5467 x747 Direct: 615.627.9747 Fax: 615.467.6249 [EMAIL PROTECTED] www.dealerskins.com http://www.dealerskins.com/ dealerskinslogo.bmp Description: Windows bitmap

Re: [jQuery] 3oh scroller by youngpup

2007-02-05 Thread Sam Sherlock
ypSlideOutMenus - I saw these all over the web. not forgetting soopaPopUp and soopaRollovers nice simple effective On 05/02/07, Andy Matthews [EMAIL PROTECTED] wrote: i was a big fan of his drop down menu system. It was very streamlined -- *From:* [EMAIL

Re: [jQuery] KICK-BUTT javascript based Zoom feature

2007-02-05 Thread Alexandre Plennevaux
nice, never saw a shoe that close :) _ From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Andy Matthews Sent: lundi 5 février 2007 15:25 To: [jQuery] Subject: [jQuery] KICK-BUTT javascript based Zoom feature HYPERLINK http://tinyurl.com/yubt54http://tinyurl.com/yubt54

Re: [jQuery] KICK-BUTT javascript based Zoom feature

2007-02-05 Thread Dylan Verheul
On 2/5/07, Andy Matthews [EMAIL PROTECTED] wrote: http://tinyurl.com/yubt54_spamlink Spam ___ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/

Re: [jQuery] Is jQuery that dawn slow?

2007-02-05 Thread Rey Bango
Hi Florian, First, just to clarify, that was a test done specifically on the DOM querying engine of the libraries and its not a framework comparison. There are some areas that DomQuery did really outperform jQuery. There's no denying that and John actually replied to Jack Slocum when DomQuery

Re: [jQuery] KICK-BUTT javascript based Zoom feature

2007-02-05 Thread Alexandre Plennevaux
Ahem... Right, it's made with prototype. :( -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Dylan Verheul Sent: lundi 5 février 2007 15:45 To: jQuery Discussion. Subject: Re: [jQuery] KICK-BUTT javascript based Zoom feature On 2/5/07, Andy Matthews

Re: [jQuery] KICK-BUTT javascript based Zoom feature

2007-02-05 Thread Matt Stith
Really all that is is a image of a grid that stays aligned with the mouse, and a higher resolution image that scrolls depending on the mouse position. It doesnt even use jQuery. Im going to call this one as a lame attempt at spamming this mailing list. On 2/5/07, Andy Matthews [EMAIL PROTECTED]

Re: [jQuery] KICK-BUTT javascript based Zoom feature

2007-02-05 Thread Rey Bango
No. I know Andy personally and he's *not* a spammer. He's pointing to a specific feature on a website and from what I would gather hoping to inspire someone to build a jQuery version. Rey... jQuery Project Team Dylan Verheul wrote: On 2/5/07, Andy Matthews [EMAIL PROTECTED] wrote:

Re: [jQuery] KICK-BUTT javascript based Zoom feature

2007-02-05 Thread Andy Matthews
Take off the words _spamlink to see the correct URL. Or click this link: http://www.endless.com/dp/B000GD8RRO/ref=sr_1-1/?colors=size=20dept=24199 3011node=241993011nodes=241993011brands=keywords=Skechers%20Collection%2 0Men'ssort=relevancerankonsale=0newarrivals=0sizes=widths=userID=12345

Re: [jQuery] KICK-BUTT javascript based Zoom feature

2007-02-05 Thread Andy Matthews
Spamming? I'm not spamming the list. I just found something that's really cool and wanted to show you guys. I have nothing do with that site. _ From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Matt Stith Sent: Monday, February 05, 2007 8:53 AM To: jQuery Discussion.

Re: [jQuery] KICK-BUTT javascript based Zoom feature

2007-02-05 Thread Rey Bango
Sorry Matt but you're incorrect. As I mentioned to Dylan, I know Andy personally and he's *not* a spammer. In fact, he's a frequent contributor to the list and I would venture to say that he was looking for some type of feedback on how to build something like that using jQuery. How about offer

Re: [jQuery] KICK-BUTT javascript based Zoom feature

2007-02-05 Thread Rick Faircloth
Wow! Now that is one of the best implementations I have seen! Quick, responsive, and oh, so easy to use! I definitely need that in jQuery! I have a client I'm building a site for right now that could use that! Rick From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Andy

Re: [jQuery] Is jQuery that dawn slow?

2007-02-05 Thread Krzysztof FF
Hi, It seems that each developer can prove his results are the best. I've just compared the following sites: http://john.jquery.com/speed/ http://john.jquery.com/speed/ (comparing jQold and jQuery as delivered by JResig - obviously new jQuery won, second column)

Re: [jQuery] Pending Release: jAssistant, a pop-out, tabbed, dialog window for jQuery

2007-02-05 Thread Rick Faircloth
Same here... Rick -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Andy Matthews Sent: Monday, February 05, 2007 9:00 AM To: 'jQuery Discussion.' Subject: Re: [jQuery] Pending Release: jAssistant, a pop-out, tabbed, dialog window for jQuery FYI, this

Re: [jQuery] KICK-BUTT javascript based Zoom feature

2007-02-05 Thread Andy Matthews
Thanks for the backup Rey. Not specifically looking to build it in jQuery (although that would be great). Just wanted to share cool functionality with the list. andy -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Rey Bango Sent: Monday, February 05,

Re: [jQuery] KICK-BUTT javascript based Zoom feature

2007-02-05 Thread Dave Cardwell
Andy Matthews wrote: Spamming? I'm not spamming the list. I just found something that's really cool and wanted to show you guys. I have nothing do with that site. *From:* [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]

Re: [jQuery] KICK-BUTT javascript based Zoom feature

2007-02-05 Thread Rey Bango
NP, Andy. I think its really hard sometimes for people to interpret what's meant in an email and since I know you, I'd rather folks understand your intentions than assume the worst. Rey Andy Matthews wrote: Thanks for the backup Rey. Not specifically looking to build it in jQuery (although

Re: [jQuery] thickbox improvements

2007-02-05 Thread Alexandre Plennevaux
Glad to hear it is still being maintained. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Dan Atkinson Sent: lundi 5 février 2007 10:00 To: discuss@jquery.com Subject: Re: [jQuery] thickbox improvements Did you do a search on thickbox before you

Re: [jQuery] interface : download page doesn't work?

2007-02-05 Thread Ólafur Marteinsson
The packed version (1.1.2) worked but I couldn't build my selection. Alexandre Plennevaux-2 wrote: is it just me or the download page of interface plugin is broken ? http://interface.eyecon.ro/download Alex. Using: FF2 on winXPSP2

Re: [jQuery] Securing AJAX/PHP against direct calls?

2007-02-05 Thread Bob den Otter
Hi there, do you have any ideas how I could secure my php files against direct calls of the functions an ajax script calls? For example if I let my AJAX script send a request to foo.php and foo.php returns a line of code the AJAX script usually writes onto my site, how can I avoid that these

Re: [jQuery] Securing AJAX/PHP against direct calls?

2007-02-05 Thread Bob den Otter
Arne-Kolja Bachstein schreef: Hi there, do you have any ideas how I could secure my php files against direct calls of the functions an ajax script calls? For example if I let my AJAX script send a request to foo.php and foo.php returns a line of code the AJAX script usually writes onto my site,

Re: [jQuery] KICK-BUTT javascript based Zoom feature

2007-02-05 Thread Matt Stith
Oops, sorry andy! I wasnt fully awake yet! That is a pretty responsive script. Ahem.. now that ive made myself look like an ass... It looks like a pretty simple script, and i'de help port it over if i wasnt working right now. On 2/5/07, Rey Bango [EMAIL PROTECTED] wrote: Sorry Matt but

Re: [jQuery] KICK-BUTT javascript based Zoom feature

2007-02-05 Thread Andy Matthews
It's all good man. Like I said...wasn't looking for a port per se. Just wanted to share. Thanks for the offer though. _ From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Matt Stith Sent: Monday, February 05, 2007 10:14 AM To: jQuery Discussion. Subject: Re: [jQuery]

[jQuery] Imagebox doesn't work in Safari

2007-02-05 Thread Matthieu PAINEAU
hi, i have the same bug (in safari). Image loader is displayed... and nothing else : it's blocked. I just posted a bug report. regards, Matthieu From: lukas | dressy vagabonds lukas at dressyvagabonds.com hi everyone, i've been trying to integrate interface's imagebox into my

Re: [jQuery] KICK-BUTT javascript based Zoom feature

2007-02-05 Thread Matt Stith
Ah all right, thanks for sharing then :) On 2/5/07, Andy Matthews [EMAIL PROTECTED] wrote: It's all good man. Like I said...wasn't looking for a port per se. Just wanted to share. Thanks for the offer though. -- *From:* [EMAIL

Re: [jQuery] KICK-BUTT javascript based Zoom feature

2007-02-05 Thread Rey Bango
Andy's a cool dude Matt so I'm sure everything is fine. I know its hard to interpret what someone wants from an email and thankfully we have a great community that can help flush out some of these things. :o) Rey... Matt Stith wrote: Oops, sorry andy! I wasnt fully awake yet! That is a

Re: [jQuery] Embedding jQuery in a Greasemonkey script

2007-02-05 Thread sunsean
It works so well, thank you a lot! Could you just explain here what you did, so that everyone can do it with future releases? In order to get jQuery to work with greasemonkey, the document.ready() code needs to be removed. This is ok because by the time greasemonkey is run, the page has already

Re: [jQuery] Embedding jQuery in a Greasemonkey script

2007-02-05 Thread Nicolas Hoizey
In order to get jQuery to work with greasemonkey, the document.ready() code needs to be removed. This is ok because by the time greasemonkey is run, the page has already finished loading so we do not need this event to be called. Find below the code removed from jQ 1.1.1 Thanks! -Nicolas

Re: [jQuery] Pending Release: jAssistant, a pop-out, tabbed, dialog window for jQuery

2007-02-05 Thread Lquid
Dont worry, Im not taking credit for anytihng except the port over to jQuery. I didnot mention it because its not a full release yet and i want to be sure everyhitn is working before i start on the legal stuff. As soon as its fully stable, all the needed copyright information and credits will be

Re: [jQuery] Imagebox doesn't work in Safari

2007-02-05 Thread lukas | dressy vagabonds
i actually wrote my own version of lightbox2 in jquery. if you wanna try that out, just drop me a line, and i'll send you the code. cheers lukas Am 05.02.2007 um 17:22 schrieb Matthieu PAINEAU: hi, i have the same bug (in safari). Image loader is displayed... and nothing else : it's

Re: [jQuery] Embedding Flash -- Troubles with jQuery.ready() SWFObject?

2007-02-05 Thread Luke Lutman
I've run into this before too... Calling a method (i.e. setConfig(), setVariable()) of the flash player (in Firefox it's an NPObject, in IE it's an ActiveX object) before the swf has loaded will throw an error. The ready event fires before your swf has loaded, which throws an error. The load

Re: [jQuery] image preloading

2007-02-05 Thread Luke Lutman
Here's what I use: $(window).bind('load', function(){ var preload = [ '/images/assets/file/1.gif', '/images/assets/file/2.gif', '/images/assets/file/3.gif' ]; $(document.createElement('img')).bind('load', function(){ if(preload[0]) this.src =

Re: [jQuery] Securing AJAX/PHP against direct calls?

2007-02-05 Thread Aaron Heimlich
You should check out Preventing Unwanted Access to Your API[1] at the Zend Developer Zone[2]. For a more general overview, you should check out Cross-Site Request Forgeries[3] by Chris Shiflett. Another thing you could do is check for an X-Requested-With header $_SERVER['X-Requested-With'] ==

[jQuery] ANNOUNCE: jQuery-Powered Plazes raises $3.5 million

2007-02-05 Thread Rey Bango
I'd like to congratulate the folks at jQuery-Powered Plazes.com and jQuery team member Klaus Hartl on an initial round of venture funding to the tune of $3.5 million USD. Its great to see a jQuery site continuing to flourish and Klaus, undoubtedly has been a major driving force behind the

Re: [jQuery] Securing AJAX/PHP against direct calls?

2007-02-05 Thread Rob D
Arne-Kolja Bachstein wrote: Hi there, do you have any ideas how I could secure my php files against direct calls of the functions an ajax script calls? For example if I let my AJAX script send a request to foo.php and foo.php returns a line of code the AJAX script usually writes onto my

Re: [jQuery] ANNOUNCE: jQuery-Powered Plazes raises $3.5 million

2007-02-05 Thread Dragan Krstic
Keep Walking, Klaus! 2007/2/5, Rey Bango [EMAIL PROTECTED]: I'd like to congratulate the folks at jQuery-Powered Plazes.com and jQuery team member Klaus Hartl on an initial round of venture funding to the tune of $3.5 million USD. Its great to see a jQuery site continuing to flourish and

Re: [jQuery] Inline editing-double entry in database

2007-02-05 Thread Vikrant Azad
Thankyou very much replying to novice like me also. I figured out that it is related to Joomla CMS. The call was somehow also making it to load the direct page for the component I have the database insert command. I , through the plugin, was only using a function in this file to insert into

Re: [jQuery] Embedding jQuery in a Greasemonkey script

2007-02-05 Thread Karl Swedberg
Well done, Sean! And thanks for the explanation. I like your favicon addition to Google searches, too. I tried to post a comment on the userscripts.org page with my compliments, but there was something wrong with the system. Cheers, --Karl _ Karl Swedberg

[jQuery] help with a sliding panel layout - dimensions.js?

2007-02-05 Thread rolfsf
I'm trying to layout a screen with div on the left that contains some items (eventually some form inputs), and a div on the right that contains various content (including large tables). I want to be able to click on a button to slide the left div out of the way, allowing the right div to expand.

Re: [jQuery] image preloading

2007-02-05 Thread Ⓙⓐⓚⓔ
making all the requests and at the top mimics the normal image load ... the only case where sequencing might help is when the server is configured strangely , or just can't handle the requests... (as in thousands of large graphics??). But I do like the technique! Does that actually load , wait

Re: [jQuery] ANNOUNCE: jQuery-Powered Plazes raises $3.5 million

2007-02-05 Thread Rick Faircloth
Congratulations, Klaus! Rick From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Dragan Krstic Sent: Monday, February 05, 2007 1:12 PM To: jQuery Discussion. Subject: Re: [jQuery] ANNOUNCE: jQuery-Powered Plazes raises $3.5 million Keep Walking, Klaus! 2007/2/5, Rey Bango [EMAIL

Re: [jQuery] jQuery and Object Notation... confused with this

2007-02-05 Thread Jörn Zaefferer
Nate Cavanaugh schrieb: This was one of my big issues when I started jQuery, but there is now a solution as of 1.1. When you bind your method to an event, you can pass in your current object, and still reference it in your event function. Basically, you can pass in ANY data to your event

Re: [jQuery] Securing AJAX/PHP against direct calls?

2007-02-05 Thread Nathan Young -X \(natyoung - Artizen at Cisco\)
Hi Arne-Kolja. The short answer is that if you are running a site that requires users to authenticate, your ajaxable php URLs need to require the same kind of authentication that all your other pages do. If you are running a public site that does not require authentication there's nothing you

[jQuery] ISO 8859-1 encoding

2007-02-05 Thread Jon Ege Ronnenberg
Hi guys! I need to handle danish characters which can be found in the iso 8859-1 specifications but jQuery use encodeURIComponent which always encode to UTF-8 (doesn't contain the danish characters). Do any of you know of a work around or do I have to change my version of jQuery to use escape

[jQuery] function returning the cordinates in Interface Elements Draggables

2007-02-05 Thread Cronlajoon
Hi! I need a function that returns the cordinates of an object (that is being dragged) when the onStop attribute is called. Somthing like this: script type=text/javascript $(document).ready( function() { $('.draggable').draggable({ onStop

Re: [jQuery] image preloading

2007-02-05 Thread Luke Lutman
Ⓙⓐⓚⓔ wrote: making all the requests and at the top mimics the normal image load ... the only case where sequencing might help is when the server is configured strangely , or just can't handle the requests... (as in thousands of large graphics??). The page I wrote that snippet for was an

Re: [jQuery] ISO 8859-1 encoding

2007-02-05 Thread Fil
@ Jon Ege Ronnenberg [EMAIL PROTECTED] : Hi guys! and girls too ! I need to handle danish characters which can be found in the iso 8859-1 specifications but jQuery use encodeURIComponent which always encode to UTF-8 (doesn't contain the danish characters). On the contrary UTF-8 *does*

[jQuery] Accordian items showing on page load, then collapsing

2007-02-05 Thread Jared Hawkins
I'm not sure why, but my accordian items are showing on page load, then collapsing. I need them to show as collapsed, then have the first one expand. http://www.nativeremedies.com/faq-anti-can-cancer-herbal-treatment-test.shtml ___ jQuery mailing list

Re: [jQuery] ANNOUNCE: jQuery-Powered Plazes raises $3.5 million

2007-02-05 Thread digital spaghetti
Great news! Its a nice application that has a lot of potential, and of course it uses jQuery :) Tane On 2/5/07, Rey Bango [EMAIL PROTECTED] wrote: I'd like to congratulate the folks at jQuery-Powered Plazes.com and jQuery team member Klaus Hartl on an initial round of venture funding to the

Re: [jQuery] ISO 8859-1 encoding

2007-02-05 Thread Jon Ege Ronnenberg
Of course girls too (isn't that implied in guys?). What do you mean the by UTF-8 contains all characters? UTF-8 does not contain the danish letter æ,ø, and å. ISO 8859-1 does. Anyway I usually develop apps with .NET but this particular projects is in PHP and I haven't seen any functions to iso

Re: [jQuery] ANNOUNCE: jQuery-Powered Plazes raises $3.5 million

2007-02-05 Thread Klaus Hartl
Rey Bango schrieb: I'd like to congratulate the folks at jQuery-Powered Plazes.com and jQuery team member Klaus Hartl on an initial round of venture funding to the tune of $3.5 million USD. Its great to see a jQuery site continuing to flourish and Klaus, undoubtedly has been a major driving

Re: [jQuery] ISO 8859-1 encoding

2007-02-05 Thread Fil
What do you mean the by UTF-8 contains all characters? utf-8 is an encoding for unicode characters, see http://da.wikipedia.org/wiki/UTF-8 http://da.wikipedia.org/wiki/Unicode The unicode norm contains all characters that exist in all languages known to humanity. UTF-8 does not contain the

Re: [jQuery] Konqueror Issues

2007-02-05 Thread Martin Jordan
Jörn Zaefferer wrote: [...] Lets hope so: http://joern.jquery.com/jquery/test/ I hope that gives some results to work with. [...] Hello! I'm also a fan of Konqueror and have same problems with JQuery. see: http://fanti.staff.spin.de/jquerytest/ tested with: [EMAIL PROTECTED]:~$

Re: [jQuery] image preloading

2007-02-05 Thread Klaus Hartl
Luke Lutman schrieb: Ⓙⓐⓚⓔ wrote: making all the requests and at the top mimics the normal image load ... the only case where sequencing might help is when the server is configured strangely , or just can't handle the requests... (as in thousands of large graphics??). The page I

Re: [jQuery] Konqueror Issues

2007-02-05 Thread Jörn Zaefferer
Martin Jordan schrieb: Jörn Zaefferer wrote: [...] Lets hope so: http://joern.jquery.com/jquery/test/ I hope that gives some results to work with. [...] Hello! I'm also a fan of Konqueror and have same problems with JQuery. see: http://fanti.staff.spin.de/jquerytest/

Re: [jQuery] Konqueror Issues

2007-02-05 Thread Klaus Hartl
Jörn Zaefferer schrieb: Ok. The :selected issue seems to be the same as in Opera 8.5, I have no idea what to do about that. But that shouldn't be a real issue. The 15th XPath test fails in all browsers, it simply documents a bug in jQuery and is not Konquerer specific. It's quite likely

[jQuery] request for input: textlimiter plugin

2007-02-05 Thread Bjorn Wijers
Hi everybody, I recently made my first jquery plugin called textlimiter. It allows you to limit a textarea in the same way as an input field using the maxlength attribute. As an added bonus the plugin adds a counter which keeps track of the amount of character left before hitting the limit set in

[jQuery] ID of previous sibling

2007-02-05 Thread Jim Nimblett
Hi, I am trying to create previous and next links in a slideshow. I need some help finding the ID of the previous sibling in a specific class. Example: when a link with the class of 'slideshow-choice' is clicked, I need to get the ID of the previous link with the same class. I am pretty sure

Re: [jQuery] Konqueror Issues

2007-02-05 Thread Andrew Mason
On Tuesday February 6 2007 05:43:27 am Jörn Zaefferer wrote: Andrew Mason schrieb: Not 100% sure. This is how it identifies its self. Mozilla/5.0 (compatible; Konqueror/3.5; Linux 2.6.18; X11;) KHTML/3.5.6 (like Gecko) Does this help in any way :) ? Lets hope so:

Re: [jQuery] ID of previous sibling

2007-02-05 Thread Karl Swedberg
On Feb 5, 2007, at 4:54 PM, Jim Nimblett wrote: Hi, I am trying to create previous and next links in a slideshow. I need some help finding the ID of the previous sibling in a specific class. Example: when a link with the class of 'slideshow-choice' is clicked, I need to get the ID of

Re: [jQuery] ISO 8859-1 encoding

2007-02-05 Thread Fil
@ Jon Ege Ronnenberg [EMAIL PROTECTED] : I bow for you. You're absolutely right and utf8_decode() was just what I needed! Still I don't get why setting charset to UTF-8 doesn't show the danish characters correct in a web page then. It's not something obvious; I wrote an entire article

Re: [jQuery] request for input: textlimiter plugin

2007-02-05 Thread Glen Lipka
TODO - allow counter to count up instead of counting down using a parameter. - use a parameter to set the class when hitting the limit? - documentation for non-programmers One thing I started doing (for Sentence type input) is allowing the user to go past the limit with warnings and stop them

Re: [jQuery] Is jQuery that dawn slow?

2007-02-05 Thread Gerry Danen
Matt, What does jQold mean? Gerry On 2/5/07, Matt Stith [EMAIL PROTECTED] wrote: I think theres something wrong with those results :-\ Check this out: http://john.jquery.com/speed/ ___ jQuery mailing list discuss@jquery.com

Re: [jQuery] ID of previous sibling

2007-02-05 Thread Jim Nimblett
Great, thank you very much. :-) Karl Swedberg wrote: On Feb 5, 2007, at 4:54 PM, Jim Nimblett wrote: Hi, I am trying to create previous and next links in a slideshow. I need some help finding the ID of the previous sibling in a specific class. Example: when a link with the class of

  1   2   >