Re: [jQuery] New Forums

2010-01-21 Thread Matt Quackenbush
Well stated, Shawn. I wholeheartedly concur.

Re: [jQuery] class={title:'test'}

2010-01-20 Thread Matt Quackenbush
This is utilizing the metadata plugin for jQuery. It handles that sort of stuff. Sent from my iPhone On Jan 20, 2010, at 3:34, fran23 f...@lavabit.com wrote: I don't know how to handle class={title:'test'} it's out of the mb.extruder plugin div id=extruderLeft class={title:'test'}

Re: [jQuery] how to get href value

2010-01-19 Thread Matt Quackenbush
$(a).attr(href);

[jQuery] .add() strange behavior?

2010-01-18 Thread Matt Parlane
. Any ideas? Cheers, Matt Parlane

Re: [jQuery] New Forums

2010-01-16 Thread Matt Quackenbush
I concur regarding mailing list vs. forum. Both have their positives and negatives, but these days I definitely prefer a mailing list over forums. Perhaps the jQuery team could not find another mailing list that would import all of the existing posts on Google Groups? (My understanding is that

Re: [jQuery] Re: Link Clicks Double Firing

2010-01-14 Thread Matt Maxwell
That is true, but if you remove the link's href, the application will not degrade for users without JavaScript enabled. On Thu, Jan 14, 2010 at 8:46 AM, bill ozzi...@gmail.com wrote: this really an interesting jq/html semantic issue: if the a tag is not handling the actual redirection to

Re: [jQuery] Re: Link Clicks Double Firing

2010-01-13 Thread Matt Maxwell
) ); // open the PDF return false; // prevent the link from redirecting } ); Hopefully this makes sense to you. Thanks, Matt On Wed, Jan 13, 2010 at 5:38 PM, pedalpete p...@hearwhere.com wrote: Hi Bill, I'm still learning lots, and was hoping you could better explain what was wrong with my

Re: [jQuery] Re: What is the proper way to write this if statement?

2010-01-13 Thread Matt Maxwell
).exists(); // true if ul is present $(this).parent(ul).absent(); // true if no ul is present Thanks, Matt On Wed, Jan 13, 2010 at 6:52 PM, pedalpete p...@hearwhere.com wrote: Everything that I've seen says you have to check the length of the element you are looking for. So I think you want pre

Re: [jQuery] Plugin design pattern (common practice?) for dealing with private functions

2010-01-13 Thread Matt Maxwell
Maybe try using something like: $.myplugin.fill.call( this, red ); On Wed, Jan 13, 2010 at 6:47 PM, Tim Molendijk taw.molend...@gmail.comwrote: Hey all, I've been developing jQuery plugins for quite some time now, and I like to think I got pretty good at it. One issue keeps nagging me

Re: [jQuery] Plugin design pattern (common practice?) for dealing with private functions

2010-01-13 Thread Matt Maxwell
function: https://developer.mozilla.org/en/Core_JavaScript_1.5_Reference/Objects/Function/apply https://developer.mozilla.org/en/Core_JavaScript_1.5_Reference/Objects/Function/applyIf you need any other help with that or don't understand my example, let me know. Thanks, Matt On Wed, Jan 13, 2010

Re: [jQuery] Re: What is the proper way to write this if statement?

2010-01-13 Thread Matt Maxwell
the function. Thanks, Matt On Wed, Jan 13, 2010 at 7:12 PM, RobG rg...@iinet.net.au wrote: On Jan 14, 11:00 am, Matt Maxwell leftwithoutli...@gmail.com wrote: [...] var that = this; // scope The value of the this keyword has nothing whatever to do with scope. -- Rob

Re: [jQuery] Re: iTunes Style Slider

2010-01-06 Thread Matt Quackenbush
Z, thanks for the reply. I found that project yesterday after I had posted. I also found a couple of others. The problem is that they either a) only work in Firefox (like the one you found) or b) are not full-featured like the MooTools one. The closest I have found - which seems to be the only

[jQuery] iTunes Style Slider

