[jQuery] Re: selectChain Plugin - Fires on Page Load

2008-12-10 Thread Matt Quackenbush
Bump. :-) On Tue, Dec 9, 2008 at 8:04 PM, Matt Quackenbush wrote: Hello, I am using Remy's most excellent selectChain plugin ( http://remysharp.com/2007/09/18/auto-populate-multiple-select-boxes/), but I do not want it to fire on page load, unless the top level select box has a pre

[jQuery] selectChain Plugin - Fires on Page Load

2008-12-09 Thread Matt Quackenbush
can't quite seem to get it right. Any thoughts or suggestions to steer me down the correct path would be much appreciated. :-) Thanks, Matt

[jQuery] jquery.min.js is 54kb, not 15kb?

2008-12-07 Thread Matt Wilson
The front page of jquery.com says the production version is 15kb, but when I go to the download link, it shows up as 54kb. Is there something special that I need to do to convert that 54kb file into 15kb file?

[jQuery] Re: jcarousel and ajax

2008-11-29 Thread matt
from the last slideshow. If I go to load it again, then there's 3 instances of the 'current' item being highlighted meaning 1, 3 and 7 etc also have that class added. How do I 'reset' the data I guess is my question. Thanks again for the reply! -Matt On Nov 28, 8:26 am, Denes PAL [EMAIL

[jQuery] jcarousel and ajax

2008-11-28 Thread matt
I have a site that uses jcarousel. This works fine, but I also have links on the side, that when clicked, loads in new content via ajax (new page content and new carousel). The problem is that jcarousel stopped working, using this message: jCarousel: No width/height set for items. This will

[jQuery] Re: SimpleModal

2008-11-19 Thread Matt
Try: $.modal.close(); Matt On Nov 19, 12:02 pm, tiny_jason [EMAIL PROTECTED] wrote: When calling the close function in javascript it throws an error. I dont want to have to have an a tag to close the modal. How do i just call a function to close the modal in js? Heres the  code i use

[jQuery] jCarousel pagination with numbers?

2008-11-17 Thread matt
Has anyone developed a way to (along with the next/previous arrows) have the number of images below. for example previous 1 2 3 4 5 next ? And then if you click on number 3, it would should the 3 image inside the carousel view area? I'm looking at this example:

[jQuery] Re: toggleClass and CSS inheritance

2008-11-06 Thread Matt Kruse
for me, both in IE6 and FF3. And I don't see why it wouldn't change. How are you testing it? Matt Kruse

[jQuery] selected = selected in firefox issue

2008-10-27 Thread matt
I have a script I'm working on here: http://zurnet.com/test/ It takes a select box, and coverts it to a list item for styling. The problem I'm running into is that if an option value has selected=selected, I want to apply it to the list item. Now when I run the each statement and loop through,

[jQuery] ANNOUNCE: Context Menu Plugin v1.0 - new plugin with themes, highly extensible

2008-10-20 Thread Matt Kruse
the CSS is straight-forward and documented. There are many examples showing off lots of the functionality here. The best way to see what this plugin can do is to try it out! http://www.javascripttoolbox.com/lib/contextmenu/ I hope it is useful to some of you. Feedback is of course appreciated. Matt

[jQuery] Re: Bug with JQuery is?

2008-10-02 Thread Matt Kruse
if the item to be matched is contained within the results. This would be slow in some cases, for sure, but would probably behave as many people expect. It seems like the behavior of .is() confuses a lot of people when they first use it (myself included). Matt Kruse

[jQuery] NEW PLUGIN (beta): ContextMenu

2008-10-02 Thread Matt Kruse
, but I think that a lot of people might find it useful. I welcome any feedback! Thanks! Matt Kruse

[jQuery] Re: custom / slimmed-down jquery possible?

2008-09-19 Thread Matt Kruse
If you've used jQuery on other pages, then it's very likely that the js has been cached in the user's browser anyway. Loading it again should not affect load times in most cases. Matt Kruse On Sep 18, 3:50 pm, Alex Weber [EMAIL PROTECTED] wrote: That's possibly the smartest thing I've heard

[jQuery] Re: dates - fourth Saturday from any given date

2008-09-18 Thread Matt Kruse
that helps, Matt Kruse

[jQuery] getting/setting height() in IE6 quirks mode behaves inconsistently

