[jQuery] Plugin Requests

2007-03-22 Thread Sean Catchpole
Post your plugin requests. There is a lot of talent on this discussion group. Suggest a plugin idea and perhaps someone can pick it up and make it. I know that I enjoy playing/creating little scripts to relax or take a break from a larger project. I'd be willing to make someone's idea a reality,

Re: [jQuery] Validation Plugin Beta 2 Bug - Radio Buttons

2007-03-22 Thread Jörn Zaefferer
Ryan Rose schrieb: Dan, That fixed it. Now everything is working as expected. Thanks for the help. Excellent work guys, I'll just add the fix to the plugin and claim having fixed another bug, thanks :-) -- Jörn Zaefferer http://bassistance.de

Re: [jQuery] google takes over my error div!!!

2007-03-22 Thread Yansky
There are some ideas for workarounds to the problem in this thread: http://www.nabble.com/Has-anybody-run-into-this--tf3389892.html amircx wrote: hey. when google toolbar is activate and im using form validation, when i have some error div, its instad of writing my own message its writes :

[jQuery] google takes over my error div!!!

2007-03-22 Thread amircx
hey. when google toolbar is activate and im using form validation, when i have some error div, its instad of writing my own message its writes : your google toolbar can fill this in for you select autofill e anyone knows how to fix it? -- View this message in context:

Re: [jQuery] hoverIntent = my first plug-in

2007-03-22 Thread George Adamson
An excellent idea that works very elegantly. Well done Brian. Might I suggest one more simple config setting... To optionally skip the following check in your handleHover function: if (p == this){return false;} Why? Because I'm using hoverIntent in a hierarchical menu built with *nested*

Re: [jQuery] Ajax, encoding and german umlauts

2007-03-22 Thread SeViR
Hi, Marc, recently I had a similar problem with Tomcat+OracleDBMS with euro symbol, so I found that Tomcat use an internal codification (normally utf-8, but you can change that) and in Oracle you have the same (another problem with codification). My hard solution was: HTML: headmeta

Re: [jQuery] Plugin Requests

2007-03-22 Thread BKDesign Solutions
Sean Catchpole wrote: Post your plugin requests. There is a lot of talent on this discussion group. Suggest a plugin idea and perhaps someone can pick it up and make it. I know that I enjoy playing/creating little scripts to relax or take a break from a larger project. I'd be willing to

[jQuery] jqupload tweak + forms plugin

2007-03-22 Thread amircx
hey... my brother did some tweak to the jqupload script : http://tal.tl/javascript/my-jquploader-upload-images-php-ajax-flash.html is it possible to integrate it with the forms plugin? cause i saw that there is no support for it.. -- View this message in context:

[jQuery] event bubbling

2007-03-22 Thread Kush Murod
Hi guys, if some of you heard of event bubbling then you'd have also experienced problem with .hover() to be more specific, once your content loads through ajax you won't have .hover anymore. with .click() it was straight forward where you bind event to parent. Difficulty I am facing is

Re: [jQuery] JQuery problem with valid HTML ids

2007-03-22 Thread Olaf Bosch
Marc Jansen schrieb: #item.x { background-color: red; } this select and make red this: div id=item class=x/div -- Viele Grüße, Olaf --- [EMAIL PROTECTED] http://olaf-bosch.de www.akitafreund.de ---

Re: [jQuery] Ajax, encoding and german umlauts

2007-03-22 Thread Marc Jansen
Jake, I think I#ve fixed it (using PHPs utf8_decode()-function just before sending the request). Thanks alot Marc Marc Jansen schrieb: Hey Jake, Ⓙⓐⓚⓔ schrieb: it's really hard to tell from pasted files! Yes, you're right... I'll try to get up a minimal example at a

Re: [jQuery] jQuery Powered Sites - New Sites Added

2007-03-22 Thread SeViR
Mmmm, have anybody taken in account that *Mozzilla Addons* site is using jQuery+Thickbox? I just watch it :-P example: http://preview.addons.mozilla.org/en-US/firefox/addons/previews/1730 Rey Bango escribió: New sites added: Curse Gaming ValidHTML Flashr Flickr Wrapper