2010-01-05 Thread Matt Quackenbush
Hello, I found an iTunes style slider/rotator that has been done in blasphemyMooTools/blasphemy, demoed here: http://www.outcut.de/MooFlow/example-ajax.html. I was wondering if either a) such a thing already existed in a jQuery plugin, or b) if there was a jQuery master who could port it in

Re: [jQuery] jquery form...

2009-11-09 Thread Matt Quackenbush
Why? Simple. Because the variable does not exist. :D On Mon, Nov 9, 2009 at 7:09 PM, Lord Gustavo Miguel Angel wrote: hi. i´m try with this example: http://www.malsup.com/jquery/form/#json but Alert(data.message) return undefinited why? tk-.

Re: [jQuery] jQuery only works in offline files?!

2009-11-08 Thread Matt Quackenbush
I'm going to say that there is about a 99.99% chance that the paths to your CSS and jQuery files are incorrect.

[jQuery] My jQuery Pumpkin... Jealous?

2009-10-31 Thread Matt Kruse
Just a little fun for Halloween 2009. I carved my pumpkin this year as the jQuery logo. I hope some in this group can appreciate it! :) http://mattkruse.com/2009/10/31/jquery-pumpkin/ Matt Kruse

[jQuery] Re: Structuring advice: cloning a set of dynamic dropdown menus

2009-10-28 Thread Matt
Figured this out myself using AJAX - I grab the dynamic second menu through ajax instead of toggling hidden options, which worked fine. On Oct 27, 4:45 pm, Matt guitarroman...@gmail.com wrote: Oops, missed the link:http://imgur.com/p25xN.jpg On Oct 27, 4:45 pm, Matt guitarroman...@gmail.com

Re: [jQuery] Superfish menus

2009-10-28 Thread Matt Zagrabelny
On Wed, 2009-10-28 at 08:16 -0700, MICA wrote: The website in question is - www.micalighting.com.au [...] Can anyone help?? Not with the superfish, but you might want to reconsider that animated gif at the top. Cheers, -- Matt Zagrabelny - mzagr...@d.umn.edu - (218) 726 8844 University

[jQuery] Cloning a table row and changing its form field IDs

2009-10-27 Thread Matt
=datepicker size=11 id=picker_1 / /td tdinput type=text class=datepicker size=11 id=picker_2 / /td tdinput type=checkbox name=Active //td /tr Matt

[jQuery] Re: Cloning a table row and changing its form field IDs

2009-10-27 Thread Matt
Never mind - Ricardo's genius post here solved it for me: http://groups.google.com/group/jquery-en/browse_thread/thread/f5469902b151daa2/b1908e69d723bfa6?lnk=gstq=clone+IDs#b1908e69d723bfa6 On Oct 27, 10:43 am, Matt guitarroman...@gmail.com wrote: Hi everyone. I'm writing a dynamic form

[jQuery] Structuring advice: cloning a set of dynamic dropdown menus

2009-10-27 Thread Matt
can't seem to target the newly- cloned select boxes without grabbing them all. Thanks, Matt

[jQuery] Re: Structuring advice: cloning a set of dynamic dropdown menus

2009-10-27 Thread Matt
Oops, missed the link: http://imgur.com/p25xN.jpg On Oct 27, 4:45 pm, Matt guitarroman...@gmail.com wrote: Hi there, I have a table that looks like this: The user can click the 'Add another category' link and another row is inserted. My issue is here: those two select boxes are linked

[jQuery] superfish wordpress. Where am I going wrong?

2009-10-21 Thread Matt
Hi, I'm trying to implement superfish onto a wordpress site I'm working on, but just can't get it to work. I believe I've done everything right, and searched the web for solutions but nothing as yet has helped. You can view the site at www.sdm-intl.com, it's the main blue menu on the site that

[jQuery] Re: Adding selectors to $(this)?

