[jQuery] jquery.form.js, Opera and file uploads.

2010-01-29 Thread Marc Worrell
s the 'load' event on receiving the 100 continue from the server. This means that the solution is not retrying 50 times, but just waiting for the second load event. Any opinions? - Marc

Re: [jQuery] Download avatar 2009 for free

2010-01-11 Thread Marc Henson
Is there any chance you can stop spamming our group please? Cheers Marc On 11 Jan 2010, at 16:28, avatar3 wrote: Download avatar 2009 In the future, Jake, a paraplegic war veteran, is brought to another planet, Pandora, which is inhabited by the Na'vi, a humanoid race with thei

[jQuery] [validate] show status indicator while conducting a remote validation

2009-12-11 Thread Marc
of a slow connection or slow server response time. cheers, Marc.

Re: [jQuery] Konami Code >:]

2009-11-18 Thread Marc Henson
Can I just say Brilliant!! I think this will probably make it's way onto my site/s at some point fairly soon!! Thanks On 16 Nov 2009, at 21:03, Ash wrote: Every body loves a little treat in their websites... Well I believe jQuery holds the PERFECT javascript library for doing the Kon

Re: [jQuery] superfish and pixopont menu

2009-11-18 Thread Marc Henson
. Regards Marc On 11 Nov 2009, at 15:54, lukeh wrote: Im trying to activate the superfish options in my pixopoint menu here http://plocaclimbing.com I could really use some help. (am finding the installation a bit confusing). i have the plugin on my server, i just need to know where to put the

[jQuery] Re: Debug says I'm missing a paren, but all parens are matched!

2009-10-08 Thread Marc-Antoine
Your welcome! Envoyé de mon iPod Le 2009-10-08 à 22:57, hsfrey a écrit : > > Giovanni: > > Thank you for your response. > >> I can't understand what value are you looking for, but should be >> something link $('#id').val() or $(this).val(). > > I'm trying to get the jQuery code to replac

[jQuery] Repeating items - how can I set the attribute name with position information

2009-08-26 Thread marc
Hi I'm not sure how to do this..but i've got a dynamic table (rows added/ removed by the user) I need the name attribute for the input tags add to look like "intake.answerMapped(nodeId-pos).value" i've put the nodeId into a custom attribute..so the input tag looks something like this the po

[jQuery] Re: How to select neighbouring elements

2009-08-16 Thread marc
Solved: I have this HTML Toon vanaf: #rc.utils.showTimepart("Years")# #rc.utils.showTimepart("Months")# #rc.utils.showTimepart("Days")#

[jQuery] Re: How to select neighbouring elements

2009-08-16 Thread marc
Solved: I have this HTML Toon vanaf: #rc.utils.showTimepart("Years")# #rc.utils.showTimepart("Months")# #rc.utils.showTimepart("Days")#

[jQuery] set charset of request header in jQuery.ajax

2009-07-21 Thread Marc
Hi i have an Oracle DB with WE8ISO8859P15 charset and a website with ISO-8859-15 charset in headers. Until I use jQuery all works fine, but now i'm using an ajax function to submit a form inside a jQuery ui dialog, like this: jQuery("#btn_submit").click(function(){ jQuery.ajax({ typ

[jQuery] cycle and jcarousel issues....