[jQuery] Is the JQuery slowest?

2007-03-22 Thread codar
Please check this: http://homepages.nildram.co.uk/%7E9jack9/base2/speedtest/ -- View this message in context: http://www.nabble.com/Is-the-JQuery-slowest--tf3448821.html#a9618984 Sent from the JQuery mailing list archive at Nabble.com. ___ jQuery

Re: [jQuery] Move to Google Groups has Begun

2007-03-22 Thread Josh Nathanson
I joined, but I can't set the option to get all messages. Me too. Hopefully we will be able to adjust that later. -- Josh - Original Message - From: [EMAIL PROTECTED] To: discuss@jquery.com Sent: Wednesday, March 21, 2007 9:11 PM Subject: Re: [jQuery] Move to Google Groups has Begun

Re: [jQuery] Google Groups Move Delayed

2007-03-22 Thread Su
Question: Have you placed restrictions on subscription type? It refuses to let me choose plain email (I'm guessing this is full-content). I hate digests. On 3/22/07, John Resig [EMAIL PROTECTED] wrote: Everyone - Apparently it takes a couple days to approve all the users that need to be

[jQuery] The 'Secret'

2007-03-22 Thread agent2026
Hi guys, I know you are all hard at work with different things, but I wondered if we might get an update on how the jQuery book is coming? Do you have a publish date? I'm really looking forward to it. Can you release who the publisher is yet? Adam -- View this message in context:

[jQuery] ANNOUNCE: Tabs 2.7

2007-03-22 Thread Klaus Hartl
All, I've just committed an update for Tabs. I've added a few requested features and fixed some quirks. * tabStruct option deprecated. For a little more flexibility regarding the HTML structure required for a tab interface you can now add certain classes to the unordered list and the tab

Re: [jQuery] Google Groups Move Delayed

2007-03-22 Thread John Resig
It must have to do with the fact that it's currently setup as an archive of the main jQuery list. Maybe you can't receive all messages from an archive? I hope Google sorts out our subscription request soon, I want this to be resolved. --John On 3/22/07, Su [EMAIL PROTECTED] wrote: Question:

Re: [jQuery] Google Groups Move Delayed

2007-03-22 Thread John Resig
Thanks for all your hard work on this. The community support has been one of jQuery's strongest assets in my opinion. No problem. I'd like to buy you a beer for you efforts Is the best way to do so via the Donations link at jQuery.com? Sure thing, currently those donations come to me,

Re: [jQuery] Is the JQuery slowest?

2007-03-22 Thread John Resig
Yep! About a month ago, we were the fastest, but we've been leap-frogged! I've got some improvements that I'd like to get in for 1.1.3, but I need to do some more testing on them, to make sure that they're bug free. --John On 3/22/07, codar [EMAIL PROTECTED] wrote: Please check this:

[jQuery] Javascript dump, ala Coldfusion's CFDUMP

2007-03-22 Thread Andy Matthews
I haven't seen this posted yet, but it's a freaking godsend in js development: http://www.netgrow.com.au/files/javascript_dump.cfm There's also a jQuery plugin for it. Andy Matthews Senior Coldfusion Developer Office: 877.707.5467 x747 Direct:

[jQuery] Nest and anchor in a header

2007-03-22 Thread Dan Eastwell
How can I change this: h2text/h2 h2other text/h2 to this: h2a href=#text/a/h2 h3a href=#other text/a/h3 Thanks, Dan. ___ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/

Re: [jQuery] Javascript dump, ala Coldfusion's CFDUMP

2007-03-22 Thread Michael E. Carluen
To whoever is responsible for it, if you're on the list, please claim your kudos for a job well done. Thanks!!.. its definitely a super addition in the toolbox. _ From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Andy Matthews Sent: Thursday, March 22, 2007 10:43 AM To:

Re: [jQuery] Upload image, make thumbnail all on the fly.. possible?

2007-03-22 Thread Benjamin Sterling
I would assume you would put a set timeout function on it somewhere and then have the the form submit and process thru ajax, and when the response from the server is complete, you will append the new thumbnail image to the page. -- Benjamin Sterling http://www.KenzoMedia.com

Re: [jQuery] Javascript dump, ala Coldfusion's CFDUMP

2007-03-22 Thread Christopher Jordan
It's been around, but it's always good to see that more and more people are turned on to it. The jQuery plug-in version is *much* better at dumping DOM elements than the other version (unless he updated that version as well). It will now show all expando type attributes if I'm not mistaken. I

Re: [jQuery] Nest and anchor in a header

2007-03-22 Thread Klaus Hartl
Dan Eastwell schrieb: How can I change this: h2text/h2 h2other text/h2 to this: h2a href=#text/a/h2 h3a href=#other text/a/h3 Thanks, Dan. Try (untested): $('h2+h2').each(function() { var $$ = $(this); $$.before('h3a href=#' + $$.text() + '/a/h3').remove(); }); --

[jQuery] Returning data and entering into form elements

2007-03-22 Thread Shelane Enos
I want to do something like: UpdateItems = function(what){ $.get(myprocess.lasso?id=what, function(response){ //take items from myprocess.lasso page and insert into my form elements //insert value one into form element actionitem //insert value two into form element assignedto

Re: [jQuery] Is the JQuery slowest?

2007-03-22 Thread Christopher Jordan
What is this base2 deal? I ran the test, but wanted to read more about it. I went to http://homepages.nildram.co.uk to see if I could find out more, but couldn't. I did a google for 'base2 javascript' but of course it just comes up with stuff about binary and such. John. I'd like to hear what

Re: [jQuery] Is the JQuery slowest?

2007-03-22 Thread Matt Kruse
What is this base2 deal? http://dean.edwards.name/weblog/2007/03/yet-another/ Matt Kruse ___ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/

Re: [jQuery] Ajax, encoding and german umlauts

2007-03-22 Thread Ⓙⓐⓚⓔ
that's great! but it's a patch! You elected to avoid UTF, and you should never have to see it. I prefer UTF . Perhaps you should learn to love UTF! On 3/22/07, Marc Jansen [EMAIL PROTECTED] wrote: Jake, I think I#ve fixed it (using PHPs utf8_decode()-function just before sending the

Re: [jQuery] animate

2007-03-22 Thread Matt Stith
Thats a really bad way to do that! The best way would be to just have a 640x640 image, and animate the width and height attritubes, then maybe when that animation is done, replace it with the smaller image to save some memory. Try this: $(imgSelector).animate({width:32,height:32},slow,function()

Re: [jQuery] Is the JQuery slowest?

2007-03-22 Thread Erik Beeson
FWIW, these tests are run against jQuery 1.1.1. --Erik On 3/22/07, codar [EMAIL PROTECTED] wrote: Please check this: http://homepages.nildram.co.uk/%7E9jack9/base2/speedtest/ -- View this message in context: http://www.nabble.com/Is-the-JQuery-slowest--tf3448821.html#a9618984 Sent from the

[jQuery] Jquery can learn from Mootools for distribution its code

2007-03-22 Thread Scottus
Mootools distribution allows you to build a custom distribution with just the functionality you need. http://mootools.net/download I would love it if we could do this with jquery. 95% of what I use jquery for is Unobtrusive Scripting. i.e. $(span#closeppk).click(function() The other 5% is

Re: [jQuery] Jquery can learn from Mootools for distribution its code

2007-03-22 Thread Benjamin Sterling
If a recall correctly, this was something that was being worked on. Can't remember how long ago that post was, but do a search for it on nabble.comand should be able to find out when that might be implemented. -- Benjamin Sterling http://www.KenzoMedia.com http://www.KenzoHosting.com

[jQuery] PNG Fix and the browser sniffer

2007-03-22 Thread Robert O'Rourke
Hi everyone, I'm a jQuery newbite and I need some help with a png fix I've implemented (or tried to) on a site i'm working on. The code I have is: jQuery.fn.pngFix = function() { return this.each(function() { if ($.browser.msie $.browser.version.number() 7) {

Re: [jQuery] Is the JQuery slowest?

2007-03-22 Thread John Resig
base2 is made by Dean Edwards - he's an incredibly smart JavaScript hacker, and a huge jQuery fan. I respect his work a lot. The trick is that his library, which only does selectors and basic DOM additions, comes in at 20kb - the same size as jQuery complete (which includes Ajax, Effects, etc.)

Re: [jQuery] Jquery can learn from Mootools for distribution its code

2007-03-22 Thread John Resig
Actually, I have an auto-builder nearly complete. I hope to have it released very soon. It'll help to give you, at least, some control over the functionality that you want to include. --John On 3/22/07, Scottus [EMAIL PROTECTED] wrote: Mootools distribution allows you to build a custom

Re: [jQuery] Jquery can learn from Mootools for distribution its code

2007-03-22 Thread Jason Levine
Cool! (Though I'll likely stick with the full JQuery distribution.) Any chance of allowing it to package up some of the official plugins? It would be really nice if I could customize my JQuery to automatically include the Compat-1.0 plugin (for older code), Dimensions, and perhaps even

Re: [jQuery] Jquery can learn from Mootools for distribution its code

2007-03-22 Thread Matt Kruse
Mootools distribution allows you to build a custom distribution with just the functionality you need. I would love it if we could do this with jquery. I think it's a bad idea. The MooTools download is very confusing, and you need to really know what you want/need in order to get a usable

Re: [jQuery] PNG Fix and the browser sniffer

2007-03-22 Thread Benjamin Sterling
Rob, I would actually put if ($.browser.msie $.browser.version.number() 7) { before the return. Not sure if that will help. Do you have an example page we can look at. this is some code I am using on a site that works fine for background images that don't repeat. -- Benjamin Sterling

Re: [jQuery] PNG Fix and the browser sniffer

2007-03-22 Thread Benjamin Sterling
Would have been nice if I actually posted the code: jQuery.fn.pngFixer = function(){ try{ if (navigator.appVersion.match(/MSIE [0-6]\./)) { $(this).each(function () { if (this.currentStyle.backgroundImage != 'none') { var image =

Re: [jQuery] NOTICE: Moving to Google Groups

2007-03-22 Thread James Thomas
You just need a google account, not a gmail address - and you can create your google account with any email address you like (I use my Comcast one). Jason Levine wrote: I hope the Nabble interface sticks around also. Not so much because I dislike Google's interface (I don't), but because

[jQuery] New javascript menu flash-like

2007-03-22 Thread {js}sTyler
Hi All noticed this super little js/css menu in my news feeds: http://www.devthought.com/cssjavascript-true-power-fancy-menu/ It's not using jQuery, but could it be made better or simpler with jQuery. The code for this looks really lite, I don't think it's written on any js library. The school

Re: [jQuery] NOTICE: Moving to Google Groups

2007-03-22 Thread Jason Levine
I hope the Nabble interface sticks around also. Not so much because I dislike Google's interface (I don't), but because Google is forcing me to use my GMail address to post. I try to keep that address private (only friends and family) to reduce spam. I use my Yahoo address here and on every

Re: [jQuery] Jquery can learn from Mootools for distribution its code

2007-03-22 Thread Matt Kruse
Any chance of allowing it to package up some of the official plugins? It would be really nice if I could customize my JQuery to automatically include the Compat-1.0 plugin (for older code), Dimensions, and perhaps even Interface. I actually registered myjquery.com specifically for this

Re: [jQuery] Is the JQuery slowest?

2007-03-22 Thread Christopher Jordan
John, thanks for taking the time to respond, and give a brief explanation. You may not know the answer to this, but if he's around on the list maybe he can answer: why isn't Dean Edwards working on the dev team? I assume he's just not shown an interest? Dean, buddy. What's up? ;o) Chris

Re: [jQuery] blockui crushes IE6

2007-03-22 Thread Mike Alsup
Chris, I just had that bug happen again this morning but this time I *think* that I've really fixed it! SVN has been updated. Mike On 3/20/07, Christopher Jordan [EMAIL PROTECTED] wrote: Sure Mike! Thanks and I'm sorry I never got a publicly accessible example up and going. Work is crazy

Re: [jQuery] PNG Fix and the browser sniffer

2007-03-22 Thread Robert O'Rourke
Benjamin Sterling wrote: Would have been nice if I actually posted the code: ... -- Benjamin Sterling http://www.KenzoMedia.com http://www.KenzoHosting.com Cheers Ben, Unfortunately with that code now I'm getting zero transparency... The sites still kinda ropey and I can't design

Re: [jQuery] NOTICE: Moving to Google Groups

2007-03-22 Thread Jonathan Sharp
Just setup your yahoo address under Settings - Accounts. Gmail will send an email to that address asking you to confirm it. Then you can post to gmail using that address (click Change next to the From: line and select your yahoo address) Cheers, -js On 3/22/07, Jason Levine [EMAIL PROTECTED]

Re: [jQuery] New javascript menu flash-like

2007-03-22 Thread Andy Matthews
Saw that the other day. It's awesome! -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of {js}sTyler Sent: Thursday, March 22, 2007 2:07 PM To: discuss@jquery.com Subject: [jQuery] New javascript menu flash-like Hi All noticed this super little js/css menu

Re: [jQuery] Plugin Requests

2007-03-22 Thread Jörn Zaefferer
BKDesign Solutions schrieb: Am debating whether its appropriate to post requests from clients for estimates-paying work on the list? Well, good ideas are also worth some money. -- Jörn Zaefferer http://bassistance.de ___ jQuery mailing list

Re: [jQuery] ANNOUNCE: Tabs 2.7

2007-03-22 Thread John Resig
I agree - this is looking really great! --John On 3/22/07, Jörn Zaefferer [EMAIL PROTECTED] wrote: Klaus Hartl schrieb: All, I've just committed an update for Tabs. I've added a few requested features and fixed some quirks. Already love it. The make-it-pretty-fix alone is worth an

Re: [jQuery] PNG Fix and the browser sniffer

2007-03-22 Thread Robert O'Rourke
Olaf Bosch wrote: Robert O'Rourke schrieb: It's on the dev server but it's ok to have a look, I need to get the logo and the 'as seen on 4' images to be filtered in IE=6. Only 2 pngs! I really appreciate your help and getting back to me so quickly. For what you hacking around.

Re: [jQuery] ANNOUNCE: Tabs 2.7

2007-03-22 Thread Jack Killpatrick
Looks sweet. Is it possible to put the tabs on the bottom of a box? Thx, Jack Klaus Hartl wrote: All, I've just committed an update for Tabs. I've added a few requested features and fixed some quirks. ___ jQuery mailing list

Re: [jQuery] ANNOUNCE: Tabs 2.7

2007-03-22 Thread Glen Lipka
This is awesome. I told my successor at Intuit about it to see if he can replace the homepage tabs with your tabs. They removed the slide effect because it had issues when you clicked real fast between tabs. I think yours fixes that. Congrats! Glen

[jQuery] Beta Testers needed for Form Plugin file upload support

2007-03-22 Thread Mike Alsup
I've added file upload support to the form plugin and I could use some help testing it out. If this feature interests you then go ahead and grab the beta plugin at: http://malsup.com/jquery/form/file/jquery.form.js File upload support is baked right into the plugin and there are no external

Re: [jQuery] ANNOUNCE: Tabs 2.7

2007-03-22 Thread Kenneth
Excellent work! On 3/22/07, Klaus Hartl [EMAIL PROTECTED] wrote: All, I've just committed an update for Tabs. I've added a few requested features and fixed some quirks. * tabStruct option deprecated. For a little more flexibility regarding the HTML structure required for a tab interface you

Re: [jQuery] Beta Testers needed for Form Plugin file upload support

2007-03-22 Thread Jörn Zaefferer
Mike Alsup schrieb: If you're interested in the code you can find it all tucked into the end of the ajaxSubmit method in a function called fileUpload. Can't currently help with testing, buts its great you took up the challenge and implement this into jQuery's form plugin. Thanks Mike! --

Re: [jQuery] click(function) 'not working' for elements (not a) with tabindex and using keyboard

2007-03-22 Thread Karl Rudd
I think you'll find that the click event being fired on enter is actually more of a standard hack from browser makers. I'm guessing this was done mainly because keyboard events are so undersupported by website developers. Thus for some standard elements that get keyboard focus the support was

[jQuery] Upload image, make thumbnail all on the fly.. possible?

2007-03-22 Thread Mark
Hey, take a look at this image: http://img393.imageshack.us/my.php?image=magedbimageuploadcopylc6.png is it possible to make that with jquery? if it is.. could someone help me making it? the automitically uploading is possible and the rest is just php so i think it`s possible but i don`t know

Re: [jQuery] ANNOUNCE: Tabs 2.7

2007-03-22 Thread Will
I liked tabstruct! :) Thanks for the update. Will On 3/22/07, Kenneth [EMAIL PROTECTED] wrote: Excellent work! On 3/22/07, Klaus Hartl [EMAIL PROTECTED] wrote: All, I've just committed an update for Tabs. I've added a few requested features and fixed some quirks. * tabStruct option

Re: [jQuery] Beta Testers needed for Form Plugin file upload support

2007-03-22 Thread John Resig
Very very cool. I was curious as to how you had implemented - but I like how you did. Excellent solution. Worked well for me in my small test. --John On 3/22/07, Mike Alsup [EMAIL PROTECTED] wrote: I've added file upload support to the form plugin and I could use some help testing it out. If

Re: [jQuery] PNG Fix and the browser sniffer

2007-03-22 Thread Olaf Bosch
Robert O'Rourke schrieb: The intention is to slice up that massive background image on the fly which is easy to do with the cms I'm using, I am going to have a set of images for choosing the big background image or for getting rid of it altogether down one side so I need the png support...

[jQuery] jQBrowser error

2007-03-22 Thread Calzone
I am getting an error when I include jqbrowser in a blank page. I have nothing on the page. I have just included jquery.js and jqbrowser.js. I am getting this javascript error: setting a property that has only a getter I am not sure what is going on. Does anyone have any idea. Thanks, Cal --

Re: [jQuery] Validation plugin: on blur using ajax

2007-03-22 Thread Gareth Hughes
Dan, many thanks for the explanation. It took a couple of read throughs but it all makes sense. I thought I'd try the $.ajax method as suggested and after much mucking about it seems to be working :) The only thing that doesn't work is the timeout which is (very) bad because, as you pointed

Re: [jQuery] JQuery preventing other (old) scripts from running

2007-03-22 Thread Yansky
Is your old script loaded by body=onload ? If it is then you are going to run into problems. Try loading your old script from within the jQuery $(document).ready(function(){}); solmyr72 wrote: Hi, I am trying to integrate JQuery into an existing old project. All pages already include

[jQuery] Learning jQuery

2007-03-22 Thread Rob Wilkerson
I'm a new jQuery user and just took it for a spin on a site I've taken over. I blogged my first use case if anyone's interested. Nothing revolutionary, just examples (and code samples) of how jQuery saved me a lot of time and effort.

Re: [jQuery] Learning jQuery

2007-03-22 Thread Brandon Aaron
Welcome to jQuery! The code example where you use the .each can be written like this: $('[EMAIL PROTECTED], [EMAIL PROTECTED]') .click(function() { return false; }) .css({ cursor: 'default', textDecoration: 'none' }) .focus(function() { this.blur(); }); That is part of

Re: [jQuery] Beta Testers needed for Form Plugin file upload support

2007-03-22 Thread Aaron Heimlich
Mike, I could definately use this for my current project! I have access to Safari 2.0.4 (build 419.3) at work, here's what I've found: Form 1: seems to work fine Output: TXT: var_dump: array(5) { [type]= string(4) html [MAX_FILE_SIZE]= string(6) 10 [name]= string(12) hamsterdance [check]=

Re: [jQuery] Learning jQuery

2007-03-22 Thread Rob Wilkerson
Thanks, Brandon. I think I used each() because there were multiple elements. For some reason I didn't trust that all elements of both types would be handled properly without it. Nice to know I don't need it, though. I'll added to my code and then update the post. On 3/22/07, Brandon Aaron

Re: [jQuery] blockui crushes IE6

2007-03-22 Thread Christopher Jordan
Thanks Mike! I'm sorry I've not been much help in testing this. I'm getting pulled in fifteen different directions at work, and on top of that there's at least two or four things that I'm wanting to do for the community... ugh. I am *really* glad you were able to see the error for yourself,

Re: [jQuery] jQBrowser error

2007-03-22 Thread Nate Cavanaugh
Hi Cal, I released an update to jQBrowser, called, jQBrowser² :) Basically, jQBrowser broke the normal way in which you grab the browser properties. I went ahead and fixed it, along with adding some functionality. So, to summarize: in jQuery, you grab the browser info like this: $.browser.msie.

Re: [jQuery] JQuery problem with valid HTML ids

2007-03-22 Thread Karl Rudd
Right. In a CSS file you escape the . with a \. So to reference: div id=item.x/div You would write: #item\.x { background-color: red; } Karl Rudd On 3/22/07, Olaf Bosch [EMAIL PROTECTED] wrote: Marc Jansen schrieb: #item.x { background-color: red; } this select and

Re: [jQuery] Learning jQuery

2007-03-22 Thread Rob Wilkerson
Okay, now supposin' I need to allow one of those links to activate again... I'm trying to use the following code to block all bug sponsor_registration.(pdf|doc), but it doesn't seem to be behaving like I expect. What am I missing? $('[EMAIL PROTECTED], [EMAIL PROTECTED]').not ( ['@[EMAIL

Re: [jQuery] Beta Testers needed for Form Plugin file upload support

2007-03-22 Thread Mike Alsup
Thanks for that feedback Aaron! XML responses are a little dicey using the iframe approach. Although both dojo and YUI use this same technique, dojo comes right out and says they don't support XML responses: XML responses are not supported because we can't get a nice cross-browser solution I

Re: [jQuery] jqupload tweak + forms plugin

2007-03-22 Thread Mike Alsup
One option is to listen to the new form events. The form plugin fires a vetoable event called form.submit.validate prior to submitting the form and a notification event called form.submit.notify after the form has been submitted. Perhaps you could use these to drive the desired external

Re: [jQuery] Learning jQuery

2007-03-22 Thread Rob Wilkerson
Okay, I tracked down my incorrect syntax. I didn't realize I had to define a whole new selector in the not() method. I got it working. On 3/22/07, Rob Wilkerson [EMAIL PROTECTED] wrote: Okay, now supposin' I need to allow one of those links to activate again... I'm trying to use the

Re: [jQuery] Posting jobs to list

2007-03-22 Thread BKDesign Solutions
Actually, comments appreciated. On the WSG one cannot post jobs, I thought here was ok, was just checking. Basically when a client asks for a certain feature thats beyond my limited js knowledge then I will post request for estimate to the list. The WSG (web standards group) has a separate place

[jQuery] click(function) 'not working' for elements (not a) with tabindex and using keyboard

2007-03-22 Thread Dan Eastwell
Using the file below, I'm trying to work out why elements on my page that are acting as event 'handles', do not fire the click event (i.e. alert(Hello); ) when tabbed into and the return/enter button pressed. The first paragraph can have focus and be 'clicked' with the keyboard, but no alert

Re: [jQuery] New javascript menu flash-like

2007-03-22 Thread Pje
It's using mootools. This menu was already posted here: http://www.nabble.com/Fancy-Menu-tf3426331.html#a9549989 On 3/22/07, {js}sTyler [EMAIL PROTECTED] wrote: Hi All noticed this super little js/css menu in my news feeds: http://www.devthought.com/cssjavascript-true-power-fancy-menu/ It's

Re: [jQuery] Beta Testers needed for Form Plugin file upload support

2007-03-22 Thread Mike Alsup
Thanks, John. The implementation was mostly borrowed from YUI, although dojo's impl is the same in priciple. But jQuery's global events make this nice because the behavior is consistent with an XHR call. I like the fact that blockUI, or any other activity indicator, works as expected. Mike On

[jQuery] Playing a beep with jQuery

2007-03-22 Thread Robert James
Anyway to use jQuery to make a tone? I'd even be willing to use it to marshall something from an applet (even signed) if there's a standard way to do this. ___ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/

Re: [jQuery] Plugin Requests

2007-03-22 Thread Robert James
On 3/22/07, Sean Catchpole [EMAIL PROTECTED] wrote: Post your plugin requests. Thickbox is great. However, lot's of time you want total control over the styling of the frame window - like the excellent http://prototype-window.xilinus.com/ - which Thickbox doesn't give you. I'd really like

Re: [jQuery] Beta Testers needed for Form Plugin file upload support

2007-03-22 Thread Aaron Heimlich
On 3/22/07, Mike Alsup [EMAIL PROTECTED] wrote: Thanks for that feedback Aaron! Your welcome! XML responses are a little dicey using the iframe approach. but the safest way around this is to return text or html responses when submitting the form and that's probably the 90% use case

Re: [jQuery] Plugin Requests

2007-03-22 Thread Mike Alsup
Robert, Check out jqModal: http://dev.iceburg.net/jquery/jqModal/ It's an excellent windowing plugin and it handles some things, like focusing, much better than PWC. Mike On 3/22/07, Robert James [EMAIL PROTECTED] wrote: On 3/22/07, Sean Catchpole [EMAIL PROTECTED] wrote: Post your

Re: [jQuery] Plugin Requests

2007-03-22 Thread Glen Lipka
On 3/22/07, Sean Catchpole [EMAIL PROTECTED] wrote: Post your plugin requests. I thought this would have made an interesting plugin, but I didnt know how to do it. http://commadot.com/jquery/slots/ Also, Karl wrote this: http://www.learningjquery.com/2006/10/scroll-up-headline-reader But

Re: [jQuery] Playing a beep with jQuery

2007-03-22 Thread Joan Piedra
I think you can do this using flash and some external interface to connect js and as to make it beep. On 3/22/07, Robert James [EMAIL PROTECTED] wrote: Anyway to use jQuery to make a tone? I'd even be willing to use it to marshall something from an applet (even signed) if there's a standard

Re: [jQuery] Playing a beep with jQuery

2007-03-22 Thread Ⓙⓐⓚⓔ
I never made a beep, but I did throw together a cute program that speaks letters and words! http://jpassoc.com/junior/story.html On 3/22/07, Robert James [EMAIL PROTECTED] wrote: Anyway to use jQuery to make a tone? I'd even be willing to use it to marshall something from an applet (even

Re: [jQuery] Playing a beep with jQuery

2007-03-22 Thread Karl Rudd
Try: http://www.schillmania.com/projects/soundmanager2/ It's not jQuery based but seems to do that job. It uses a connection to a small Flash 8 file. Karl Rudd On 3/23/07, Joan Piedra [EMAIL PROTECTED] wrote: I think you can do this using flash and some external interface to connect js and

Re: [jQuery] Plugin released: textify. PROBLEMS UNSOLVED

2007-03-22 Thread Abel Tamayo
It might be because execCommand() is a proprietary, IE-only feature. Not sure how it would've worked in FF unless you were using a different implementation at the time... I developed it all the time thinking towards Firefox and using an article I found at Mozilla WebDev about

[jQuery] animate

2007-03-22 Thread Alexander Petri
Hi, i have a small problem to solve: i want to animate the src attribute in an img tag i have 25 scaled images of a filled circle. the larest is 640x640px and the smallest is 32x32 i want to animate the steps in one second. can anyone give me a hint how to do that? maybe with the animate method?

Re: [jQuery] NOTICE: Moving to Google Groups

2007-03-22 Thread Jason Levine
I just tried that. Now I can send e-mails in Gmail as it they were from my Yahoo address. However, I still can't post to Google Groups an have my Yahoo address appear instead of my GMail address. -- View this message in context:

Re: [jQuery] Javascript dump, ala Coldfusion's CFDUMP

2007-03-22 Thread Daemach
I wrote the jquery plugin and fixed a few bugs but credit for the original dump() goes to Shawn at Netgrow. On Mar 22, 10:50 am, Michael E. Carluen [EMAIL PROTECTED] wrote: To whoever is responsible for it, if you're on the list, please claim your kudos for a job well done. Thanks!!.. its

[jQuery] weird Ajax problem with posting

2007-03-22 Thread Vaska
I have this very strange problem...if I use Ajax in the Dave Hauensteins Another-in-place editor I get a 403 forbidden access error. The same page, has a number of $post()'s and they work perfectly. The are both undoubtedly going to the right url... What could be causing this? Here's an