2009-10-19 Thread Matt
#expressioncontext such that if defined it will only select what's a descendant of that element. You can also use find():http://docs.jquery.com/Traversing/find#expr By the way, what is ui.item? An object? (Class/ID) String? On Oct 13, 12:49 am, Matt guitarroman...@gmail.com wrote: Hi all

[jQuery] Sortable: get the element that received the sortable?

2009-10-19 Thread Matt
Hi everyone, I'm implementing a drag and drop newsletter, where my users can drag content to different areas of a template. Depending on where they drop the content, I need to add different HTML attributes to some of the code (essentially need to make the images float:left if they're dropped

[jQuery] Re: jQuery speed seems slow

2009-10-14 Thread Matt Kruse
is overly slow, perhaps someone can identify other issues contributing to the performance problem. Matt Kruse

[jQuery] Adding selectors to $(this)?

2009-10-13 Thread Matt
'); }, but this just gave a syntax error. Is there a way to do this? Thanks, Matt

[jQuery] Re: My code is not working getting an error missing )

2009-10-10 Thread Matt Quackenbush
Add a ) to the end. You have to close the opening hover() function call.

[jQuery] Re: keeping table header fix

2009-10-02 Thread Matt Zagrabelny
On Thu, 2009-10-01 at 22:25 -0400, Karl Swedberg wrote: have you tried overflow-y: auto; ? This works... (to some degree) table tbody { height: 799px; overflow-y: auto; overflow-x: hidden; } Cheers, -- Matt Zagrabelny - mzagr...@d.umn.edu - (218) 726 8844 University of Minnesota

[jQuery] Re: is(':checked') always returns false

2009-10-02 Thread Matt Kruse
').attr('checked', $ ('#msgCheckAllInbox').is(':checked')); function checkAllMsgsIn(cb) { $('#msgsInbox input.messageCheckbox').attr('checked', cb.checked); } Much simpler. Matt Kruse

[jQuery] IE7 does not play nice with $.load

2009-10-01 Thread Matt Wilson
It seems like IE7 will not actually make ajax requests unless I use $.ajax({cache:false}). I really like the $.load method though because of how it combines selecting the dom node to update, downloading the page, and then plugging it in. Is there some easy way of forcing IE to make ajax calls?

[jQuery] Re: keeping table header fix

2009-09-30 Thread Matt
On Sep 16, 7:55 pm, Macsig sigbac...@gmail.com wrote: Yes, I do but I don't see how that can help me out. Thanks On Sep 16, 4:01 am, Liam Byrne l...@onsight.ie wrote: do you actually have the headers in a thead, with the content in tbody ? Most people forget about those. L macsig

[jQuery] Re: jQuery .post function failing in Safari 4.03

2009-09-30 Thread Matt Critchlow
I would first try putting your function call to reloadWindow() in the complete callback for the $.post function. So your post code would look like: $.post( includes/update.php, { action: y }, reloadWindow); and take out the call to reloadWindow() after updateSession() You may have other

[jQuery] Re: fadeTo() possible speeds

2009-09-30 Thread Matt Critchlow
From the documentation: http://docs.jquery.com/Effects/fadeTo speed String, Number A string representing one of the three predefined speeds (slow, normal, or fast) or the number of milliseconds to run the animation (e.g. 1000). What else are you looking for? You use one of the three String

[jQuery] Re: Ajax problem on Safari/Chrome browsers

