[jQuery] blockUI custom options not working

2008-10-23 Thread Microbe
Hey folks, I don't like to waste a list's time with a noob question, but I have come to my wits end on this. I am trying to use blockUI on a series of file upload fields on a page It works fine, but I just can't get the custom message to work. All the demos use a button I have tried a

[jQuery] Re: blockUI custom options not working

2008-10-23 Thread Mike Alsup
It works fine, but I just can't get the custom message to work.  All the demos use a button I have tried a number of variations including copying code straight from the demos.  This should at least turn the overlay blue, but it isn't - http//www/DearFamilyandFriends.com/tes.php script

[jQuery] Re: Puedo indexar directamente los jquerys de Google?

2008-10-23 Thread William
http://code.google.com/apis/ajaxlibs/documentation/index.html#jquery La URL está http://ajax.googleapis.com/ajax/libs/jquery/1.2.6/jquery.min.js On Oct 23, 2:03 pm, America|UNK [EMAIL PROTECTED] wrote: Habrá algún problema si lo pongo en mi head ? script type=text/javascript

[jQuery] Re: Get label text

2008-10-23 Thread William
Perhaps use .append(labels.join(',')) Note that the snippet from Klaus uses var *labels*, so trying to use the Array.join method of *levels* (probably undefined) will likely not work ;) On Oct 23, 2:58 pm, shapper [EMAIL PROTECTED] wrote: But I can join the labels can't I? I tried:

[jQuery] Re: blockUI custom options not working

2008-10-23 Thread Microbe
Thanks Mike, That solved it - love your work!!! Perhaps this could be made more clear on the demos page and in documentation to save you answering the question again.

[jQuery] Re: Get label text

2008-10-23 Thread shapper
yes, I have: var levels = []; levels = $('input:checked + label').map(function() { return $(this).text(); }); ... .append(levels.join(',')) Still having the same error ... On Oct 24, 1:04 am, William [EMAIL PROTECTED] wrote: Perhaps use .append(labels.join(',')) Note that the snippet

[jQuery] Re: jQuery.getScript problems on IE 7

2008-10-23 Thread Karl Rudd
Without seeing a live example page it is very hard to know what could be going wrong. My advice would be to try not to load the protoculous-effects-shrinkvars.js file via getScript(). Just include it as you would any other JavaScript file. Karl Rudd On Fri, Oct 24, 2008 at 4:19 AM,

[jQuery] Re: trying to get ajaxForm to use a dynamic class or id to prependTo

2008-10-23 Thread tripdragon
To further expand on my example. I now add in a fake html page that details the idea in html http://ldbss.com/rails/fake.html one Folder has many files. I need the folder form to target the files list and update their. The number of Folders is dynamic and can span many. tripdragon wrote:

[jQuery] Toggle between backgrounds

2008-10-23 Thread Da-Huntha
Hi, I have an element that when you click on it toggles between two background images. So far I haven't found anything in the documentation where I can do this easily. Can someone help me? Yours, Da-Huntha

[jQuery] Re: trying to get ajaxForm to use a dynamic class or id to prependTo

2008-10-23 Thread Mike Alsup
http://www.pastie.org/299081 This code is not correct. This line is invalid: options = { target: update_id, clearForm: true, success: update_area(responseText)} it should be: options = { target: update_id, clearForm: true, success: update_area } You need to set the success property to a

[jQuery] My first attempt at showing/hiding div with jQuery

2008-10-23 Thread dsizemore
Hi, In my first attempt at showing and hiding a div with jQuery, I've hacked together this code and I'm looking for any thoughts on what I did wrong (if anything?) The code seems to work in FireFox, IE7, and Safari/Chrome. Opera and IE6 seem to work at random, so I'm not exactly sure what's up

[jQuery] Re: blockUI custom options not working

2008-10-23 Thread MorningZ
Perhaps this could be made more clear on the demos page and in documentation to save you answering the question again. Just about anything, if not all, you do with jQuery requires or makes the most sense to have the DOM to be ready, it should be as automatic as it gets writing that first line of

[jQuery] Re: thickbox breaking other javacript functions

2008-10-23 Thread pedalpete
Looks like this might not have been a Thickbox issue in the end. The flash which I was loading i think was doing some strange things to javascript. I resolved it by using an iframe with thickbox instead of ajax. On Oct 23, 1:40 pm, pedalpete [EMAIL PROTECTED] wrote: I've been working on

[jQuery] Re: Puedo indexar directamente los jquerys de Google?

2008-10-23 Thread Ariel Flesler
Esta esta lista por si no la conoces: http://lists.scriptia.net/listinfo.cgi/jquery-es-scriptia.net -- Ariel Flesler http://flesler.blogspot.com On Oct 23, 7:03 pm, America|UNK [EMAIL PROTECTED] wrote: Habrá algún problema si lo pongo en mi head ? script type=text/javascript

[jQuery] Re: Toggle between backgrounds

2008-10-23 Thread Mauricio (Maujor) Samy Silva
CSS: style type=text/css media=all .myDiv { width:500px; height:375px; background:#fff url(1.jpg) no-repeat; } .secondBack { background: #fff url(2.jpg) no-repeat; } /style --- JQuery: $(document).ready(function(){

[jQuery] Re: trying to get ajaxForm to use a dynamic class or id to prependTo

2008-10-23 Thread tripdragon
malsup wrote: This is also not valid. 'this' in the success handler is not an element, it is the options object (assuming you have the latest version of the form plugin; in prior versions it was the window object). From your code I can't really tell what you expected 'this' to be.

[jQuery] Re: filtering complex selectors

2008-10-23 Thread Dan Finch
Yeah holy cow, I meant , not . It's a strange edge case, I'm sure even wanting to do such a thing most of the time might indicate poor design. I'm injecting UI into arbitrary pages and want to style it without damaging the host page. Because of the way my style extension works, dynamic rules are

[jQuery] jQuery.ui modal dialog with themeroller theme?

2008-10-23 Thread Shawn
I'm finding that if I use any of the themes generated by the ui themeroller, I cannot use them with a modal dialog. The form elements cannot receive focus.. But if I switch to a non-modal dialog everything works. Anyone know any way around this? I really do need modal dialogs, but do not

[jQuery] Re: event.preventDefault() seems to fail

2008-10-23 Thread Prajwala Manchikatla
You can think of stopPropagation. http://www.w3.org/TR/DOM-Level-3-Events/events.html#Events-flow I hope this might help you. On Sat, Oct 18, 2008 at 11:26 PM, Ryan Hullah [EMAIL PROTECTED] wrote: I've thought of that, but I'm not sure that would work for me. I only want a sub section of

[jQuery] Re: cannot reset width value _ width(val)

2008-10-23 Thread Alexandre Plennevaux
Anybody, please ? On Thu, Oct 23, 2008 at 8:10 PM, Alexandre Plennevaux [EMAIL PROTECTED] wrote: Could anybody take a look at my problem please? I haven't made any progress so far :( On Thu, Oct 23, 2008 at 3:17 PM, pixeline [EMAIL PROTECTED] wrote: Hi all, i'm trying to kill the last

[jQuery] Re: (Resolved) jQuery.ui modal dialog with themeroller theme?

2008-10-23 Thread Shawn
Figured it out. Accidently. :) If the ui-dialog class is manually assigned to the dialog container before opening the modal dialog, the text boxes do not work right. However, if the class is not manually assigned and just treated normally, the text boxes work fine. I.e. the following

<    1   2