2009-06-10 Thread marc
chorBuilder: function(idx, slide) { return ''; } }); jQuery("#mycarousel").jcarousel({ scroll: 7, initCallback: mycarousel_initCallback, // This tells jCarousel NOT to autobuild prev/next buttons buttonNextHTML: null, buttonPrevHTML: null }); }); Thank you very much in advance for any ideas!! Cheers Marc

[jQuery] Autocomplete Question

2009-05-30 Thread Marc
I am using jquery.autocomplete in a search for schools. I have optional fields (referenced as extraParams) which allow the user to narrow the search to a specific state and city. This part works fine. If the user selects a state and city and then initiates the search be entering a value into the

[jQuery] autocomplete

2009-04-26 Thread Marc
I have a silly question... I am using extraParams to pass additional field values via the URL $("#findHighSchool").autocomplete("autocomplete_ajax.cfm", { width: 260, selectFirst: false, extraParams:{ STATE:function() { return $("#STATE").val (

[jQuery] Re: Unable to refer to a select element

2009-04-18 Thread marc
Even if I add an id to the select element and try to select by Id, I cannot get a reference to it: yearfrom = $("#yearFrom") gives me the error "yearFrom.options is undefined" when I try to get to the yearfrom.options[0] array... Luckily document.getElementById("yearFrom") still works so I g

[jQuery] Re: Unable to refer to a select element

2009-04-18 Thread marc
here should be a way to select select elements... On Apr 18, 5:35 pm, victorg wrote: > > Is it impossible in jQuery to select an element as I do here (var > > yearFrom=$(":input[type=select][name=yearFrom]");)? > > > Marc > > Yes, i think you should do it li

[jQuery] Re: Text append / replace not working in ffx 2.x and HtmlUnit

2009-02-11 Thread Marc Palmer
On 10 Feb 2009, at 22:51, Marc Palmer wrote: Hi, Forgive me as I'm a total jQuery n00b. However, I am rather confused. I have the following trivial code: $(document).ready(function () { $("p").text("The DOM is now loaded an

[jQuery] document.createComment usage - can be improved?

2009-02-11 Thread Marc Palmer
s that would be in the proper spirit of jQuery, as I understand it so far. $0.02 ~ ~ ~ Marc Palmer Blog > http://www.anyware.co.uk Twitter > http://twitter.com/wangjammer5 Grails Rocks > http://www.grailsrocks.com

[jQuery] Text append / replace not working in ffx 2.x and HtmlUnit

2009-02-10 Thread Marc Palmer
Hi, Forgive me as I'm a total jQuery n00b. However, I am rather confused. I have the following trivial code: $(document).ready(function () { $("p").text("The DOM is now loaded and can be manipulated."); }); This is

[jQuery] [autocomplete] country selection add-on

2008-12-21 Thread Marc-Antoine Ross
Hi, I just posted an add-on for the excellent jQuery autocomplete plugin. I am looking for feedback on it. http://www.devtaxi.com/2008/12/21/country-jquery-autocomplete-plugin/ Regards

[jQuery] Select "next" until specific element is reached

2008-12-05 Thread Marc
I have a simple show/hide thing I'm working on, but I can't figure out how to have the script show ALL the hidden rows up to the next heading. Here's how the simplified HTML looks: Heading Text 1 Group Item 1 Group Item 2 Group Item 3 Heading Text 2 Group Item 1 Group Item 2 Group Item 3 The JS

[jQuery] siblings() not working properly in IE7

2008-12-03 Thread Marc
t for the life of me figure out why my page is inconsistent. I would post a link to the page, but the project is a closed system and I can't really open it up. Thanks, Marc

[jQuery] Re: Superfish hover working improperly in IE

2008-10-11 Thread Marc Esher
complete shot in the dark here: what if you set the width of the element to 100%? On Oct 11, 5:10 pm, DaveByDesign <[EMAIL PROTECTED]> wrote: > Thanks for the quick response.  I tried the new hover plugin (which > works nicely and I will definitely be using) and discovered that it is > not the s

[jQuery] seeking thoughts on jquery and flickr integration

2008-09-06 Thread Marc Esher
reliable is the flickr service, in your experience? thanks for opinions! marc

[jQuery] $.map flattens results

2008-06-11 Thread Marc Galera
quot;xxx"] Instead of what I expected: [[1, "xxx"], [2, "xxx"], [3, "xxx"]] Looking on the source code is obvious that this is made on purpose, and there are workarounds, but I was curious on why this is happening. Marc.

[jQuery] [validate] removing or changing rules after validate() method

2008-04-03 Thread Marc R
So I have a field on the page that may or may not be required, depending on what the user wants to do. Once I need the field to be required, I aplly validate() on the form and its done. But, once I want to make the field not-required again, I run into problems. Here's some example code with mark

[jQuery] unbind especific function not working

2008-04-02 Thread Marc R
I'm kinda of a begginer on JQuery and I'm writing my first plugin. The plugin should handle form validation, in which I want to be able to enable or disable validation. The simplified version is like this: (function($) { $.fn.checkForm = function(action) { function validateForm() {

[jQuery] Re: newbie - need help finding element

2007-12-13 Thread Marc Jansen
;) .find('img').fadeOut('slow'); // showing current image $( this ) .addClass('selected') .find('img').fadeIn( 'slow' ); }); }); -- Marc HXn schrieb: Hi, I'm brand new to jQuery. Here's what I&#x

[jQuery] Re: Concatenation

2007-11-26 Thread Marc Jansen
Hi Llaurick, not sure if I understand you correct, but isn't array.join() what you search for? var a = ['foo', 'bar', 'humpty', 'dumpty']; var s = a.join(','); // s is now 'foo,bar,humpty,dumpty' -- Marc Llaurick schrie

[jQuery] RE: jQuery UI Datepicker v3.0 Released! (Previously named jQuery Calendar)

2007-11-01 Thread Marc Grabanski
@Stefan: datepicker({ firstDay: 1 }); http://docs.jquery.com/UI/Datepicker/datepicker#options Click the options tab here to see the 30+ customization option: @Dan: The animation snap back occurs when you have drastically different datepickers on the same page. Typically this wouldn't happen beca

[jQuery] Re: Problems with $.post and $.ajax

2007-09-28 Thread Marc Jansen
t.php", { namn: $( "#namn" ).val() }, function ( serverAnswer ) { alert( serverAnswer ); }); return false; }); }); -- Marc Oscar from Sweden schrieb: Hello! I'm trying to learn jQuery so I can use ajax much easier than writing ordinary javascripts.

[jQuery] Re: Partial .load()

2007-09-24 Thread Marc Jansen
Hi, untested: $("#topic").load("help.html #topic-example *"); -- Marc Smith, Allex schrieb: I'm going nuts with a fairly simple selector issue. $("#topic").load("help.html #topic-example"); I want to get the contents of #topic-example, but

[jQuery] Re: Very confused!

2007-08-26 Thread Marc Bourlon
Weel, it's "simple" (easy to say after a couple of tries, I must admit). The real reason is in the REGEXP, which does not work at all for numbers, but only on empty []. So, the FIRST run of the script works in both cases, since the [] are empty. But then, on the second run, the REGEXP is failing m

[jQuery] Re: IE bug or rookie mistake?

2007-08-09 Thread Marc Jansen
Hi Kyle, seems as if IE does not fire the click-event on a option-element. have you tried $('#chairHours').bind('change', function () { alert('yo'); }); -- Marc Kyle schrieb: Hi, I am having trouble getting events to trigger on a select/option box in IE.

[jQuery] Re: Listing methods of an object

2007-07-19 Thread Marc Jansen
{ alert('otherfunc'); } } }; Firebug Console: mySuperObj [ENTER] now you can navigate through the object, including the functions... --- Marc

[jQuery] Re: Rows hidden by CSS then shown after page load ignore colspan attribute

2007-07-19 Thread Marc Jansen
g, so apologies for the slightly OT - can anyone yield any further info on it? Thanks, --rob -- Rob Desbois Eml: [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]> Hi Rob, mabe you should try to set the style property display to table: $('table#mytable').css( {display : "table"} ); -- Marc

[jQuery] Re: Show / hide options based on class

2007-07-12 Thread Marc Jansen
Michael Price schrieb: Hi all, I've got two select boxes side by side - initially the right hand side box has ALL options in it - and the left hand box can be used to filter the options displayed. Probably not the best way to do it (in fact, defintiely - it doesn't work in IE) but the left

[jQuery] Re: addClass only works once

2007-07-12 Thread Marc Jansen
Hi stef, Maybe you should explicitly removing the class 'show' before asdding the class hidden: $("#dimensions").removeClass("show").addClass("hidden") -- Marc stef schrieb: Im using the code below to display / hide form fields depending on what

[jQuery] Re: Best way to use an ajax comment system?

2007-07-12 Thread Marc Jansen
inVINCable schrieb: Hey everyone, I am using the form plugin (great btw) and the .load function (I need to because i am using cakephp) I was wondering, what is the best way to go about updating the comments? So far I have just been updating the whole that contains all of the comments. I feel I

[jQuery] Re: Select radio button item

2007-07-12 Thread Marc Jansen
I had a typo: $( "form input:[EMAIL PROTECTED]'nameOfYourRadios'[EMAIL PROTECTED]'']" ) Marc Jansen schrieb: Hi Oscar: Try this: $( "'form input:[EMAIL PROTECTED]'nameOfYourRadios'[EMAIL PROTECTED]'']" ) untested as us

[jQuery] Re: Calling jQuery from within a ThickBox

2007-07-12 Thread Marc Jansen
GreboGuru schrieb: Hi, I'm guessing that I'm doing something wrong ... I've want to be able to collpase some DIVs on a form but when the form is in a thickbox it doesn't work, when it isn't it does. Any help would be appreciated. Thanks! Hi, I#m not exactly sure, but isn't an iframe us

[jQuery] Re: Select radio button item

2007-07-12 Thread Marc Jansen
Hi Oscar: Try this: $( "'form input:[EMAIL PROTECTED]'nameOfYourRadios'[EMAIL PROTECTED]'']" ) untested as usual -- Marc Oscar esp schrieb: I have a radio button group with 4 items, each one has a value (1,2,3,''). On click in a butto

[jQuery] Re: Strange behavior

2007-07-12 Thread Marc Jansen
Hi Mario! You might try this: jQuery(document).ready(function() { $("#fragment-2 .pager .pager-list > a").each( $(this).attr("href", this.href + '#fragment-2'); ); // other calls to be fired afterwards }); untested as usual -- Marc Mario

[jQuery] Re: jquery book

2007-07-11 Thread Marc Jansen
lease chapters and I think you’re going to be in for a real treat with these books." -- Marc

[jQuery] Re: resize columns!

2007-06-25 Thread Marc Jansen
Hi, mabe this is exactly what you are searching: http://spindrop.us/2007/05/22/equal-height-columns-with-jquery/ -- Marc Simpel schrieb: Hi there has anyone seen a demo or something that can resize the width of several div:s? What I'm looking for can be found on netvibes.com. They h

[jQuery] Re: Need help with a jQuery Conflict

2007-06-20 Thread Marc Jansen
l="nofollow" href="http://stats.indexstats.com/ittc3/10001388955232/stats.indexstats.com/tracking.js">http://stats.indexstats.com/ittc3/10001388955232/stats.indexstats.com/tracking.js</a>'); </tt><pre style="margin: 0em;"> document.getElementsByTagNa

[jQuery] Re: How to modify Q & A or Topic & Expansion CSS

2007-06-18 Thread Marc Jansen
er'); if ($.trim($answerDiv.html()) != '') { $answerDiv.slideToggle(); } else { // no answer $(this).css("color" : "red"); return false; } }); }); This is untested, and might contain syntactic errors ;-) -- Marc [EMAIL PROTECTED] schrieb: I got this co

[jQuery] Re: manipulate xml in IE6 isn't compatible?

2007-06-18 Thread Marc Jansen
Hi Mike, mike yao schrieb: I try to via ajax calling back xml object and manipulate, but IE6 can't get nodes infomation. Is jquery compatible under IE6? It should be working with IE 6. What exactly are you trying to do? Could you post a small example? -- Marc

[jQuery] Re: IE6 class swapping problem

2007-06-13 Thread Marc Jansen
. -- Marc PS: I think theses are just typos, aren't they? * both classes define the same color * your missing the ":" in class "jqInvalid" * this "input#thisInput" might be slower than simply this: "#thisInput" -- M. Gordon schrieb: I am wr

[jQuery] Re: help troubleshooting a text field focus problem

2007-05-17 Thread Marc Jansen
Hi, just a quick guess: isn't focus() a pure DOM method? Maybe this works: $(this).find("input")[0].focus(); [EMAIL PROTECTED] schrieb: Hi, I wanted to get some advice on how I can troubleshoot this problem. When I click on an particular block of text, I'd like to have that text replac

[jQuery] Re: Controlling Scroll bars ...

2007-05-17 Thread Marc Jansen
ZebZiggle schrieb: Hi there ... I'm working on a site with a sort of Google Reader feel to it, but when you vote on the articles they go away with .hide() The problem is this causes the screen to be in the wrong position (skipping past several unread articles) ... I'd like to set the vertical

[jQuery] Re: Adding a Callback function.

2007-05-17 Thread Marc Jansen
/docs/Core_JavaScript_1.5_Reference:Objects:Function:call -- Marc

[jQuery] Re: parsing xml

2007-05-17 Thread Marc Jansen
, function(response) { $('Field', response).each(function(){ alert($(this).attr('value')); }); }); untested as always. -- Marc