I don't necessarily agree. Perhaps I'm misunderstanding something. If
one is using the first select to populate the second, replaceOptions
fires the change function on the second select. But I'm already using
the change function (say, to submit the form) for when I actually pick
an option from the
Ok, I think I have one last outstanding problem with Giva Labs'
awesome Linkselect plug-in. I'm wondering if it is a limitation of the
plug-in or if I am simply doing something wrong.
I am using one select to update another and everything works
perfectly. However, I am finding the "change" functi
Oh and I didn't clue into the missing title attribute since my page
was validating fine using Tidy.
On Jul 30, 4:29 pm, skube wrote:
> N/m I now see the page has been updated with version 1.2.08.
>
> Thanks Dan! This was frustrating the heck out of me. :)
N/m I now see the page has been updated with version 1.2.08.
Thanks Dan! This was frustrating the heck out of me. :)
a little more user-friendly.)
>
>
>
> On Thu, Jul 30, 2009 at 11:35 AM, skube wrote:
>
> > Here is a distilled (cut and paste) version of the code. Only the
> > plugin is not supplied.
> > The error that is coming up is I[0] is undefined
>
> >
> &g
Here is a distilled (cut and paste) version of the code. Only the
plugin is not supplied.
The error that is coming up is I[0] is undefined
http://www.w3.org/1999/xhtml"; xml:lang="en" lang="en">
Test
a.linkselectLink {text-decoration:none; display:block;}
.linkselectC
Thanks for responding. I am using the most recent linkselect version
(Date: 2009-07-13 * Rev: 1.2.07)
I have read and re-read the documentation and pretty sure doing it
correctly. I do have two selects (dropdowns) and both seem to get
initiated correctly. I can use any another option in the API
I'm having a problem with the GivaLabs' Linkselect plugin (http://
www.givainc.com/labs/linkselect_jquery_plugin.htm) and I'm wondering
if anyone has any insight?
The plugin works great for most things, expect when I try to use the
"replaceOptions" to repopulate the option list. I keep getting t
Although, I still think there is a BUG outstanding in 1.3.2.
Using the slightly more complicated find() below with 1.2.6 works in
both IE and Firefox:
$(xmlInitial).find("item:has(year:contains('2009')), item:has
(name:contains('2'))").each(function(){
alert($(this).children('name').text());
FYI, This appears to be a :contains() issue and is actually an older
bug which has resurfaced again with the introduction of jQuery 1.3.2
Older groups message:
http://groups.google.com/group/jquery-en/browse_thread/thread/f5c36c05cfa43e9a/90e3dfd019086772?#90e3dfd019086772
Bugtracker:
http://dev
Hi, I'm wondering if anyone might be able to shed some light on this
situation.
I have been using jQuery 1.2.6 to parse XML and find specific nodes.
However, when I simply change the jQuery version to 1.3.2 the
following fails to work in IE, though still continues to work fine in
Firefox. Below
t = $(a).attr('type'), bt = $(b).attr('type');
> return (at < bt) ? -1 : 1;
>
> });
>
> $(sorted).each(function(){
> console.log( this );
>
> });
>
> https://developer.mozilla.org/En/Core_JavaScript_1.5_Reference/Global...
>
> - ric
ideas?
thanks,
skube
I haven't seen an updated static cheat sheet yet, but there is the
cool API browser: http://api.jquery.com
On Jan 14, 12:50 pm, "ericb...@gmail.com" wrote:
> Is there a new Jquery cheat sheet for 1.3?
I am experiencing a problem with Firefox 2 and jQuery 1.2.6. I am
doing a basic slide using the $.animate into negative territory. The
animation jumps to the positive value quickly before resting at the
correct negative value. The larger the negative value, the larger the
positive swing.
This is
Has this issue been resolved?
On Mar 27, 8:31 am, Stuart <[EMAIL PROTECTED]> wrote:
> One other bit of wierdness is that using unsaved = $
> ("*:modified").size(); causes firebug to ignore breakpoints and the
> debug directive. If I use unsaved = $("FORM/*:modified") firebug works
> as expected.
needed to use the latest jQuery release
1.2.3.
On Mar 3, 5:25 pm, "Benjamin Sterling"
<[EMAIL PROTECTED]> wrote:
> skube, try *mouseleave* instead, that one take bubbling into account.
>
> On 3/3/08, skube <[EMAIL PROTECTED]> wrote:
>
>
>
>
>
> >
I am a little confused about event bubbling. Say for example I have
the following bit of HTML:
one
two
when I try:
$("#main").mouseout(function() {
alert('test');
});
The alert gets fired even when mousing in/out
You are correct. I was trying the example in my actual code, which had
another child before the first that I failed to see.
Thanks guys for your help and time!
Nope, that results in all of the 's being hidden in the first
:
First
I figured out the following works:
$('div.myDiv').each(function(){
$(this).children('p').not(':first').hide();
})
However it still seems like there must be a better way. Anyone?
I have a simple problem, but for some reason I can't figure out the
jQuery way to do it. Basically, all I want is to target every child
(except the first one) of a group of elements.
Say, for example, one has multiple divs:
First
Second
Third
First
Second
Third
And say, I want to
I am trying to target all input fields which have a maxlength
attribute specified. However, the latest jQuery seems to not be
filtering properly and ends up ignoring the filter.
So if one has:
And executes:
$("[EMAIL PROTECTED]").addClass("test");
I keep getting:
Instead of:
Am I doing
e to it, I'll keep this in mind as a feature request
> (it's certainly one I'm interested in). Thanks.
>
> - Richard
>
> On 7/13/07, skube <[EMAIL PROTECTED]> wrote:
>
>
>
> > Hi, I'm just wondering if anyone has any insight into using t
Hi, I'm just wondering if anyone has any insight into using the
Interface plugins. Specifically, I'm wondering if it is possible to
have Selectable, Sortable elements. Or are they mutually exclusive?
thanks,
skube
( this.nodeType == 9 || $.isXMLDoc(this) ||
this.metaDone ) return; //add this one instead
var data = "{}";
Thanks Mike for your time and suggestions.
And a big thanks to Jörn for helping me out once again. You guys rock!
cheers,
skube
On Apr 4, 5:20 pm, "Mike
---
On Apr 4, 1:46 pm, "Mike Alsup" <[EMAIL PROTECTED]> wrote:
> skube,
>
> Add an ajaxError handler and see what's failing. Something must be
> throwing an exception that will be caught and passed to registered
> ajaxError handlers.
>
> $().ajaxError(function
Again, to clarify both those links work in Firefox. Only the first one
doesn't work in IE.
On Apr 4, 12:36 pm, "skube" <[EMAIL PROTECTED]> wrote:
> Actually, I've isolated it even more .. it appears there is a problem
> when using the metadata plugin for validati
se2.ca/inc/test-xml-echo_withoutmetadata.php
(works)
On Apr 4, 12:02 pm, "skube" <[EMAIL PROTECTED]> wrote:
> Nope, when I use the xml-echo.php page and the same JS. It works in
> FF, but gives undefined responseXML when traced.
>
> On Apr 4, 8:01 am, "Mike Alsup&
Sorry, I should clarify, when I use the exact same code as your demo
separately, it works. However, it doesn't work when I use within my
pages maybe something else is conflicting..
On Apr 4, 12:02 pm, "skube" <[EMAIL PROTECTED]> wrote:
> Nope, when I use the xml-echo.php
Nope, when I use the xml-echo.php page and the same JS. It works in
FF, but gives undefined responseXML when traced.
On Apr 4, 8:01 am, "Mike Alsup" <[EMAIL PROTECTED]> wrote:
> I haven't had that problem. Does the demo page work for you?
>
> http://www.malsup.com/jquery/form/#code-samples
>
> >
I would suggestion using the jQuery with the Form plug-in (http://
www.malsup.com/jquery/form/)
On Apr 4, 3:00 am, "wyo" <[EMAIL PROTECTED]> wrote:
> I'm currently evaluation jQuery for a web site and it looks promising.
> Yet jQuery is rather new and documentation is rather sparse IHMO,
> especi
responseXML) {
var response = $("myXMLNode",responseXML); // IE hangs, FF ok
}
I've made sure the headers returned are XML and everything works fine
in FireFox. I'm wondering if anyone has come across this?
Sincerely, thanks for your time...
skube
33 matches
Mail list logo