2008-09-17 Thread Matt Kruse
() is called, it returns the internal height, minus borders and padding. When height(val) is called, the height includes borders and padding. I believe these should behave consistently in quirks mode. In standards mode they work fine. For now I will write a fix that switches based on compatMode. Matt Kruse

[jQuery] Re: Event delegation and accounting for children/descendants

2008-09-17 Thread Matt Kruse
/browse_thread/thread/c39f52b6c5d1feac This is my way of handling event delegation on elements which may have child elements that get the actual event. Matt Kruse

[jQuery] Re: Improvement to delegate plugin to simulate bubbling

2008-09-17 Thread Matt Kruse
on hierarchy could be used. I'm not sure what impact this would have on speed. Matt Kruse

[jQuery] Re: getting/setting height() in IE6 quirks mode behaves inconsistently

2008-09-17 Thread Matt Kruse
work correctly regardless of doctype as well. IMO :) Matt On Sep 17, 5:49 pm, ricardobeat [EMAIL PROTECTED] wrote: There is a reason it's called Quirks mode :) On Sep 17, 2:26 pm, Matt Kruse [EMAIL PROTECTED] wrote: In IE6, quirks mode, I expect this to not change their height of an object

[jQuery] Improvement to delegate plugin to simulate bubbling

2008-09-16 Thread Matt Kruse
(); } }); } }) })(jQuery); Matt Kruse

[jQuery] Re: Toggle doesn't perform well in Safari and crashes Chrome