2009-09-26 Thread Matt Quackenbush
That code should not work on _any_ browser. In the onclick attribute you are grqbbing a reference to the containing div ($ ('#followButton2')), which clearly has no method named followUser. Try something like this instead: script $(document).ready(function(){ $('div

[jQuery] Re: Ajax problem on Safari/Chrome browsers

2009-09-26 Thread Matt Quackenbush
@ Mike - Thanks for making me take a closer look at the original code. I get it now. My bad. /me crawls back into his cave to hibernate some more

[jQuery] Re: been asked 1000 times?

2009-09-26 Thread Matt Quackenbush
Use class instead of id. $('.open-frame') div class=open-frame

[jQuery] Re: jQuery in loaded content doesn't work

2009-09-23 Thread Matt Quackenbush
If you're using jQuery 1.3.x (and you should be), there's no need for the livequery plugin. http://docs.jquery.com/Events/live

[jQuery] Re: jQuery in loaded content doesn't work

2009-09-23 Thread Matt Quackenbush
My bad. I must admit that I did not read through the entire post, and also did not realize that the livequery plugin offered additional functionality. I was under the impression that it had been fully included into the core with live(). However, I have been corrected a couple of times after

[jQuery] Ajax

2009-09-14 Thread Matt
I made a page that would load 2 html pages, had a footer to show both, 2 links to show indivually, the divs to load them in, and the sticky footer css. My js seems valid, but the page is just completely blank. URL: http://testingspot.hostcell.net/sandbox/tests/jquery/ajax/ajax.html

[jQuery] $(this).css({color : red})

2009-09-12 Thread Matt
see that code in the subj.? i'm using FF 3.5, and no matter what i do, .css won't work!! any help?

[jQuery] Superfish

2009-09-10 Thread Matt
How do I go about changing the subnavigation background/position? I would like to add a vertical gradient to the subnavigation and am having a hard time. Any help would be appreciated. www.restorefoundation.schematixdesign.com

[jQuery] How to access variables in page loaded with $.load?

2009-09-09 Thread Matt Wilson
I have a page /a that has a line var aaa = 99; And I load that page /a into a div on another page. In the other page, I want access to that variable aaa. I tried this: $(#adiv).load(/a, function () { console.log(aaa); }) I get an error that aaa is undefined. What am I doing wrong?

[jQuery] $.load doesn't trigger $(document).ready, but $.ajax({type:GET, ...} does???

2009-09-09 Thread Matt Wilson
It seems like when I load a page into a div like this, the $ (document).ready code in the loaded page doesn't fire: $(#mydiv).load(/a); But when I do this, the $(document).ready on /a does fire. Is this correct?

[jQuery] Re: .not($.browser.msie $.browser.version = 7)

2009-09-02 Thread Matt Kruse
use pure CSS? Matt Kruse

[jQuery] Re: isFunction change in 1.3 and window.opener

2009-09-02 Thread Matt Kruse
On Sep 2, 1:16 pm, msoliver michaelsoli...@gmail.com wrote:         if ($.isFunction(openerFunc)) Why not just: if (openerFunc openerFunc.call) ? Matt Kruse

[jQuery] validation: how do I make sure a radio button is picked?

2009-09-02 Thread Matt Wilson
I have a list of radio buttons, all with the same name, and each has a different value. I want a validator that tests if one is picked. How do I do this?

[jQuery] Re: validation: how do I make sure a radio button is picked?

2009-09-02 Thread Matt Quackenbush
Perhaps I am misunderstanding something in your requirements, but with the validation plugin (link below), it is as simple as adding class=required to the input tag. http://docs.jquery.com/Plugins/Validation HTH

[jQuery] Re: isFunction change in 1.3 and window.opener

2009-09-02 Thread Matt Kruse
by doing: if (openerFunc typeof openerFunc.call=='function') Matt Kruse

[jQuery] Re: Invalid Argument Line 12 1.3.2 IE 7 and 8rc1

2009-08-24 Thread matt
I know this has been solved but thought I might add my own solution to a similar problem causing the same error message in IE, in case it's helpful to anyone. It was the DTD declaration - make sure it's first thing in the file and make sure it's correct! Some how, something had been inserted

[jQuery] Approaching popup callback hell

2009-08-18 Thread Matt Wilson
I'm using a modal dialogs and I love them, but I haven't found a really elegant way to handle actions in the dialog window that require changes to the parent page. Here's an example. I have a monthly calendar page that lists employee names on the days they are supposed to work. Clicking on an

[jQuery] How do I compare two form fields using the form validation plugin?

2009-08-12 Thread Matt Wilson
I have a form with two radio button lists. Each list has the same set of choices. I want to make sure that something is checked in both lists and that the value in the first list is not the value in the second list. I know I could write my own submit handler to do this, but I'd like to work

[jQuery] Possible IE8 Bug with jQuery

2009-08-05 Thread Matt
I believe I have found a bug in IE8; it's possible that it's something jQuery is doing, but I really doubt it. I'm only cross-posting this here in the hopes that someone can suggest a workaround, because I have tried everything I can think of. A code sample is available here:

[jQuery] Re: Bug? -- toggle() of TR broke in IE8

2009-08-04 Thread Matt Kruse
. Then why does the example work in IE8 using jQuery 1.2.1? You can certainly set a tr to display:none in IE. Matt Kruse

[jQuery] google.load speed with jquery

2009-08-03 Thread matt
I'm using google jsapi to load jquery. The example shows to do this: script type=text/javascript src=http://www.google.com/jsapi;/ script script type=text/javascript google.load(jquery, 1.3.2); google.setOnLoadCallback(function() { // Place init code here instead of $(document).ready()

[jQuery] How Would You Use Superfish Drop Down Menus with CSS Sprites2?

2009-07-30 Thread Matt
I have a menu that I've already set up with ALA's CSS Sprites2 (http:// www.alistapart.com/articles/sprites2/) now I have to add a drop down menu into the mix. What would be the best way to achieve this, or rather what would I need to change in the Superfish scripts to get this to work? This is

[jQuery] Re: How Would You Use Superfish Drop Down Menus with CSS Sprites2?

2009-07-30 Thread Matt
Thanks for the tip. Like every time you're trying something new, it's two steps forward and three steps back. I'll try you suggestion.

[jQuery] PNGFixes are breaking SuperFish in IE6...SUPRISE!

2009-07-25 Thread Matt
feature. This is all CSS (plus jQuery) at the moment. It works in all other browsers. Has anyone ever run across this problem? Thanks! Matt

[jQuery] Re: PNGFixes are breaking SuperFish in IE6...SUPRISE!

2009-07-25 Thread Matt
This problem now seems to be even more widespread. I installed just a basic, pure, CSS dropdown menu and even it does not work with Supersleight, UnitPNGfix or even jQuery's pngfix. GRR On Jul 24, 3:44 pm, Matt m...@matthewvollmer.net wrote: I've tried a few different PNGFixes thinking

[jQuery] Re: jQuery = License

2009-07-21 Thread Matt Zagrabelny
it is also free software. -- Matt Zagrabelny - mzagr...@d.umn.edu - (218) 726 8844 University of Minnesota Duluth Information Technology Systems Services PGP key 1024D/84E22DA2 2005-11-07 Fingerprint: 78F9 18B3 EF58 56F5 FC85 C5CA 53E7 887F 84E2 2DA2 He is not a fool who gives up what he cannot

[jQuery] Superfish nav-bar style hover problem

2009-07-18 Thread Matt Hull
Hovering on the navigation that has no children - what's new, or Learn with us. Instead of showing a blank subnav, it is still showing the current drop-down. Is there any way to make the children blank? Example of my issue: http://update.creativejunction.org.uk/talk-with-us/ This superfish

[jQuery] Superfish hover problem

2009-07-18 Thread Matt Hull
Hovering on the navigation that has no children - what's new, or Learn with us. Instead of showing a blank subnavigation, it is still showing the current drop down. Is there any way to make it blank? Example of my issue: http://update.creativejunction.org.uk/talk-with-us/ This superfish

[jQuery] Re: Input that allows only numbers.

2009-07-17 Thread Matt Zagrabelny
() { $('#numbersonly').keypress( function(event) { return ((event.which = 48) (event.which = 57)); } ); }); /script /head body input id=numbersonly name=first_name/ /body /html Cheers, -- Matt Zagrabelny - mzagr...@d.umn.edu - (218) 726 8844 University of Minnesota Duluth

[jQuery] Re: Input that allows only numbers.

2009-07-17 Thread Matt Zagrabelny
keys delete etc. Cheers, On Jul 17, 11:18 am, Matt Zagrabelny mzagr...@d.umn.edu wrote: On Thu, 2009-07-16 at 16:12 -0700, Caio Landau wrote: Well, that a simple question, I hope. I have an input (input type=text /) on my page, and I want it to only accept numbers, so if the user

[jQuery] Treeview plugin for navigation - solution

2009-07-16 Thread Matt B.
I just thought I'd post a solution I came up with that may be helpful to anyone using the treeview plugin for navigation. The problem I ran into was that the cookie persistence was working, but since I was using the tree for navigation to different directories of my site, sometimes the cookie

[jQuery] Re: Treeview plugin for navigation - solution

2009-07-16 Thread Matt B.
. On Jul 16, 12:06 pm, Matt B. mbrown...@gmail.com wrote: Edit: I realized that cookieOptions is actually a version 1.4.1 feature, only available from the SVN. The feature has not yet been added to the minified version, so you need to grab the uncompressed version here: http://dev.jquery.com

[jQuery] Re: A job for you?

2009-07-15 Thread Matt Zagrabelny
it is paid) ? -- Matt Zagrabelny - mzagr...@d.umn.edu - (218) 726 8844 University of Minnesota Duluth Information Technology Systems Services PGP key 1024D/84E22DA2 2005-11-07 Fingerprint: 78F9 18B3 EF58 56F5 FC85 C5CA 53E7 887F 84E2 2DA2 He is not a fool who gives up what he cannot keep to gain

[jQuery] Firefox 3.5 and same-site requests?

2009-07-15 Thread Matt
In firefox 3.5, http://www.chrisevert.org/ throws an error that I haven't seen previously: [Exception... Component returned failure code: 0x805e000a [nsIXMLHttpRequest.open] nsresult: 0x805e000a (unknown) location: JS frame ::

[jQuery] validation plugin's date method doesn't like mm-dd-yyyy formatted dates

2009-07-14 Thread Matt Wilson
I'm using this validation plugin http://bassistance.de/jquery-plugins/jquery-plugin-validation/ and it is great. However, it rejects dates like 07-14-2009 as invalid. Is there some way to add a list of valid formats? If not, should I write my own method to match that particlar format?

[jQuery] Re: both 'if' and 'else' blocks being executed

2009-07-13 Thread Matt Zagrabelny
, Matt Zagrabelnymzagr...@d.umn.edu wrote: Greetings, I am experiencing some crazy stuff, at least crazy to me... Both the 'if' and 'else' blocks (according to firebug) are being executed in the following anonymous function: html head script language=javascript type=text/javascript

[jQuery] Re: jQuery syntax question

2009-07-13 Thread Matt Zagrabelny
of id text that lies within the body element with id of seniors. The third element in that array is not necessarily a paragraph element. Perhaps you could scab together a little DOM for us to look at: body id=seniors div id=text etc. etc. Cheers, -- Matt Zagrabelny - mzagr...@d.umn.edu - (218

[jQuery] Re: noob problem with selector and wrapped set - SOLVED

2009-07-10 Thread Matt Zagrabelny
problem if you just isolate it to just a page with jQuery. The problem seems to be an invalid ID name. I was able to get a match when I took :: out of the ID name. Ralph On Wed, Jul 8, 2009 at 12:14 PM, Matt Zagrabelny mzagr...@d.umn.edu wrote: Greetings, I am

[jQuery] both 'if' and 'else' blocks being executed

2009-07-10 Thread Matt Zagrabelny
;' statements at the end of the blocks, things work as expected, however I wouldn't expect that I should have to do that. Thanks for the help, -- Matt Zagrabelny - mzagr...@d.umn.edu - (218) 726 8844 University of Minnesota Duluth Information Technology Systems Services PGP key 1024D/84E22DA2 2005-11-07

[jQuery] Re: both 'if' and 'else' blocks being executed

2009-07-10 Thread Matt Zagrabelny
side processes both if the checkbox is checked. I only want one to be processed. Regardless, both blocks are being executed... (crazy) Thanks, On Jul 10, 1:38 pm, Matt Zagrabelny mzagr...@d.umn.edu wrote: Greetings, I am experiencing some crazy stuff, at least crazy to me... Both

[jQuery] Re: Access li by item in the array

2009-07-09 Thread Matt Zagrabelny
but was not able to get the syntax right. I thought maybe something like this would work but is has not: $(#mycarousel li).index(i).css(margin-right, 5px); -- Matt Zagrabelny - mzagr...@d.umn.edu - (218) 726 8844 University of Minnesota Duluth Information

[jQuery] Re: jQuery on IE

2009-07-09 Thread Matt Kruse
. What version of jQuery? What version of IE? Have you looked at your js errors? Create a page with _only_ jQuery in it, load it in your IE, and see if it cases an error. Matt Kruse

[jQuery] Re: jQuery on IE

2009-07-09 Thread Matt Kruse
base_url();?js/ jquery.js type=application/x-javascript alert('jQuery not loaded');/script Matt Kruse

[jQuery] Re: jQuery on IE

2009-07-09 Thread Matt Kruse
it alert? Make sure IE's settings are such that errors will be shown. Matt Kruse On Jul 9, 3:27 pm, Paulodemoc paulode...@gmail.com wrote: The generated code is script language=javascript src=http://servidor/astral/web/js/ jquery.js type=application/x-javascript /script I tryied to add

[jQuery] Re: jQuery and javascript objects

2009-07-08 Thread Matt Kruse
that I can then have jQuery use this, to get values from it?  Or is there no sense in trying to use jQuery for this, and it might not even be of help? Why would you want to use jQuery to handle a standard javascript object? What exactly do you want to do with it? Matt Kruse

[jQuery] noob problem with selector and wrapped set

2009-07-08 Thread Matt Zagrabelny
- Value' in the DOM. Am I missing anything? Thanks for the help, -Matt Zagrabelny

[jQuery] checkboxTree Plugin

2009-07-01 Thread Matt W.
repository can be found here: http://github.com/magearwhig/jquery-checkboxtree -Matt W.

[jQuery] Re: check/uncheck all checkboxes with specific id

2009-06-30 Thread Matt Kruse
) { if (typeof fn=='string') { fn = new Function(fn); } this.each(fn); } Then: $(':checkbox.chkEvent').run(this.checked = !this.checked); Whether that's actually more efficient to write depends on the situation ;) Matt Kruse

[jQuery] Re: (validate) Radio button values

2009-06-29 Thread Matt Riley
if the answer is in the code as the target for this is NOT the type who would open up the source and go through it. :-) -Matt On Jun 29, 9:06 am, Alexandre Magno alexan...@gmail.com wrote: Matt, You litteraly used the custom validation rule that I gave just for example, it was to follow that line

[jQuery] Re: jquery .noconflict

2009-06-29 Thread Matt Quackenbush
Straight from the docs http://docs.jquery.com/Core/jQuery.noConflict *NOTE:* This function must be called after including the jQuery javascript file, but *before* including any other conflicting library, and also before actually that other conflicting library gets used, in case jQuery is

[jQuery] Re: jquery .noconflict

2009-06-29 Thread Matt Quackenbush
That is exactly what it means.

[jQuery] Re: call a method outside a jquery object

2009-06-26 Thread Matt Kruse
a function to be available outside of the function scope that is currently executing, then define it outside. Matt Kruse

[jQuery] Re: (validate) Radio button values

2009-06-26 Thread Matt Riley
, Matt Riley mattrileyiph...@gmail.com wrote: Yeah, like I thought, I'm back again.  ;-) Below is the code I've been cobbling together from your previous post. Please feel free to slap me around and tell me where I've done bad. Right now, the form validation works fine (if there is nothing

[jQuery] (validate) Radio button values

2009-06-25 Thread Matt Riley
I'm making a simple quiz using jquery and the validate plug-in. I think I'm really close but just need a nudge over the last hump. :-) I have a radio button group that requires the user to select at least one button. That part is working. However, what I want to do is also check to see if the

[jQuery] Re: (validate) Radio button values

2009-06-25 Thread Matt Riley
for basic users who wouldn't know/care to look in the source anyway. Again, thank you for your reply. I'll probably be back. LOL. -Matt On Jun 25, 3:16 pm, Lee R Lemon III leerlemon...@gmail.com wrote: well like many things this has a variable answer... but what I think you will need to do

[jQuery] Re: (validate) Radio button values

2009-06-25 Thread Matt Riley
input class=submit type=submit value=Check Answers / /fieldset /form /div /body /html On Jun 25, 4:27 pm, Matt Riley mattrileyiph...@gmail.com wrote: Thanks for your reply. I'm going to give it a go with what you suggested, although I'm not exactly a seasoned pro at this so I

[jQuery] Jquery JQzoom is not a function error, why?

2009-06-23 Thread Matt
I am working on an ecommerce site that uses smarty tpl files and I am having trouble implementing JQzoom, I have already use a java based menu system so I am aware of the {literal}{/literal} I am trying to use JQzoom for product images and when the product page loads the java isn't working.

[jQuery] Re: how to call a JS function by pass into a JS

2009-06-20 Thread Matt Kruse
/bestpractices/#onclick You could do: a onclick=ajax_loadpage(inittabFeeds);return false;bababa/a function ajax_loadpage(func) { func(); } Matt Kruse

[jQuery] Re: jQuery text toggle effect

2009-06-19 Thread Matt Kruse
like: Click here to show all items and it will just toggle the word show to hide. Hope it's useful. Matt Kruse

[jQuery] Re: Form Traversal Best Practices

2009-06-19 Thread Matt Kruse
should really have .prop() which would work like attr() usually intends to, but deal only with DOM properties rather than trying to manipulate actual attributes. Script authors usually want to deal with properties anyway, and attr() only makes it confusing. Matt Kruse

[jQuery] [Validate] trigger validation by input:button

2009-06-12 Thread Matt
with. However, the page below is not working. I tried on both IE and FF. http://jquery.bassistance.de/validate/demo/multipart/ Please advise. Cheers, Matt

[jQuery] Re: jQuery's code first lin e (function(){・・・・・

2009-06-09 Thread Matt Kruse
nothing, since you would need funcname1() to actually run the function. Or preferrably: setTimeout(funcname1,1000); Matt Kruse

[jQuery] Re: variable manipulation

2009-06-09 Thread Matt Kruse
On Jun 9, 9:35 am, simon si...@uvfx.tv wrote: $.myvariable1 $.myvariable3 $.myvariable2 now I would like to add the number part of the variable to it dynamically. var i=1; $['myvariable'+i] === $.myvariable1 See: http://www.javascripttoolbox.com/bestpractices/#squarebracket Matt Kruse

[jQuery] Selectors only matching first element

2009-06-04 Thread matt
Hi all, I need some help here. I'm still pretty new to jQuery and Javascript in general, so apologies if this is a basic question. All I am trying to do is a simple select all checkbox script. The problem is, no matter what I seem to do, only the first element is matched.

[jQuery] Re: Selectors only matching first element

2009-06-04 Thread matt
4, 6:26 pm, Mauricio \(Maujor\) Samy Silva css.mau...@gmail.com wrote: There isn't in HTML Specs a true value for checked attribute. Try: $(input:checkbox).attr(checked, checked); Maurício   -Mensagem Original-   De: matt   Para: jQuery (English)   Enviada em: quinta-feira, 4 de

[jQuery] Re: fadeIn() on elements with alpha filter not working properly in IE

2009-06-02 Thread Matt Critchlow
An alternative might be to use the fadeTo function and pass in the opacity you want. This worked for me in a very similar case with IE. Just a thought. On Jun 2, 12:45 pm, Mauricio \(Maujor\) Samy Silva css.mau...@gmail.com wrote: It's hard to figure out what you are trying to do without a test

  1   2   3   4   5   >