[jQuery] Re: What library to use for drag and drop?

2007-07-30 Thread tcollogne
Than I will monitor the progress and wait till the final version. Is it possible to use the current svn version of jquery ui to build a protopype, or is it perhaps a bit too soon? John Resig wrote: > > >> You guys think that a final version of the jquery ui will be available >> end >> of Au

[jQuery] Sortable , serialize and disable item

2007-07-30 Thread amircx
hey. i need help i got here a sortable list, and i want to make couple of things: 1. once the order is changes, serialize the new list so i can get array to work with php (ie. navigation_menu[1]=homepage&navigation_menu[2]=homepage&navigation_menu[1]=our story&navigation_menu[1]=party ... etc. )

[jQuery] Announce: jQuery copy plugin

2007-07-30 Thread Guapo
we all know that in ie we can easily copy text to clipboard, but it is now so easy in fx. this plugin use a swf file to achieve this purpose. the swf file's default location is same to the plugin, if you move it to another location, change it in the plugin source code. more info:http://yangshuai.

[jQuery] Re: Layout Panels?

2007-07-30 Thread Brian Cherne
Hmmm... I seemed to have editorialized my response more than I realized. :) I just meant to clarify EXT's "free" is not like jQuery's free (for-all-uses)... but "free" as in $250+ for commercial/non-LGPL use. http://extjs.com/ext-store/commercial ...trying to avoid someone reading "free" and not

[jQuery] Re: jqShuffle plugin (alpha)

2007-07-30 Thread Benjamin Sterling
I really do appreciate everyones feedback. I will clean up the code and give some better and wider range of examples by the end of next week. Thanks again. On 7/30/07, Ganeshji Marwaha <[EMAIL PROTECTED]> wrote: > > very cool ben... it was on my list since i saw a similar thing on the > "project

[jQuery] Re: An autocomplete that is able to insert a hidden id based upon the ID of a returned element?