2008-09-13 Thread Matt Henry
toggle() takes two functions as arguments, so your $(div#menuchild_1).toggle( SHOW_FUNCTION HIDE_FUNCTION ); On Sep 12, 4:32 pm, robertaugustin [EMAIL PROTECTED] wrote: Hi, I'm having a problem with jquery's toggle function in Safari 3.1.2 and Google Chrome, maybe one of you knows the issue

[jQuery] Superfish Sub menu position

2008-09-09 Thread matt
I am using superfish on a page and the top level menu spans across the entire page. The problem is that some of the dropdowns on the right have side of the page open their sub menus to the right so the user wont see them unless their browser window is wide enough. Has anyone attempted to get the

[jQuery] Re: jQuery test suite on new Google Chrome browser

2008-09-04 Thread Matt Kruse
. Matt Kruse

[jQuery] Re: jQuery test suite on new Google Chrome browser

2008-09-02 Thread Matt Kruse
at some point, IMO, and it's better to be ahead of the curve than playing catch-up. Matt Kruse

[jQuery] doc website down again

2008-09-01 Thread matt knapp
so frustrating. I will pay the money necessary to move it to a reliable host. $100 a year?

[jQuery] descendants

2008-09-01 Thread matt knapp
I have some table rows: table tr class=tableRowtd/tdtd/tdtddivBlah divinput=checkbox id=mycheckname_4343/div/div/td tr class=tableRowtd/tdtd/tdtddivBlah divinput=checkbox id=mycheckname_3422/div/div/td tr class=tableRowtd/tdtd/tdtddivBlah divinput=checkbox id=mycheckname_3243/div/div/td /table

[jQuery] Re: descendants

2008-09-01 Thread matt knapp
Thank you! On Sep 1, 9:29 pm, Jason Huck [EMAIL PROTECTED] wrote: $(this).find('input[id*=mycheckname]:first'); http://docs.jquery.com/Traversing/find#expr - jason On Sep 1, 5:27 pm, matt knapp [EMAIL PROTECTED] wrote: I have some table rows: table tr class=tableRowtd/tdtd

[jQuery] Re: Newbie: JQuery to determine browser and apply CSS

2008-08-29 Thread Matt
Check the docs: http://docs.jquery.com/Utilities example: if( jQuery.browser.mozilla ) { //do css stuff... } On Aug 29, 10:44 am, GiJeet [EMAIL PROTECTED] wrote: Hello, is it possible to use JQuery to determine the browser type/ version at runtime and apply a custom .css specific to that

[jQuery] Re: Release: Tooltip Plugin 1.3

2008-08-25 Thread Matt
Thanks jorn! On Aug 24, 3:10 pm, Jörn Zaefferer [EMAIL PROTECTED] wrote: Hi, I'd like to announce a small update for the a href=http://bassistance.de/jquery-plugins/jquery-plugin-tooltip/;jQuery tooltip plugin/a. The support for image maps is back, the deprecated $.fn.Tooltip is gone (just

[jQuery] Re: Doc's site down?

2008-08-24 Thread Matt W.
Themeroller is unusable today.

[jQuery] Can I have multiple $(document).ready() calls in a single page?

2008-08-19 Thread Matt Wilson
I've got a bunch of form widgets (these are server-side widgets) and a lot of them depend on some various jQuery javascript tricks. I would like to be able to do something like this: $(document).ready( function () { set_up_widget_1(); } ); $(document).ready( function () {

[jQuery] Re: Why does my closure not seem to share scope?

2008-07-25 Thread Matt Kruse
); console.log(i:+i); }); } for (var i = 1; i totalPages + 1; i++) { $(#pages_panel).append($(span + i + /span) .click( getClickFunc(i) ); } (careful, above not tested and is highly subject to typos. But the concept should be clear) Matt Kruse

[jQuery] [tooltip] how to add a delay to tooltip removal

2008-07-15 Thread Matt
way to add a post-delay before hiding the tooltip. Thanks! Matt

[jQuery] Re: [tooltip] how to add a delay to tooltip removal

2008-07-15 Thread Matt
Thanks Jorn, since I have to have that post-delay(damn requirements!), I'm certainly going to work on implementing it, as best I can :). I'll contact you if/when I've got something. Thanks! Matt On Jul 15, 10:18 am, Jörn Zaefferer [EMAIL PROTECTED] wrote: There is no easy way, no. You'd have

[jQuery] Re: glowbuttons

2008-06-27 Thread Matt
Very neat plugin! I might have some use for this in a new form. Nice work Matt and thanks to Rey for sharing! On Jun 27, 7:08 am, Rey Bango [EMAIL PROTECTED] wrote: Matt Berseth published his first jQuery plugin called glowButtons: http://mattberseth.com/blog/2008/06

[jQuery] Re: No slideUp() Effect In IE7 Only

2008-06-26 Thread Matt
Interesting, it works fine for me in both FF2 and IE7. The behavior is identical. My version of IE7 is 7.0.5730.11 Matt On Jun 26, 7:52 am, GaMerZ [EMAIL PROTECTED] wrote: Hi All, I am using this line of code: jQuery(# + previous_welcome_icon).slideUp(normal, function () { jQuery(# + icon

[jQuery] hide() and slideDown() question

2008-06-26 Thread Matt
Hi All, Essentially what I'm trying to do is insert some new html after a specific element. What I would like to do is have the new element appear using the slideDown() function. I tried to hide it at first so all the user sees is the slideDown() but it brielfy shows the element, then hides it,

[jQuery] [validate] dynamic form question

2008-06-17 Thread Matt
to validate dynamically created elements, is livequery the way to go? I'll try and give an example: Person + - id='person' name='person' name: matt + - id='person.name' name='person.name' the +- buttons for Person would create a new Person with an empty name underneath it. The +- buttons for name

[jQuery] jquery lightbox - balupton question

2008-06-11 Thread Matt
Hi guys, I'm trying to add lightbox to my page, and i needed to change the default directories because our static files can't fall directly under our jsp/html files(it's a deploy thing). I changed my lightbox.js to match the baseurl: baseurl:'', files: {

[jQuery] Validate Plugin Exceptions

2008-06-10 Thread Matt Quackenbush
... (line 11) .delegate(focusin focusout keyup, :text, :password, :file, select, textar... By the way, I am using version 1.3. Thanks in advance, Matt

[jQuery] Re: Validate Plugin Exceptions

2008-06-10 Thread Matt Quackenbush
Jorn, All I can say is thank you, and I feel like a complete moron. I had mistakenly read it as 1.2.6 in the document head, when in fact that particular application was using 1.2.1. Thank you very much for your keen eye. Problem fixed. Thanks again, Matt On Tue, Jun 10, 2008 at 4:51 PM

[jQuery] Re: thoughts ? Announcing AJAX Libraries API: Speed up your Ajax apps with Google’s infrastructure

2008-06-04 Thread Matt Wilson
I'm trying to use the this, and I used a script tag to load, but then when I tried to use the $(...), it seems to point to something else entirely. The jQuery(...) function still works fine. This is copied from a firebug console: $(div) null jQuery(div) [div#header, div.bottomleft,

[jQuery] Re: How To Create a Coda Slider Effect Screencast on jQuery for Designers

2008-06-03 Thread Matt
Very cool. I have an assignment coming up that I believe I might be able to use something like this for. Very slick, nice job Remy and thanks for sharing Rey! Matt On Jun 3, 7:10 am, Rey Bango [EMAIL PROTECTED] wrote: Remy Sharp of jQuery for Designers has created a new screencast on how

[jQuery] Validation Plugin Mod

2008-06-01 Thread Matt Quackenbush
. :-) Matt

[jQuery] Re: Validation Plugin Mod

2008-06-01 Thread Matt Quackenbush
? Once again, you can see this in action at http://www.quackfuzed.com/stuff/jquery/. Thanks, Matt

[jQuery] Re: Validation Plugin Mod

2008-06-01 Thread Matt Quackenbush
Okay, problem #2 from the original post has been solved. I finally found the .errors() function and was able to modify it to suit my purposes. Any ideas on how to solve problem #1 would be much appreciated. :-) Thanks, Matt

[jQuery] Re: Validation Plugin Mod

2008-06-01 Thread Matt Quackenbush
All fixed up. :-) Thanks to Jorn for an awesome plugin!

[jQuery] Re: Another jQuery Camp after TAE conference?

2008-05-21 Thread Matt
I'm curious about this also, I'm planning to put in the request at my work as well. It would be great to know if there will be a meetup/camp after the conference. Thanks for bringing this up Dave! Matt On May 21, 9:18 am, Fontzter [EMAIL PROTECTED] wrote: I am going to put in a request at work

[jQuery] Re: Another jQuery Camp after TAE conference?

2008-05-21 Thread Matt
Cool thanks Rey. I'll keep my eye out for more details. On May 21, 10:05 am, Rey Bango [EMAIL PROTECTED] wrote: Logistics are still being worked on but we're planning on having one at TAE. Rey Matt wrote: I'm curious about this also, I'm planning to put in the request at my work as well

[jQuery] Re: attr('form') not work in firefox

2008-05-18 Thread Matt Quackenbush
Unless I'm completely misunderstanding something here, that code should not work in any browser. There is no form attribute on an input / element. What are you actually trying to accomplish? On Sun, May 18, 2008 at 8:22 PM, wrote: This is my html: form id=myForm action= input type=text

[jQuery] New Plugin - Checkbox Tree Plugin

2008-05-13 Thread Matt W.
My first jquery plugin, hold the applause, a checkbox collapsible tree plugin. Please feel free to tell me why its good, why its bad and how it can be improved. http://floatmargin.com/2008/jquery-checkbox-tree-plugin/ Thanks.

[jQuery] Re: New Plugin - Checkbox Tree Plugin

2008-05-13 Thread Matt W.
Yeah I actually have done another version that has the tri state, perhaps I should include that and make it an option. The idea on this one is that if you select a child the parent has to be selected as well. On May 13, 7:47 pm, Dave Methvin [EMAIL PROTECTED] wrote: Please feel free to tell

[jQuery] Re: TableSorter + Filtering + Ajax

2008-05-08 Thread matt
Here is an example of Ingrid doing what you are looking for. http://sutternow.com/sti/summaryIngrid.action tablesorter does not have the ajax/pagination bits. Your pretty much rolling your own. On May 7, 1:25 am, Adwin Wijaya [EMAIL PROTECTED] wrote: Uhmm ... flexigrid looks more difficult

[jQuery] Re: Manipulating content generated after $(document).ready

2008-04-30 Thread Matt Henry
() chain. On Tue, Apr 29, 2008 at 2:19 PM, Matt Henry [EMAIL PROTECTED] wrote: I'm wondering if it's possible to use jQuery to manipulate content that has been generated by jQuery after the page has loaded. Here's what I'm trying to accomplish: The user clicks a span in a long block

[jQuery] Manipulating content generated after $(document).ready

2008-04-29 Thread Matt Henry
I'm wondering if it's possible to use jQuery to manipulate content that has been generated by jQuery after the page has loaded. Here's what I'm trying to accomplish: The user clicks a span in a long block of text, and that span is cloned, wrapped in list tags, and appended to a ul at the end of

[jQuery] Re: DataTables plugin

2008-04-21 Thread matt
Can any of the above decorator columns with hyperlinks? Or force single select only? Prototype in progress here. http://sutternow.com/sti/summaryFlex.action I would like to link to the details page. Matt On Apr 20, 12:56 am, fbloggs [EMAIL PROTECTED] wrote: It's ok - but not as nice

[jQuery] [validate] how to apply validation on fields that have object naming (non flattened model objects) on them?

2008-04-15 Thread matt
input id=number name=user.number title=Please enter a number with at least 3 and max 15 characters! / Using validation rules on this field rules: { number: { required:true,

[jQuery] Re: problem with tablesorter and dynamic table content

2008-04-06 Thread Matt Grimm
I also ran across this issue with dynamically loaded tbody content. I came to the conclusion, after poring over the tablesorter source code, that the only solution is to rebuild the entire table with each dynamic reload. The idea was originally posted here:

[jQuery] How to collect values out of a bunch of input checkboxes?

2008-04-03 Thread Matt Wilson
a list of checkbox jquery objects into an array of strings? TIA Matt

[jQuery] Re: JQuery Hello world not working

2008-03-05 Thread Matt W.
That code does not create a link, it binds that function to existing links. You either have to add a link in the html. Or create a link with something like $('a href=#a link/a').appendTo(body); as the first line after $(document).ready(function() { On Mar 5, 2:16 am, pradeep_tp [EMAIL

[jQuery] Re: Moving select box options up and down

2008-03-05 Thread Matt Kruse
://www.javascripttoolbox.com/lib/selectbox/jquery.php Matt Kruse

[jQuery] Re: Moving select box options up and down

2008-03-04 Thread Matt Kruse
has some advantages over the link above and could be easily made into a jQuery plugin with a small amount of effort: http://www.javascripttoolbox.com/lib/selectbox/ Matt Kruse

[jQuery] Re: Keep Accordion Open When Using Ajax

2008-02-20 Thread Matt White
if(previousElement) previousElement.style.fontWeight = normal; this.style.fontWeight = bold; previousElement = this; // Return false to prevent default closing behavior return false; }); }); On Jan 25, 1:06 pm, Matt White [EMAIL PROTECTED] wrote: I am using an accordion

[jQuery] Re: how to disable wheel scroll?

2008-02-14 Thread Matt
You could just set the css overflow property to hidden. body { overflow:hidden; } this should hide scrollbars, so no scroling possible Matt 2008/2/14, Eridius [EMAIL PROTECTED]: Why on earth do you think you know hat my plugin is and needs. I have my reason for wanting to disable

[jQuery] Re: Release: Treeview plugin 1.4

2008-02-08 Thread Matt
i plugged the new version into a current project I'm working on which was using 1.3, works great! thanks for all your hard work on this and other plugins! Matt On Feb 7, 2:32 pm, Jörn Zaefferer [EMAIL PROTECTED] wrote: Jörn Zaefferer schrieb: [...] Have fun! The actual link

[jQuery] set focus on change

2008-02-04 Thread Matt Williams
to work in IE 7, but not FF. $(document).ready(function(){ $('#testField').change(function() { alert('wrong value'); this.focus(); }); }); Any ideas here? Or suggestions on how to reset focus back to the field that changed? Thanks, Matt

[jQuery] Re: set focus on change

2008-02-04 Thread Matt Williams
. post): $('#testField').change(function() { alert('wrong value'); $ (this).focus(); return false;}); Matt On Feb 4, 9:35 am, Scott Trudeau [EMAIL PROTECTED] wrote: Well, in that specific code, you should be able to just $('#testField').focus(); because you are only working with a single field

[jQuery] Re: set focus on change

2008-02-04 Thread Matt Williams
() { obj.focus() }, 50); Googling this phrase led me to find this solution: javascript focus after onchange Matt

[jQuery] Re: Is it possible to do this with Jquery?

2008-01-28 Thread Matt Quackenbush
http://plugins.jquery.com/project/cycle On Jan 27, 2008 11:07 PM, cameron wrote: I'm wondering if this is possible to do with jquery. An example of what I'm looking for can be found at the top of this page; http://www.scriptsearch.com/cgi-bin/jump.cgi?ID=687 The images are scrolling

[jQuery] Re: how to get name attribute from $(this)

2008-01-28 Thread Matt Quackenbush
$(this).attr('name'); I think that's what you're looking for?

[jQuery] Re: Help me with my corners?

2008-01-28 Thread Matt
On Jan 28, 11:49 am, Matt [EMAIL PROTECTED] wrote: I am trying to get corners working on some elements on this page: http://www.gondwana.wb.gs/index.html?Action=Commerce2.ProductID=1 Can anyone have a look and maybe try to figure out what I'm doing wrong? It looks odd in both Firefox

[jQuery] Re: Too many autocompleter plugins

2008-01-27 Thread Matt Kruse
and is what we generally use. I considered releasing it, but thought that another hack-of-a-hack-of-a-hack plugin would just add more confusion. :) Matt Kruse

[jQuery] Help me with my corners?

2008-01-27 Thread Matt
script errors. Thanks in advance for any help. Matt Parlane

[jQuery] Re: Is there a .new() ?

2008-01-25 Thread Matt Quackenbush
David, Thanks for the reply. I had no idea that a new element could be created as you've shown. That's pretty cool, from a code standpoint. But if it's faster the way I've been doing it, I'll continue in that fashion. Matt

[jQuery] Keep Accordion Open When Using Ajax

2008-01-25 Thread Matt White
I am using an accordion with a list of main categories, each with a list of sub categories (so just 2 levels of hierarchy). When you click a sub category, a nearby div element is populated with a list of products via Ajax. The normal behavior for the accordion when you click the sub category is

[jQuery] Re: Feb 12 IE6 Forced Update

2008-01-24 Thread Matt Quackenbush
Multiple IE's for a long, long time now with no problems. It's a lifesaver, in my opinion. Matt

[jQuery] Re: .::: New Social Networking Site :::.

2008-01-24 Thread Matt Quackenbush
God I hate spam.

[jQuery] Re: $(this) and bind()? Noobish questions...

2008-01-24 Thread Matt Quackenbush
to the actual object. So, it'd be something like so: $(#myElementSelector div.thumb).animate({ height: 50px }, fast); For more info, check the selectors info in the docs: http://docs.jquery.com/Selectors HTH Matt

[jQuery] Radio Buttons and .val()

2008-01-23 Thread Matt Quackenbush
the error of my ways. As always, thanks in advance for your assistance. Matt

[jQuery] Re: Radio Buttons and .val()

2008-01-23 Thread Matt Quackenbush
On Jan 23, 2008 3:22 AM, Matt Quackenbush wrote: str = $(input[name='addType']).val(); Why is it that I always find the answer just after I send the email? God knows I hate that. Sorry guys. str = $(input[name='addType']:checked).val(); Thanks again, Matt

[jQuery] Re: Radio Buttons and .val()

2008-01-23 Thread Matt Quackenbush
://www.quackfuzed.com/index.cfm/2008/1/23/I-Love-Gmail-But Thanks, Matt

[jQuery] learning jQuery book and ajax autocompletion

2008-01-22 Thread matt
I purchased Learning jQuery and I'm going through some of the ajax examples. On page 219 they have an auto completion example. I can get it to work just fine, but what about if you're pulling records from a database? For instance, the example shows: $terms = array('football','baseball');

[jQuery] UI Dialog

2008-01-22 Thread Matt Quackenbush
what I'm doing incorrectly. Thanks in advance, Matt

[jQuery] Re: UI Dialog

2008-01-22 Thread Matt Quackenbush
Okay, I officially feel like an ID10T. body *class=flora* Amazing how important the *^@^*#$% tiny details are. Thanks, Matt

[jQuery] Manipulate Element After Being Added to DOM

2008-01-20 Thread Matt Quackenbush
) is being ignored. $(a.remove-item).click(function() { var splt = $(this).attr(id).split(-); var n = splt[1]; $(#container- + n).empty(); return false; }); Thanks in advance, Matt

[jQuery] RE: Manipulate Element After Being Added to DOM

2008-01-20 Thread Matt Quackenbush
will jack it all up. Thanks again, Matt

[jQuery] Re: Manipulate Element After Being Added to DOM

2008-01-20 Thread Matt Quackenbush
Karl, Thank you, thank you, thank you, thank you, thank you, and THANK YOU! By the way, in case I forgot, please, let me be sure to say Thank you! before signing off. Thanks, Matt On Jan 20, 2008 9:53 PM, Karl Rudd wrote: You might like to look at the LiveQuery plugin ( http

[jQuery] jqModal and cleaning up after itself

2008-01-10 Thread Matt Craig
Perhaps this is a non-standard way to use jqModal, but I use it pretty much exclusively for dynamic form popups. My modal DIVs are dynamically generated and have iframes for content. My use case is: 1) open Modal_1 (generates a div with id=div_order containing an iframe with id=if_order) 2)

[jQuery] Re: jQuery Tabs - Can I Do This?

2008-01-05 Thread Matt Quackenbush
is one of the most useful and helpful lists to which I subscribe. Thank you to all of you guys (and girls) that make jQuery rock! :-) Matt

[jQuery] ClueTip: topOffset + width

2007-12-28 Thread Matt Quackenbush
(function() { $('caption .cluetip-wide').cluetip({topOffset: '-15px', width: '450px'}); }); Any clues or tips showing me the errors of my ways would be most appreciated. :-) Thanks in advance, Matt

[jQuery] Re: New Plugin - Table Scroller

2007-12-18 Thread Matt
That does not seem to work for me in IE. Matt On Dec 18, 6:23 am, Richard D. Worth [EMAIL PROTECTED] wrote: I'm curious why you implemented your own scrolling rather than using: tbody { height: 200px important!; overflow: scroll; } - Richard On Dec 15, 2007 5:18 PM, Matt [EMAIL

[jQuery] Re: dimensions plugin error

2007-12-12 Thread Matt W.
This error happens when trying to use a dimensions method on a jquery selection that did not find anything (an empty jQuery collection). If you download the latest dimensions file from svn the error should no longer happen. On Dec 12, 10:40 am, Eridius [EMAIL PROTECTED] wrote: I am getting

[jQuery] Re: Alter Status Message

2007-12-11 Thread Matt Quackenbush
@ Josh, Dave - thanks for pointing out that I had missed the 2nd function. Dave, thanks also for pointing out the disabling of the status bar stuff. I hadn't paid attention to that before. Kinda makes what I was trying to do pointless, which is always good to know before one spends hours and

[jQuery] Re: does jquery 1.2.1 support xpath????

2007-11-24 Thread Matt Stith
I believe xpath expressions should start with a double slash, like $(//html/body) try that On Nov 24, 2007 5:25 PM, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: I find something strange in last release. Xpath expressions doesn't work For example var test1 = $('/html/body');

[jQuery] Safari Ajax and tablesorter

2007-11-14 Thread Matt W.
Hello, I am building a table with xml I am retrieving with $.ajax and once the table is appended to the page I am using tablesorter on it. It is working fine in IE7,ie6, Firefox 2 (mac and pc) but will not work on Safari 3. Tablesorter works fine in safari on tables not added to the dom after

[jQuery] Re: How to make the first word bold.

2007-11-13 Thread Matt W.
This is the value of this list, I do a convoluted solution using grep and all I had to do was use shift. I love how each answer improves on the previous one. On Nov 12, 3:48 pm, Wizzud [EMAIL PROTECTED] wrote: eg. $('#links a').each(function(){ var me = $(this); me.html(

[jQuery] Re: Fix for BlockUI slowness

2007-11-13 Thread Matt Kruse
On Nov 13, 8:48 am, Mike Alsup [EMAIL PROTECTED] wrote: Good stuff, Matt. Thanks for sharing it. I think adding an option is a good idea. Another things I noticed - when blocking an element, it appends the blocking layer to the element itself. So, when I call block() before load

[jQuery] Re: [BUG-1.2.1] css(...,function(){ return ...;})

2007-11-13 Thread Matt Kruse
, it's just an immediate execution of an anonymous function (which can also be used to create a closure). Second, I can't think of any reason to do that over just using 5px as the value :) Matt Kruse

[jQuery] AjaxTop - New plugin

2007-11-12 Thread Matt
(instead of XSLT) This is still experimental. Any feedback would be appreciated. Look for AjaxTop under the Ajax category or at http://ajaxtop.sourceforge.net. Matt

[jQuery] Fix for BlockUI slowness

2007-11-12 Thread Matt Kruse
consider not doing this kind of action by default. // Matt - 2007-11-12 // The bind call in BlockUI is extremely inefficient when there are large numbers of anchors or inputs within the // blocked element. We're going to over-write it here because we don't even care about the functionality

[jQuery] Re: Copying HTMLElement methods in IE

2007-10-23 Thread Matt Kruse
do: $('#something')[0].tagName ? Matt Kruse

<    1   2   3   4   5   >