2007-07-30 Thread Larry Garfield
If I understand you correctly, have a look at Drupal (a PHP CMS, http://drupal.org/). It uses jQuery and offers an autocomplete that I think is what you describe. I'm not entirely sure how it does it internally, but it's worth looking into. On Monday 30 July 2007, Jim Newfer wrote: > Hello e

[jQuery] Re: Layout Panels?

2007-07-30 Thread Rey Bango
Hi Brian, Ext has both an open source (LGPL) and commercial license. This seems to handle the licensing spectrum well. Where are you seeing a breakdown here? I'd like to understand this more. Rey... Brian Cherne wrote: That depends on what you mean by "free" ... http://extjs.com/license I

[jQuery] Re: An autocomplete that is able to insert a hidden id based upon the ID of a returned element?

2007-07-30 Thread Glen Lipka
Im not exactly following. The plugins may have their own way, however, you can always get an attribute with the attr() function. $("li").attr("id") would return the ID of an element. So it seems you want to get the ID of the one the user selected. So I will sort of fake it, because I dont know

[jQuery] Re: Layout Panels?

2007-07-30 Thread Brian Cherne
That depends on what you mean by "free" ... http://extjs.com/license I personally hate getting lawyers involved in any project more than necessary. EXT, unfortunately, is definitely one where your client and their lawyers need to make the decision. I've worked with a few that have a strict no GPL

[jQuery] Re: interesting JS "animation", candidate for jQuery plugin

2007-07-30 Thread Jean
Thanks for the tip ;D On 7/29/07, Michael Geary <[EMAIL PROTECTED]> wrote: > > > From: Stephan Beal > > > > i just came across this by accident and thought it might > > interest some plugin author enough to write a similar feature > > for jQuery: > > > > http://imdb.com/title/tt0084787/faq > > >

[jQuery] Re: Layout Panels?

2007-07-30 Thread Jean
killer! On 7/30/07, Tobias Parent <[EMAIL PROTECTED]> wrote: > > ExtJS has been written to be compatible with YUI, Prototype or jQuery > so, to answer your question, yes. Use the ExtJS layout panels, and use > your jQuery as well. > > Mitchell - ExtJS is another JS library, extending the function

[jQuery] Re: 1.1.3.1 breaks jqModal in IE6

2007-07-30 Thread Brice Burgess
On Jul 30, 1:23 pm, mmiller <[EMAIL PROTECTED]> wrote: > Final fix for me as follows: > > jqModal.js (r9) line 55 WAS: var s=0,hash={},ma=[],ie6=$.browser.msie > && typeof XMLHttpRequest == 'function', > > jqModal.js (r9) line 55 FIX: var s=0,hash={},ma=[],ie6=$.browser.msie > && ($.browser.versi

[jQuery] Re: jqModal and Enter key

2007-07-30 Thread Brice Burgess
Jack, I'd have to see your code -- but I believe the enter key is closing the windows as you may have focus on the overlay, and the enter is treated as a click. jqModal doesn't attach anything specific to the enter key. Try passing the "modal" parameter as true to see if it adverts this behavio

[jQuery] animate- moving icons around image

2007-07-30 Thread bwdev
I'm trying to develop an app which requires me to move icons all over a specified space based on the results of an ajax call. Basically I'll have a static icon of a person in the center of a square...as each ajax call happens the I will receive results showing other icons (people) in relation to

[jQuery] Safari 1.3.2 click event not returning false

2007-07-30 Thread NickMaller
Hi, I have the below problem happening for one of my clients, any ideas on what's the cause? I've tried a number of different things and essentially updating to the latest nightlie and removing all other javascript except for the return false on the link and the problem still persists. Bug Detail

[jQuery] Re: Layout Panels?

2007-07-30 Thread Tobias Parent
ExtJS has been written to be compatible with YUI, Prototype or jQuery so, to answer your question, yes. Use the ExtJS layout panels, and use your jQuery as well. Mitchell - ExtJS is another JS library, extending the functionality of what some core libraries are doing. There is some (not much

[jQuery] Re: jqShuffle plugin (alpha)

2007-07-30 Thread Ganeshji Marwaha
very cool ben... it was on my list since i saw a similar thing on the "project san dimas" from ebay. Didn't have the time to get around it... Now, seeing this is like a dream come true... keep up the great work. -GTG On 7/30/07, wafla <[EMAIL PROTECTED]> wrote: > > > When you click like crazy on

[jQuery] Re: Layout Panels?

2007-07-30 Thread Mitchell Waite
That ext is pretty cool, what is it exactly? Free? -Original Message- From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of voltron Sent: Monday, July 30, 2007 3:16 PM To: jQuery (English) Subject: [jQuery] Layout Panels? Hi! Are there any layout panels for Jquery? E

[jQuery] Re: ContextMenu hidden under dropdown lists

2007-07-30 Thread Benjamin Sterling
Check out http://dev.jquery.com/~brandon/plugins/bgiframe/jquery.bgiframe.js, that should help fix your issue. On 7/30/07, cafebonne <[EMAIL PROTECTED]> wrote: > > > > I am using the ContextMenu plugin on a page that has a lot of dropdown > lists > (html selects), and when the context menu is popp

[jQuery] Re: ContextMenu hidden under dropdown lists

2007-07-30 Thread Mitchell Waite
Why don't you put the context menu in its own DIV and then hide it when the menu is hovered. -Original Message- From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of cafebonne Sent: Monday, July 30, 2007 5:52 PM To: jquery-en@googlegroups.com Subject: [jQuery] ContextMen

[jQuery] ContextMenu hidden under dropdown lists

2007-07-30 Thread cafebonne
I am using the ContextMenu plugin on a page that has a lot of dropdown lists (html selects), and when the context menu is popped up, it always appears underneath the dropdown lists... I know the reason why it is doing this, and I'm asking the following question: Is there a workaround for this p

[jQuery] An autocomplete that is able to insert a hidden id based upon the ID of a returned element?

2007-07-30 Thread Jim Newfer
Hello every, I am new from prototype and am trying to change my methods to jQuery. What I want to do is very familiar to me with prototype, but confuses me when trying to do it with jQ :P I have spent the past 3 hours playing around with the autocomplete plugins on the site, and read their docum

[jQuery] Re: ANNOUNCE: jTagEditor 1.0 beta

2007-07-30 Thread Jay Salvat
Hi Danial, I'm working on some new features allowing more customizations or other jquery plugin addition. I hope they'll help you to customize your editor to match your needs. Contact me by email for any question. Glad to have some beta testers ;) Jay On 30 juil, 12:15, "Danial Tzadeh" <[EMAIL

[jQuery] Re: interesting JS "animation", candidate for jQuery plugin

2007-07-30 Thread Michael Geary
> From: Jay Salvat > > Sorry for the useless answer :) Not useless at all! If anyone tried the code from my message, they would have been disappointed. You caught the bit of CSS that I'd missed - thanks! -Mike

[jQuery] Re: A little different edit in place. (use a link to initiate the edit)

2007-07-30 Thread Olaf Bosch
Josh Nathanson schrieb: I hope someone could help me with this. i tried to put this: $("#username").editable("???", { cssclass : "someclass" }); in a function and than call the function when you click the link but that didn't work. The problem is it sort of violates the whole "edi

[jQuery] Re: A little different edit in place. (use a link to initiate the edit)

2007-07-30 Thread Glen Lipka
Maybe post a demo page of the broken one. Should be easy to debug. Glen On 7/30/07, Mark <[EMAIL PROTECTED]> wrote: > > > o that's nice ^_^ > oke.. i will give it a try and probably nudge that person as well. > > > Thanx. > > 2007/7/31, Josh Nathanson <[EMAIL PROTECTED]>: > > > > > I hope someon

[jQuery] Re: interesting JS "animation", candidate for jQuery plugin

2007-07-30 Thread Jay Salvat
You're totally right Michael, i confused their .hover class with :hover css pseudo class. And your still right, :hover pseudo class does'nt work properly on IE. Sorry for the useless answer :) On 29 juil, 16:23, "Michael Geary" <[EMAIL PROTECTED]> wrote: > Actually, Jay, the JavaScript is requi

[jQuery] Re: A little different edit in place. (use a link to initiate the edit)

2007-07-30 Thread Mark
o that's nice ^_^ oke.. i will give it a try and probably nudge that person as well. Thanx. 2007/7/31, Josh Nathanson <[EMAIL PROTECTED]>: > > > I hope someone could help me with this. > > i tried to put this: > > $("#username").editable("???", { > > cssclass : "someclass" > >});

[jQuery] Re: jqShuffle plugin (alpha)

2007-07-30 Thread wafla
When you click like crazy on one of the "decks", even on the moving cards, they start going nuts -- I like it. They always end up back in their pile. This is VERY nice. > Any and all feedback welcomed. > > Tips on making the code better will be greatly appreciated.

[jQuery] Re: jqShuffle plugin (alpha)

2007-07-30 Thread Jay Salvat
Very very nice job Benjamin! It would be interesting to plugin it on an picture gallery and slideshow. I will work on that shortly. Great plugin. On 30 juil, 19:39, "Benjamin Sterling" <[EMAIL PROTECTED]> wrote: > I wanted to announce my first plug-in called jqShuffle. It is in alpha > right now

[jQuery] Layout Panels?

2007-07-30 Thread voltron
Hi! Are there any layout panels for Jquery? Examples are(http://extjs.com/ deploy/ext/docs/index.html)? Thanks!

[jQuery] Re: A little different edit in place. (use a link to initiate the edit)

2007-07-30 Thread Josh Nathanson
I hope someone could help me with this. i tried to put this: $("#username").editable("???", { cssclass : "someclass" }); in a function and than call the function when you click the link but that didn't work. Mark - you might be able to nudge the jEditable creator to mod the plugin

[jQuery] Re: A little different edit in place. (use a link to initiate the edit)

2007-07-30 Thread Josh Nathanson
I know these kinds of responses aren't really popular but... Why bother doing any of that? Why aren't you just using regular text fields (and any other applicable form field)? Why force the user to click yet another time to edit a field? In my case I wanted my users (who have no idea the di

[jQuery] Re: Anything similar to IE's table.moveRow in jquery?

2007-07-30 Thread Klaus Hartl
Mike Miller wrote: Haven't been able to find any documentation so far that talks about how to move rows around with jquery. Don't really need to sort the whole table...rather I want to move one row to another position. Can this be done? The following should work as long as I'm not missing so

[jQuery] Anything similar to IE's table.moveRow in jquery?

2007-07-30 Thread Mike Miller
Haven't been able to find any documentation so far that talks about how to move rows around with jquery. Don't really need to sort the whole table...rather I want to move one row to another position. Can this be done?

[jQuery] Re: [ANNOUNCEMENT] jqShuffle plugin (alpha)

2007-07-30 Thread Jean
really really cool! On 7/30/07, Mike Alsup <[EMAIL PROTECTED]> wrote: > > This is really cool, Ben!! > > Mike > > > http://www.benjaminsterling.com/experiments/jqShuffle/ > -- []´s Jean www.suissa.info Ethereal Agency www.etherealagency.com

[jQuery] Announce: fixedBox plugin

2007-07-30 Thread Jean-Francois Hovinne
Hi, fixedBox is a simple and lightweight jQuery plugin that allows you to easily display a fixed box in the web page. The box is centered by default, but you can also define the left and/ or top positions. More info: http://www.hovinne.com/blog/index.php/2007/07/30/134-fixedbox-jquery-plugin En

[jQuery] Re: WYSIWYG Editing with Form Plugin

2007-07-30 Thread Jean-Francois Hovinne
Thanks for promoting WYMeditor, Tane! Please note that the website is located at http://www.wymeditor.org/ Cheers ;) jf On 30 juil, 19:48, "Tane Piper" <[EMAIL PROTECTED]> wrote: > Shaun, > > You could also try out the jQuery based WYMeditor at www.wymeditor.com > - I've used it sucessfully with

[jQuery] Re: [ANNOUNCEMENT] jqShuffle plugin (alpha)

2007-07-30 Thread Benjamin Sterling
Not yet, but it should work, if you test that let me know if there is any issue. It also does text and even a combination or text and images. On 7/30/07, Andy Matthews <[EMAIL PROTECTED]> wrote: > > This is pretty slick. Have you tested it with larger images, say 800x600 > and above? I'd be inte

[jQuery] Re: [ANNOUNCEMENT] jqShuffle plugin (alpha)

2007-07-30 Thread Andy Matthews
This is pretty slick. Have you tested it with larger images, say 800x600 and above? I'd be interested to see how it would perform. _ From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Benjamin Sterling Sent: Monday, July 30, 2007 12:39 PM To: jquery-en Subject: [jQuer

[jQuery] Re: Elements strip for horizontal scroller

2007-07-30 Thread Josh Nathanson
Are you describing something like this at the top of the apple mac store? http://www.apple.com/mac/ I'd love to know how to do that in jQuery as its both a continuous scroller AND a group scroller. Isn't that very similar to the JCarousel line of plugins? -- Josh

[jQuery] Re: Elements strip for horizontal scroller

2007-07-30 Thread Gordon
Yes, a quick glance seems to suggest a very similar HTML structure to what I'm thinking about. It doesn't need a drag handle though. On Jul 30, 8:28 pm, "Mitchell Waite" <[EMAIL PROTECTED]> wrote: > Are you describing something like this at the top of the apple mac store? > > http://www.apple.co

[jQuery] Re: Elements strip for horizontal scroller

2007-07-30 Thread Mitchell Waite
Are you describing something like this at the top of the apple mac store? http://www.apple.com/mac/ I'd love to know how to do that in jQuery as its both a continuous scroller AND a group scroller. Mitch -Original Message- From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On B

[jQuery] Re: Anyway to kill a bunch of queued up mouse events

2007-07-30 Thread Brian Cherne
I haven't followed this thread, so I apologize if my input is out-of-context. The CSS approach will likely be the fastest assuming you've cased for IE6's background flicker issue. If you haven't, or you can't, then a JavaScript approach will appear faster. hoverIntent only tracks mouse movement w

[jQuery] Re: "please wait"-box only if delayed response

2007-07-30 Thread Mitchell Waite
I had almost this exact same issue. I used one of the many animated spin cursor gifs on the net along with show, hide and setTimeOut. I thought about using the fade out but it's too CPU intensive compared to show and hide. -Original Message- From: jquery-en@googlegroups.com [mailto:[EMAIL

[jQuery] Re: [ANNOUNCEMENT] jqShuffle plugin (alpha)

2007-07-30 Thread Benjamin Sterling
No, the try/catch just became habit after the past couple of projects that had scopes changed ever two days and in turn, was causing issues, so I put the try catch in there and using I put $.iLogger.log instead of alert() Good call on the chainability, will make that so. On 7/30/07, Klaus Hartl <

[jQuery] Elements strip for horizontal scroller

2007-07-30 Thread Gordon
This is (probably) more a CSS problem than it is a jQuery problem but you guys are a lot more helpful than the guys on CodingForums so I thought I'd try here first. There is some jQuery stuff involved too I want to build a dialog that displays a collection of products for comparison. Each produ

[jQuery] Re: Element contains element

2007-07-30 Thread oliver
all jQuery objects have a length attribute. if it is 0, then your query did not match anything. o On Jul 30, 3:12 am, Adrian Lynch <[EMAIL PROTECTED]> wrote: > When I do something like the following $("div/a"), is there a way to > determine if that doesn't match any elements? > > find(expr) loo

[jQuery] Re: [ANNOUNCEMENT] jqShuffle plugin (alpha)

2007-07-30 Thread Klaus Hartl
Benjamin Sterling wrote: I wanted to announce my first plug-in called jqShuffle. It is in alpha right now, because I know there a better ways of doing some of the stuff I want to do. The url for script and some very basic demos: http://www.benjaminsterling.com/experiments/jqShuffle/ Curre

[jQuery] Re: [ANNOUNCEMENT] jqShuffle plugin (alpha)

2007-07-30 Thread Mike Alsup
This is really cool, Ben!! Mike > http://www.benjaminsterling.com/experiments/jqShuffle/

[jQuery] Re: [ANNOUNCEMENT] jqShuffle plugin (alpha)

2007-07-30 Thread Benjamin Sterling
Hmmm that seem like an interesting idea. That may be version 2.0though. But I def like that. On 7/30/07, Giuliano Marcangelo <[EMAIL PROTECTED]> wrote: > > Benjamin, > > very nice.. > > suggestion: if you could ally this plug in with the zooming functionality > of Glen Lipka's easebo

[jQuery] Re: Anyway to kill a bunch of queued up mouse events

2007-07-30 Thread Mitchell Waite
Dan Do you have any impression of the CPU drag that comes with using hoverIntent? I am using the css approach and its 0 MIPS. -Original Message- From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Dan G. Switzer, II Sent: Monday, July 30, 2007 6:08 AM To: jquery-en@g

[jQuery] Re: [ANNOUNCEMENT] jqShuffle plugin (alpha)

2007-07-30 Thread Giuliano Marcangelo
Benjamin, very nice.. suggestion: if you could ally this plug in with the zooming functionality of Glen Lipka's easebox ( http://www.commadot.com/jquery/easebox/ )..it would make it really interesting... Giuliano On 30/07/07, Richard D. Worth <[EMAIL PROTECTED]> wrote: > > Awesome. Beau

[jQuery] Re: [NEWS] 5 JavaScript Tricks Made Easy with jQuery on DZone.com

2007-07-30 Thread Tane Piper
Amen to that, my plugin that Rey also posted here today also made it to the front page of DZone, and I am a regular visitor there - I second encouraging everyone to vote up jQuery and JavaScript related posts. On 30/07/07, Giant Jam Sandwich <[EMAIL PROTECTED]> wrote: > > Hi Rey, > > Thanks so m

[jQuery] Re: WYSIWYG Editing with Form Plugin

2007-07-30 Thread Tane Piper
Shaun, You could also try out the jQuery based WYMeditor at www.wymeditor.com - I've used it sucessfully with the form plugin. Its currently not as feature-rich as those other editors, but it plays very nicely with what your trying to do. On 27/07/07, Shaun Kester <[EMAIL PROTECTED]> wrote: >

[jQuery] Re: AW: [jQuery] Re: OT: A Big Idea

2007-07-30 Thread Christof Donat
Hi, > sIFR does not break aural readers at all. > It takes normal HTML and it pushes it into a flash movie (if flash is > there) and shows it with the flash font. So we can not count on an exact visual representation - only if flash player is installed. What do we gain then? Is the flash player

[jQuery] Re: [ANNOUNCEMENT] jqShuffle plugin (alpha)

2007-07-30 Thread Richard D. Worth
Awesome. Beautiful! I want it. I haven't looked at the code yet, but beauty demo, man. - Richard On 7/30/07, Benjamin Sterling <[EMAIL PROTECTED]> wrote: > > I wanted to announce my first plug-in called jqShuffle. It is in alpha > right now, because I know there a better ways of doing some of th

[jQuery] [ANNOUNCEMENT] jqShuffle plugin (alpha)

2007-07-30 Thread Benjamin Sterling
I wanted to announce my first plug-in called jqShuffle. It is in alpha right now, because I know there a better ways of doing some of the stuff I want to do. The url for script and some very basic demos: http://www.benjaminsterling.com/experiments/jqShuffle/ Currently tested in IE6, IE7, FF2 (ma

[jQuery] Re: WYSIWYG Editing with Form Plugin

2007-07-30 Thread Shaun Kester
It is an intranet app, but I could probably figure something out. It works in FF, but not IE 6. If I load with ajax, then do a plain submit, it works. If I submit with the form plugin, I get just plain text with no formatting. I'm using fckeditor 2.4.3, latest jquery and form plugin. Thank you fo

[jQuery] Re: 5 JavaScript Tricks Made Easy with jQuery on DZone.com

2007-07-30 Thread Giant Jam Sandwich
Hi Rey, Thanks so much for posting this. Not only did it get onto the front page of DZone, but it made it into the popular list of URLs on del.icio.us this afternoon. For anyone who does not use DZone, I definately encourage you to check out this community. As of recent, I think it is the only "

[jQuery] Re: Anyway to kill a bunch of queued up mouse events

2007-07-30 Thread Terry B
the logic should be something like: var timeInSecs = 0.8; var mouseEventCaller; onHoverFunctionInit () { clearTimeout(mouseEventCaller); var timeout = Math.ceil(timeInSecs*1000); mouseEventCaller = setTimeout("onHoverFunctionExec()", timeout); } onHoverFunctionExec() {

[jQuery] Re: 1.1.3.1 breaks jqModal in IE6

2007-07-30 Thread mmiller
Final fix for me as follows: jqModal.js (r9) line 55 WAS: var s=0,hash={},ma=[],ie6=$.browser.msie && typeof XMLHttpRequest == 'function', jqModal.js (r9) line 55 FIX: var s=0,hash={},ma=[],ie6=$.browser.msie && ($.browser.version == "6.0"), Mark On Jul 27, 10:26 am, mmiller <[EMAIL PROTECTED]

[jQuery] Re: "please wait"-box only if delayed response

2007-07-30 Thread seedy
You could use a http://www.w3schools.com/js/js_timing.asp setTimeout to delay the box from showing. I have had to deal with the same issue of my wait box 'flashing' for quick page loads, but instead of using setTimeout, I fade the box out. The fade always takes some time, so even on the quick

[jQuery] Re: Help with book example - alternating row colors

2007-07-30 Thread Priest, James (NIH/NIEHS) [C]
> -Original Message- > From: Jonathan Chaffer [mailto:[EMAIL PROTECTED] > > But now I'd like to add a bottom border to each 'set' (like the txt > > example above) but so far my attempts haven't worked... I either > > get the > > bottom border correct - or my striping on each 'set' gets

[jQuery] Re: Help with book example - alternating row colors

2007-07-30 Thread Jonathan Chaffer
On Jul 30, 2007, at 11:16 , Priest, James (NIH/NIEHS) [C] wrote: Using the book code - I've got the background striped every other row: $(document).ready( function() { // $('table#chemtable tr:odd').addClass('odd'); // $("

[jQuery] Re: Anyway to kill a bunch of queued up mouse events

2007-07-30 Thread Mitchell Waite
Dear Dan Thanks so much for that plugin tip, I will try it today. I did find that the while the built in hover function in jQuery works for buttons, the pure css approach using the background-image position approach works just as well and uses no JS. Plus the code is so much shorter. But there ar

[jQuery] Re: Animation error and next level help [solved]

2007-07-30 Thread Benjamin Sterling
Joel, That actually worked real well; why this is an error, I am not sure. I may open a ticket. Really appreciate your help. On 7/30/07, Joel Birch <[EMAIL PROTECTED]> wrote: > > > On 31/07/2007, at 2:10 AM, Joel Birch wrote: > > var leftAlign = true; > > var posiOffset = 10; > > var c = { width

[jQuery] Re: AW: [jQuery] Re: OT: A Big Idea

2007-07-30 Thread Rick Faircloth
If all accessibility options were still available (and perhaps enhanced because producers could spend more time on that instead of browser issues), and all other expected browsers functions were still available, like controlling cookies, turning js on or off, etc., I would think users wouldn't c

[jQuery] Re: Help with book example - alternating row colors

2007-07-30 Thread Priest, James (NIH/NIEHS) [C]
> -Original Message- > From: mdrisser [mailto:[EMAIL PROTECTED] > It really depends upon how you're going about trying to add the bottom > border. The best way would be to either put the bottom border in > #chemTable tr { border-bottom: 1px solid #000;} or add a bottom border > to your a

[jQuery] Re: Animation error and next level help [Question 1 solved]

2007-07-30 Thread Joel Birch
On 31/07/2007, at 2:10 AM, Joel Birch wrote: var leftAlign = true; var posiOffset = 10; var c = { width : 100px}; c[leftAlign ? 'left' : 'right' ] = posiOffset +'px'; $('#el').css(c); Correction: obviously 100px needs to be in quotes, and the first two variables are actually set dynamically,

[jQuery] Re: Animation error and next level help [Question 1 solved]

2007-07-30 Thread Joel Birch
On 31/07/2007, at 12:58 AM, Benjamin Sterling wrote: Question 2: I want to make the above code more dynamic, I am allowing for a option to be passed in to change the direction of the animation, but when I do: newDirection = 'left'; $t

[jQuery] Re: "please wait"-box only if delayed response

2007-07-30 Thread Dan G. Switzer, II
Kai, >How can I make my #wait container show only if there is a delay in the >response. Let's say that I >only want to show it if there is no response within 2 seconds. > >This is my current code, which often cause the wait box to show and then >hide, quickly - which looks >odd to the user: > >$(

[jQuery] Re: Help with book example - alternating row colors

2007-07-30 Thread mdrisser
It really depends upon how you're going about trying to add the bottom border. The best way would be to either put the bottom border in #chemTable tr { border-bottom: 1px solid #000;} or add a bottom border to your add and even classes. (i.e. .odd, .even {border-bottom: 1px solid #000;} That is a

[jQuery] Re: AW: [jQuery] Re: OT: A Big Idea

2007-07-30 Thread Glen Lipka
sIFR does not break aural readers at all. It takes normal HTML and it pushes it into a flash movie (if flash is there) and shows it with the flash font. Still selectable, copyable. The user actually can not tell the difference at all. Screen readers read the html, not the flash. Its unobtrusive

[jQuery] Re: Cycle Plugin and z-index

2007-07-30 Thread Mike Alsup
Matthew, This seems to be working for me. I just changed the overlay positioning to use: left: 10px; http://malsup.com/jquery/cycle/test.html Mike > I'm using M. Alsup's Cycle plugin to transition between a series of > images. This is working as expected, but I'm having problems getting > a

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

2007-07-30 Thread Aaron
i have tried each script by itself and it works fine. the accordian script works when used by itself and even if there is no accordian object on the page it works witout throwing an error. it just seems to throw an error when the innerfade script is used. anyone have any ideas or used these 2 scr

[jQuery] Re: What library to use for drag and drop?

2007-07-30 Thread John Resig
> You guys think that a final version of the jquery ui will be available end > of August/ beginning of Semptember, or should we stick to the interface > plugin? If you're open to waiting until then, then yes, I'd recommend it. The result is going to be very good. If you're interested in giving i

[jQuery] Re: AW: [jQuery] Re: OT: A Big Idea

2007-07-30 Thread Christof Donat
Hi, > 1. Allow the publisher to determine which rendering engine to display the > page in. Exactly this is what I don't whant to see and I do think that I have good reasons. > Think about sIFR. It works because it's unobtrusive and relies on a plugin > that everyone has. Well, most people. H

[jQuery] Help with book example - alternating row colors

2007-07-30 Thread Priest, James (NIH/NIEHS) [C]
In the book - there is an example for alternating row colors in a table, and an expanded version for alternating triplets. I've got that working - I have a table with two rows of chemical data: CHEMICAL NAME: BA (GROWTH STIMULANT) AMOUNT: 1 UNITS: FL.OZ. ISOTOPE:ACTIVITY: ACTIVIT

[jQuery] Re: AW: [jQuery] Re: OT: A Big Idea

2007-07-30 Thread Christof Donat
Hi, > > 1. The web has never been designed to give you exactly the > > same results everywhere. It has been designed to give the > > user the best possible access to the information independent > > from his eventual disabilities. Use the tool as it is and > > don't complain that your hammer is no

[jQuery] Cycle Plugin and z-index

2007-07-30 Thread Matthew
Hi, I'm using M. Alsup's Cycle plugin to transition between a series of images. This is working as expected, but I'm having problems getting an additional image to appear "above" them, at a higher z-index. I've tried giving both elements a fixed z-index, and by using a transparent slide I'm able t

[jQuery] "please wait"-box only if delayed response

2007-07-30 Thread Kia Niskavaara
How can I make my #wait container show only if there is a delay in the response. Let's say that I only want to show it if there is no response within 2 seconds. This is my current code, which often cause the wait box to show and then hide, quickly - which looks odd to the user: $(document).

[jQuery] Re: What library to use for drag and drop?

2007-07-30 Thread Glen Lipka
There is this one too. http://fromvega.com/wordpress/2007/07/14/easydrag-jquery-plugin/ Glen On 7/30/07, Benjamin Sterling <[EMAIL PROTECTED]> wrote: > > Hey, > The interface plugins are still being supported, so you should be good to > use the drag and drop. There was confusion about the interf

[jQuery] Re: Google Adsense Java Script Code To test your website

2007-07-30 Thread Armand Datema
Well google a bit and we are not the only list she is spamming with various kinds of google adsense postings reported with google also Armand On 7/30/07, Rey Bango <[EMAIL PROTECTED]> wrote: > > I figured as much but didn't want to just call someone out in case it > was a legitimate posting. :)

[jQuery] Re: history_remote Plugin

2007-07-30 Thread Klaus Hartl
Chango wrote: Hi, i'm using the jquery.history_remote Plugin (http:// www.stilbuero.de/jquery/history/)...thanks Klaus! My question is: How to make SET a hash foreach content showed into "Chapter" DIV? I'm using this to submit a Search Form to chapter div: function load (url, formname) { var

[jQuery] Re: changing the value of a global variable inside an post callback function?

2007-07-30 Thread bdee1
does anyone have any other suggestions on this? bdee1 wrote: > > thanks for getting back to me. > > problem is that i am not sure if i can do all the processing i need in > the callback function. because on my form i have > onsubmit="javascript:return validateForm(this)" so it calls my > v

[jQuery] Re: Animation error and next level help [Question 1 solved]

2007-07-30 Thread Benjamin Sterling
That is crazy is so many different ways Thanks Giuliano. On 7/30/07, Giuliano Marcangelo <[EMAIL PROTECTED]> wrote: > > Benjamin, > > ul.imageBox li {left:0;top:0}...appears to cure the Internet > Exploder problem > > :) > > On 30/07/07, Benjamin Sterling < [EMAIL PROTECTED]>

[jQuery] Re: Animation error and next level help

2007-07-30 Thread Giuliano Marcangelo
Benjamin, ul.imageBox li {left:0;top:0}...appears to cure the Internet Exploder problem :) On 30/07/07, Benjamin Sterling <[EMAIL PROTECTED]> wrote: > > Yeah, that is what I thought at first, but still errors out when i remove > the minus sign, > > On 7/30/07, Alexandre Plennevau

[jQuery] Re: AW: [jQuery] Re: OT: A Big Idea

2007-07-30 Thread Glen Lipka
The main idea is: 1. Allow the publisher to determine which rendering engine to display the page in. 2. Do it in an unobtrusive way so Google SEO is still happy and we are still working with HTML, CSS and jQuery 3. Only need to develop 1 version of a page in the normal way (although testing on mult

[jQuery] Re: tr[position() mod 3 = 0]

2007-07-30 Thread Klaus Hartl
Benjamin Sterling wrote: Sean, that is a nice selector. On 7/30/07, *Sean Catchpole* <[EMAIL PROTECTED] > wrote: Dmitrii, the code Erik Beeson pasted works, here's another option: $.extend({expr:{":":{mod: "i%m[3]==0"}}}); //adds mod selector $("tr:mod(

[jQuery] Re: tr[position() mod 3 = 0]

2007-07-30 Thread Sean Catchpole
On 7/30/07, John Resig <[EMAIL PROTECTED]> wrote: > As of jQuery 1.1.3 you can now do: > $("tr:nth-child(3n)") I knew it! I couldn't remember which selector did it, but I thought I had seen it before. Thanks John. ~Sean

[jQuery] Re: History anchors with variable and value (#var=value)

2007-07-30 Thread Sean Catchpole
The following code will set index.html#num=2#foo=bar to num=2; foo="bar"; (function(){ var l=window.location.hash.split('#').slice(1) for(var i=0; i

[jQuery] Re: Google Adsense Java Script Code To test your website

2007-07-30 Thread Rey Bango
I figured as much but didn't want to just call someone out in case it was a legitimate posting. :) Rey Klaus Hartl wrote: Rey Bango wrote: Hi Mary, There doesn't seem to be a question here. Why would you request people to do this? Rey... I think that's kind of spam, asking you to pu

[jQuery] Re: What library to use for drag and drop?

2007-07-30 Thread Benjamin Sterling
Hey, The interface plugins are still being supported, so you should be good to use the drag and drop. There was confusion about the interface support but John has said that it is still being supported. On 7/30/07, tcollogne <[EMAIL PROTECTED]> wrote: > > > > Hello, > > We are starting development

[jQuery] Re: tr[position() mod 3 = 0]

2007-07-30 Thread John Resig
As of jQuery 1.1.3 you can now do: $("tr:nth-child(3n)") --John On 7/30/07, Dmitrii 'Mamut' Dimandt <[EMAIL PROTECTED]> wrote: > > What would be the jQuery way of doing tr[position() mod 3 = 0] ? > > Thank you! > >

[jQuery] What library to use for drag and drop?

2007-07-30 Thread tcollogne
Hello, We are starting development of an eshop that needs to be operational in October. For our shopping basket, we are thinking of using ajax in combination with some drag and drop. A bit like the demo here from the interface plugin http://interface.eyecon.ro/demos/cart.html After readin

[jQuery] Re: Animation error and next level help

2007-07-30 Thread Benjamin Sterling
Yeah, that is what I thought at first, but still errors out when i remove the minus sign, On 7/30/07, Alexandre Plennevaux <[EMAIL PROTECTED]> wrote: > > i wonder if it is not caused by the negative value ( -208) > > looking good otherwise on FF ! > > -- > *From:* jqu

[jQuery] Re: jQuery and InnerFade

2007-07-30 Thread Rick Faircloth
Yes, being able to view the site would help. Rick -Original Message- From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Tom Foyster Sent: Monday, July 30, 2007 9:32 AM To: jquery-en@googlegroups.com Subject: [jQuery] Re: jQuery and InnerFade Thanks for the reply a

[jQuery] Re: tr[position() mod 3 = 0]

2007-07-30 Thread Benjamin Sterling
Sean, that is a nice selector. On 7/30/07, Sean Catchpole <[EMAIL PROTECTED]> wrote: > > Dmitrii, the code Erik Beeson pasted works, here's another option: > $.extend({expr:{":":{mod: "i%m[3]==0"}}}); //adds mod selector > > $("tr:mod(3)") > > > ~Sean -- Benjamin Sterling http://www.KenzoMedi

[jQuery] Re: Animation error and next level help

2007-07-30 Thread Alexandre Plennevaux
i wonder if it is not caused by the negative value ( -208) looking good otherwise on FF ! _ From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Benjamin Sterling Sent: lundi 30 juillet 2007 15:23 To: jquery-en Subject: [jQuery] Animation error and next level help

  1   2   >