[jQuery] Re: How to turn a bulleted list into a pseudo select box

2009-03-10 Thread Andy Matthews
for mobile devices, most of which don't currently support Flash, but DO support Javascript and CSS. Finally, if they don't even have JS, then they just get a bulleted list. andy _ From: jquery-en@googlegroups.com [mailto:jquery...@googlegroups.com] On Behalf Of Jack Killpatrick Sent

[jQuery] Re: Is jquery suitable for this...

2009-03-02 Thread Andy Matthews
If you're concerned about the size of jQuery, then why not reference the file as cached on Google's servers? http://code.google.com/apis/ajaxlibs/ -Original Message- From: jquery-en@googlegroups.com [mailto:jquery...@googlegroups.com] On Behalf Of jojobar Sent: Monday, March 02, 2009

[jQuery] Re: ANNOUNCE: jQuery ListMenu plugin 1.0 from iHwy

2009-03-02 Thread Andy Matthews
Hot damn... Just saw this plugin, and this is fantastically done! Kudos to you and your team. andy _ From: jquery-en@googlegroups.com [mailto:jquery...@googlegroups.com] On Behalf Of Jack Killpatrick Sent: Monday, March 02, 2009 3:36 PM To: jquery-en@googlegroups.com Subject

[jQuery] uncheck specific checkbox

2009-02-12 Thread Andy
Hey guys, I'm trying to uncheck a checkbox that is inside my flexigrid. I have a checkbox in the header and the column has all checkboxes. What I'm trying to do is if I select the top checkbox (so all of the checkboxes below are selected), I would like to uncheck that checkbox if any of the

[jQuery] Tutorials on jQuery

2009-02-11 Thread andy
A basic introduction to jQuery and the concepts that you need to know to use it. ^ http://coaxialcable.webs.com/ ^

[jQuery] Re: jqURL plugin throwing JS errors

2009-02-06 Thread Andy Matthews
Forgot to mention that I'm using jquery-1.2.3 for this project. andy _ From: jquery-en@googlegroups.com [mailto:jquery...@googlegroups.com] On Behalf Of Andy Matthews Sent: Friday, February 06, 2009 11:50 AM To: jquery-en

[jQuery] Re: jqURL plugin throwing JS errors

2009-02-06 Thread Andy Matthews
Unfortunately it's in an administration area. I could provide some code for you though if that would help. andy _ From: jquery-en@googlegroups.com [mailto:jquery...@googlegroups.com] On Behalf Of Josh Nathanson Sent: Friday, February 06

[jQuery] Re: jqURL plugin throwing JS errors

2009-02-06 Thread Andy Matthews
...@googlegroups.com] On Behalf Of Josh Nathanson Sent: Friday, February 06, 2009 1:21 PM To: jquery-en@googlegroups.com Subject: [jQuery] Re: jqURL plugin throwing JS errors Hey Andy - looks like this might be a Firebug bug - read down to the bottom of this link: http://code.google.com

[jQuery] Re: how to change the iframe src

2009-02-06 Thread Andy Matthews
It might be easier to just use the location method. yourTarget.location.href = 'newlink.html'; -Original Message- From: jquery-en@googlegroups.com [mailto:jquery...@googlegroups.com] On Behalf Of cindy Sent: Friday, February 06, 2009 3:35 PM To: jQuery (English) Subject: [jQuery] how

[jQuery] Re: slideUp/Down jumpy in Firefox 3 but not in IE7?

2009-02-04 Thread Andy Matthews
The jQuery team freely admits that they optimize for IE more so than the other browsers. So it's distinctly possible that this is true. -Original Message- From: jquery-en@googlegroups.com [mailto:jquery...@googlegroups.com] On Behalf Of Sam H Sent: Wednesday, February 04, 2009 11:28 AM

[jQuery] Re: how to get action attribute from form

2009-02-03 Thread Andy Matthews
That's exactly how you'd do it. One thing I use for debugging is to throw an alert like so: alert($(form[name=myForm]).length); To make sure that your original query is returning a result. andy -Original Message- From: jquery-en@googlegroups.com [mailto:jquery...@googlegroups.com

[jQuery] Re: OT: CF-Talk Down?

2009-01-28 Thread Andy Matthews
Neither have I... -Original Message- From: jquery-en@googlegroups.com [mailto:jquery...@googlegroups.com] On Behalf Of Rick Faircloth Sent: Wednesday, January 28, 2009 2:46 PM To: jquery-en@googlegroups.com Subject: [jQuery] OT: CF-Talk Down? Hi, guys... Pardon the OT, but I'm trying

[jQuery] Re: showing animated gif when redirecting to new a page

2009-01-26 Thread Andy Matthews
You could set an amimated GIF as a background image for the page. Then, as page content loads in, it'll overlap the animation and you wouldn't see it any more. -Original Message- From: jquery-en@googlegroups.com [mailto:jquery...@googlegroups.com] On Behalf Of misskittyt Sent: Monday,

[jQuery] Add Checkboxes in a table.

2009-01-22 Thread Andy
I need to be able to dynamically add a new rows to a table and add elements such as check boxes, plain text and hyperlinks. I cannot find any examples of this. Would anyone have any samples or a good url? Thanks!

[jQuery] Re: Book-like UI for jQuery?

2009-01-22 Thread Andy Matthews
Something like this might work for you: http://www.sitepoint.com/examples/jquery/animate4.php andy _ From: jquery-en@googlegroups.com [mailto:jquery...@googlegroups.com] On Behalf Of Richard D. Worth Sent: Thursday, January 22, 2009 12:38 PM To: jquery-en@googlegroups.com Subject

[jQuery] [validate] Numbers Validator Error

2009-01-22 Thread Andy
I am having a problem with getting the numbers validator to work correctly. I keep getting the following from firebug: exception occured when checking element time_entry_hours, check the 'numbers' method $.validator.methods[method] is undefined [Break on this error]

[jQuery] Re: the new whitehouse.gov - jQuery powered

2009-01-20 Thread Andy Matthews
Technically only the last 6 years and 3 months. ;) -Original Message- From: jquery-en@googlegroups.com [mailto:jquery...@googlegroups.com] On Behalf Of Rick Faircloth Sent: Tuesday, January 20, 2009 2:32 PM To: jquery-en@googlegroups.com Subject: [jQuery] Re: the new whitehouse.gov -

[jQuery] Re: Detect If a INPUT value was changed

2009-01-15 Thread Andy Matthews
There is a change event handler. -Original Message- From: jquery-en@googlegroups.com [mailto:jquery...@googlegroups.com] On Behalf Of gjhames Sent: Thursday, January 15, 2009 10:57 AM To: jQuery (English) Subject: [jQuery] Detect If a INPUT value was changed How to detect if the

[jQuery] Re: Absolute Image location

2009-01-06 Thread Andy Matthews
+ 'someimage.jpg'); ? / andy -Original Message- From: jquery-en@googlegroups.com [mailto:jquery...@googlegroups.com] On Behalf Of MarkAtHarvest Sent: Tuesday, January 06, 2009 1:41 PM To: jquery-en@googlegroups.com Subject: [jQuery] Re: Absolute Image location Thanks Andy, I am developing

[jQuery] example on site, have question

2009-01-06 Thread Andy
I'm trying to figure out how this works. It appears it is re- iterating the click function in this call. Why would this work? I don't see how I would know to create the method this way if I was going to recreate this. $(document).ready(function(){ $(document.body).click(function

[jQuery] Re: example on site, have question

2009-01-06 Thread Andy
whenever the document is ready, and then every time someone clicks on the body. On Tue, Jan 6, 2009 at 5:05 PM, Andy adharb...@gmail.com wrote: I'm trying to figure out how this works.  It appears it is re- iterating the click function in this call.  Why would this work?  I don't see how I

[jQuery] Re: $.click stops working after 2 clicks

2009-01-05 Thread Andy Matthews
How about copying and pasting the code in question. andy -Original Message- From: jquery-en@googlegroups.com [mailto:jquery...@googlegroups.com] On Behalf Of revivedk Sent: Monday, January 05, 2009 11:06 AM To: jQuery (English) Subject: [jQuery] Re: $.click stops working after 2

[jQuery] Re: Absolute Image location

2009-01-05 Thread Andy Matthews
local machine. Andy matthews -Original Message- From: jquery-en@googlegroups.com [mailto:jquery...@googlegroups.com] On Behalf Of MarkAtHarvest Sent: Monday, January 05, 2009 8:53 AM To: jquery-en@googlegroups.com Subject: [jQuery] Re: Absolute Image location awesome, /mytrail/images

[jQuery] Test if a variable is a jQuery object?

2009-01-05 Thread Andy Matthews
How can I test to see if something is a jQuery object, or a normal JavaScript object? andy

[jQuery] Re: Test if a variable is a jQuery object?

2009-01-05 Thread Andy Matthews
the concept of need for this check What's a situation where you would wonder what it is? Are you not in control of your own code or something? On Jan 5, 3:53 pm, Andy Matthews amatth...@dealerskins.com wrote: How can I test to see if something is a jQuery object, or a normal JavaScript

[jQuery] Re: How to set the HTML background

2009-01-02 Thread Andy Matthews
That's because you can't set the background color of the HTML tag. It doesn't have that attribute. Even if you could do that, one would override the other. What you probably want to do is to set the bg of the body tag, then set the bg of a container INSIDE the body like so: body div/div

[jQuery] Re: JQUERY .POST PROBLEM

2009-01-02 Thread Andy Matthews
I'm a fan of this approach: console.log('[' + data.length + ']') andy -Original Message- From: jquery-en@googlegroups.com [mailto:jquery...@googlegroups.com] On Behalf Of Michael Geary Sent: Friday, January 02, 2009 4:23 PM To: jquery-en@googlegroups.com Subject: [jQuery] Re: JQUERY

[jQuery] what's wrong with $(:checkbox[checked=true]) ?

2008-12-31 Thread Andy Fish
don't understand why my original approach doesn't work, since clearly each checkbox has an attribute 'checked' which has the value true or false. Andy

[jQuery] Re: Serious bug in JQuery

2008-12-22 Thread Andy Matthews
Care to share some code? Have you done your debugging to determine what line of your code is causing the error from jQuery? Have you posted this bug to the jquery bug mailing list? andy -Original Message- From: jquery-en@googlegroups.com [mailto:jquery...@googlegroups.com] On Behalf

[jQuery] Re: [OT] Client side web application with jQuery

2008-12-17 Thread Andy Matthews
You could use this base64 library to check an encrypted password: http://www.webtoolkit.info/javascript-base64.html Any login done solely with client side code is going to be inherently insecure. If that's part of your requirement, then you'll just have to work around it. andy -Original

[jQuery] Re: HowTo: Trigger error callback in ajax request

2008-12-17 Thread Andy Matthews
that over to an error method. andy -Original Message- From: jquery-en@googlegroups.com [mailto:jquery...@googlegroups.com] On Behalf Of Rob Wilkerson Sent: Wednesday, December 17, 2008 8:26 AM To: jQuery (English) Subject: [jQuery] HowTo: Trigger error callback in ajax request I have

[jQuery] Re: HowTo: Trigger error callback in ajax request

2008-12-17 Thread Andy Matthews
Have you tried 'throw' yet? http://www.w3schools.com/js/js_throw.asp andy -Original Message- From: jquery-en@googlegroups.com [mailto:jquery...@googlegroups.com] On Behalf Of Rob Wilkerson Sent: Wednesday, December 17, 2008 8:26 AM To: jQuery (English) Subject: [jQuery] HowTo

[jQuery] [validate] ignore: using '.multiple, .selectors'

2008-12-15 Thread Andy Blackwell
For others wanting to utilize multiple selectors in their ignore parameter ala: $validator = $('form.validate').validate({ ignore: '.ignore, .ignore :input, :hidden :input' }); Just one item must be changed in v1.5 to allow this, which will only add to the functionality and not detract

[jQuery] Re: jCarousel - Animate top down instead of bottom up

2008-12-15 Thread andy prondak
Anyone? On Sun, Dec 14, 2008 at 10:28 PM, flexieflyer andy.pron...@gmail.comwrote: Ive set up my carousel to auto scroll but Im looking to make it animate from the top down instead of bottom up. Any ideas?

[jQuery] Re: JQuery is really a nice tool

2008-12-12 Thread Andy Matthews
No jQuery on that page. It's just using a collection of dHTML scripts found online. -Original Message- From: jquery-en@googlegroups.com [mailto:jquery...@googlegroups.com] On Behalf Of Sid Sent: Friday, December 12, 2008 12:31 PM To: jQuery (English) Subject: [jQuery] JQuery is really a

[jQuery] Re: pleeease heeelp me nowwwwww

2008-12-10 Thread Andy Matthews
For future reference, you'll get a lot more sympathy, and more help, if you use a more descriptive subject line. Glad you got help with your problem. andy -Original Message- From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED] Sent: Wednesday

[jQuery] Re: Need Open/Shut Function

2008-12-10 Thread Andy Matthews
jQuery has built in show() / hide() methods. The syntax would look something like this: $('#someElement').show(); $('#someElement').hide(); Where someElement was a container with an ID. andy _ From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of David Blomstrom

[jQuery] Re: Need Open/Shut Function

2008-12-10 Thread Andy Matthews
As a side note, I personally find your ms free note a little distasteful. I'm no MS fanboy, but it seem a little self-serving to post that note. andy _ From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of David Blomstrom Sent: Wednesday, December 10, 2008 12:11 PM

[jQuery] Re: Need Open/Shut Function

2008-12-10 Thread Andy Matthews
You are completely entitled to your opinion, more power to you. andy _ From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of David Blomstrom Sent: Wednesday, December 10, 2008 12:29 PM To: jquery-en@googlegroups.com Subject: [jQuery] Re: Need Open/Shut Function

[jQuery] Re: Need Open/Shut Function

2008-12-10 Thread Andy Matthews
Just FYI, you can condense Hector's code into this: $(\'#MSFree\').hover(function(){ // do something on mouse over $(\'#menu2\').show(); },function(){ // do something on mouse out $(\'#menu2\').hide(); }); It's a little more compact, and easier to read. andy matthews

[jQuery] Re: Need Open/Shut Function

2008-12-10 Thread Andy Matthews
(); }); } and you'd call it like this: mouseExpand('MSFree','menu2'); andy _ From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of David Blomstrom Sent: Wednesday, December 10, 2008 2:04 PM To: jquery-en@googlegroups.com Subject: [jQuery] Re: Need Open/Shut

[jQuery] Re: Making a UL simulate an option box?

2008-12-09 Thread Andy Matthews
to accomplish that? andy -Original Message- From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Dave Methvin Sent: Monday, December 08, 2008 7:00 PM To: jQuery (English) Subject: [jQuery] Re: Making a UL simulate an option box? I noticed that the page didn't work

[jQuery] Making a UL simulate an option box?

2008-12-08 Thread Andy Matthews
Anyone know of a way to collapse a UL containing n number of LI tags into something that appears to be an option box? Andy Matthews

[jQuery] Re: Making a UL simulate an option box?

2008-12-08 Thread Andy Matthews
I've got something that's sort of what I need here: http://www.commadelimited.com/code/scrollingUL/ But it's not perfect. Anyone have anything better? andy matthews _ From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Andy Matthews Sent: Monday, December 08

[jQuery] Re: Making a UL simulate an option box?

2008-12-08 Thread Andy Matthews
with blind people, and as it's going to live just above a Google Maps implementation, I'm also not that concerned with people who have low-end technology. The contents might be 1 or 2, to 10 or 15 (all defined by clients). Andy Matthews -Original Message- From: jquery-en@googlegroups.com

[jQuery] Re: How to access href-property

2008-12-05 Thread Andy Matthews
!-- alert(document.domain); //-- /script andy -Original Message- From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Matthias Coy Sent: Friday, December 05, 2008 10:10 AM To: jquery-en@googlegroups.com Subject: [jQuery] How

[jQuery] Re: How to access href-property

2008-12-05 Thread Andy Matthews
Here's a reference URL by the way: http://www.hscripts.com/tutorials/javascript/document-object.php On Dec 5, 10:21 am, Andy Matthews [EMAIL PROTECTED] wrote: Matthias... Attr('href') will give you whatever is contained in the href property. If you want the http://otherpage.com

[jQuery] Re: How to access href-property

2008-12-05 Thread Andy Matthews
As an FYI, while I personally prefer relative URLs for simplicity and code reuse, full URLs in the HREF attribute provide slightly better SEO due to the replication of the domain name. On Dec 5, 10:23 am, Andy Matthews [EMAIL PROTECTED] wrote: Here's a reference URL by the way: http

[jQuery] Re: How to access href-property

2008-12-05 Thread Andy Matthews
a few percent. This information comes from our in-house SEO department who are all Google, and Yahoo certified in SEO/SEM. andy -Original Message- From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Michael Geary Sent: Friday, December 05, 2008 11:38 AM To: jquery

[jQuery] Re: Using window.location.hash for URLs without plugin

2008-12-05 Thread Andy Matthews
location.hash is a property, so you'd just get it's value then compare that. Something like this might work: // get the hash var page = location.hash; // show the correct page $('#' + page).show(); andy matthews _ From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED

[jQuery] Re: multiple width kwicks

2008-12-05 Thread Andy Matthews
I'm pretty sure that the whole point is that the kwicks are evenly distributed. You can't have multiple widths. andy -Original Message- From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of jesusbet Sent: Friday, December 05, 2008 1:17 PM To: jQuery (English) Subject

[jQuery] Re: Fixed div, content scrolls under it

2008-12-03 Thread Andy Matthews
No, not like that. I'm looking to essentially simulate a frameset, where the navigation stays on top while all content scrolls underneath it. It might be a pure CSS solution and that's fine. I assumed it would require JavaScript of some sort. andy _ From: jquery-en@googlegroups.com

[jQuery] Re: getting clicked element

2008-12-03 Thread Andy Matthews
Your problem is that you're using the DOM this instead of the jQuery $(this). Read more about that here: http://remysharp.com/2007/04/12/jquerys-this-demystified/ Andy matthews -Original Message- From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of revivedk Sent

[jQuery] Fixed div, content scrolls under it

2008-12-02 Thread Andy Matthews
point me to an example? andy

[jQuery] Re: Adding IMG attributes

2008-12-01 Thread Andy Matthews
attributes, changed attributes, new DOM nodes, etc. andy -Original Message- From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of enchance Sent: Friday, November 28, 2008 7:52 PM To: jQuery (English) Subject: [jQuery] Adding IMG attributes I'm trying to add several

[jQuery] Re: Double right-click, anyone?

2008-12-01 Thread Andy Matthews
I don't think there's a default double right click event handler, but this wouldn't be that hard to write. Psuedo code --- $('#someElement').rightclick(function(){ totalClicks = 0; if (totalClicks == 2) { // do some stuff totalClicks = 0;

[jQuery] Re: Image rollover using jQuery

2008-12-01 Thread Andy Matthews
That's a terrible way of doing a swap image. That's adding a load of crap into the actual HTML, most likely creating invalid xHTML and if that's the author's solution then you might as well just use Dreamweaver as it will do that for you. A better solution is to use seasoup's method, or one

[jQuery] Re: Ajax to return more values

2008-12-01 Thread Andy Matthews
If you're using a 3rd party JSON library, then you'd just pass in whatever language construct you've got and let the library encode for you. andy -Original Message- From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of me-and-jQuery Sent: Monday, December 01, 2008 11

[jQuery] Re: quote standards

2008-11-28 Thread Andy Matthews
Yes. I am. Plus single quoting is slightly faster due to it's lower case nature. No need to hold down the shift key. -Original Message- From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of seasoup Sent: Friday, November 28, 2008 2:47 PM To: jQuery (English) Subject:

[jQuery] Re: Has jQuery development halted?

2008-11-26 Thread Andy Matthews
Have you reviewed the roadmaps for 1.2 and 1.3? http://docs.jquery.com/JQuery_1.2_Roadmap http://docs.jquery.com/JQuery_1.3_Roadmap andy -Original Message- From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Bob den Otter Sent: Wednesday, November 26, 2008 8:54 AM

[jQuery] Re: How can i do Image rollover with simple gamma change?

2008-11-24 Thread Andy Matthews
Yes... You can use the animate method to fade in/out any element by applying opacity. andy -Original Message- From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of expat101 Sent: Monday, November 24, 2008 3:04 PM To: jQuery (English) Subject: [jQuery] How can i do

[jQuery] Re: Callback on $.Post not firing

2008-11-24 Thread Andy Matthews
Is it maybe generating an error? Try converting to a .ajax call so that you've got access to the error method handlers. -Original Message- From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Rage9 Sent: Monday, November 24, 2008 3:43 PM To: jQuery (English) Subject:

[jQuery] ANN: Books-a-million.com using jQuery

2008-11-24 Thread Andy Matthews
I used to work for the web company who developed the original BAM site, and now a friend of mine is project manager for them. They just released a new version of their website and it uses jQuery: http://www.booksamillion.com/ From the source, it looks like they're really only making use of an

[jQuery] Re: treeview pluging issues - .find(.hitarea)

2008-11-20 Thread Andy Matthews
Without seeing the rest of the code, the .hitarea is a CSS selector for direct descendants. There's generally something on the left of the angle bracket such as : body .hitarea Which would apply ONLY to those objects with a class of hitarea directly inside the body tag. -Original

[jQuery] Re: newbies question

2008-11-19 Thread Andy Matthews
Assuming there's only a handful of characters that might be at the beginning of the test1 string, you could use a regular expression, like so: var test1 = 'a8'; if (test1.match(/^[abcd]8/)) alert('true'); Run those two lines and you should get an alert box saying 'true'. Change

[jQuery] Re: help with hover function

2008-11-19 Thread Andy Matthews
The hover method is your best bet. It might look like this based on your example: $(li a).hover(function(){ alert('mouse over'); },function(){ alert('mouse out'); }); -Original Message- From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of JamesLov

[jQuery] Re: getJSON and twitter

2008-11-18 Thread Andy Matthews
I've noticed this too. It'll work great for a few page reloads, and then pow, error. -Original Message- From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Ralph Whitbeck Sent: Monday, November 17, 2008 11:57 PM To: jQuery (English) Subject: [jQuery] getJSON and

[jQuery] Effect like Kwicks plugin

2008-11-17 Thread Andy Matthews
off of it. Thanks peeps Andy Matthews

[jQuery] Re: Effect like Kwicks plugin

2008-11-17 Thread Andy Matthews
Here's a version I've got using the kwicks plugin and divs nested inside the LI tags: http://commadelimited.com/code/maternitymealplanner/kwicks-1.html It's working quite well, but I'm still not convinced that nesting divs inside list items is a good idea. andy -Original Message

[jQuery] Re: Effect like Kwicks plugin

2008-11-17 Thread Andy Matthews
Anyone have any input on this? I'd also like to determine if I can use percentages for the widths of the items. On Nov 17, 9:28 am, Andy Matthews [EMAIL PROTECTED] wrote: Here's a version I've got using the kwicks plugin and divs nested inside the LI tags: http://commadelimited.com/code

[jQuery] Re: Effect like Kwicks plugin

2008-11-17 Thread Andy Matthews
Hrm... I looked at the src, but didn't see that. I'll check it out and see what happens. Thanks for pointing that our Karl. andy -Original Message- From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Karl Swedberg Sent: Monday, November 17, 2008 2:33 PM To: jquery

[jQuery] Re: [ANNOUNCEMENT] jquery.timepickr.js: first official release

2008-11-11 Thread Andy Matthews
I think it looks great. Only suggestion I have is to get the selection portion of the plugin hidden until needed. Say, slide it down when the time field is hovered over? It just takes up too much room right now. andy -Original Message- From: jquery-en@googlegroups.com [mailto:[EMAIL

[jQuery] Ajax load callback not firing

2008-11-11 Thread Andy
Hey everyone- I'm trying to get the load function to work properly and I've been using this page as a reference: http://docs.jquery.com/Ajax/load#urldatacallback As far as I can tell, the URL I want it to hit is getting hit, but the callback function never fires. Any ideas? head

[jQuery] Re: Ajax load callback not firing

2008-11-11 Thread Andy
. Thanks! On Nov 11, 10:51 am, Andy [EMAIL PROTECTED] wrote: Hey everyone- I'm trying to get the load function to work properly and I've been using this page as a reference:http://docs.jquery.com/Ajax/load#urldatacallback As far as I can tell, the URL I want it to hit is getting hit

[jQuery] Re: has anyone come across a plugin like this ?

2008-11-11 Thread Andy Matthews
I'd be interested in this as a plugin as well. On Nov 11, 4:21 pm, heysatan [EMAIL PROTECTED] wrote: That's a start. On Nov 10, 4:13 pm, Microbe [EMAIL PROTECTED] wrote: Demand # 1 :o) On Nov 11, 8:57 am, heysatan [EMAIL PROTECTED] wrote: Hi Sean, I built this breadcrumb

[jQuery] Re: span tag is width:80px but is only showing the width of contents?

2008-11-07 Thread Andy Matthews
Span is an inline element and cannot have a width applied to it, unless you display it as a block, which would sort of defeat the purpose of having it inline. -Original Message- From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of nmiddleweek Sent: Friday, November

[jQuery] Re: span tag is width:80px but is only showing the width of contents?

2008-11-07 Thread Andy Matthews
That's a LOT of markup. You could actually use an input field if you just want to set a background color an some text. It might look like this: input type=text name=name style=width: 100px; / input type=text name=name value=some text style=width: 80px;background: #ff; border: 0px;height:

[jQuery] Re: span tag is width:80px but is only showing the width of contents?

2008-11-07 Thread Andy Matthews
Actually that will NOT fix it all. That makes the span into a block level element which will force it to the next line. andy -Original Message- From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Liam Potter Sent: Friday, November 07, 2008 11:08 AM To: jquery-en

[jQuery] Re: animated robot cartoon with jquery

2008-11-07 Thread Andy Matthews
Anthony... Is the robot supposed to do anything other than drive across the screen? I'm looking for buttons which might cause him to do things, but not seeing them. Is this part of what you're working on, and it's just not in place? This is really well done by the way. I might show this to my

[jQuery] Re: animated robot cartoon with jquery

2008-11-07 Thread Andy Matthews
He's only saying that so he can get out of responsibility. :) -Original Message- From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Mike Alsup Sent: Friday, November 07, 2008 12:04 PM To: jQuery (English) Subject: [jQuery] Re: animated robot cartoon with jquery

[jQuery] Re: get form id from button click

2008-11-07 Thread Andy Matthews
After you've clicked the submit button for a form: Var myID = $(this).attr('id'); -Original Message- From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of lance123 Sent: Friday, November 07, 2008 3:09 PM To: jQuery (English) Subject: [jQuery] get form id from button

[jQuery] Re: on click doesn't work!

2008-11-05 Thread Andy Matthews
It might help if you moved the jQuery code out of the HTML. It would help you focus on each seperately which could assist you in finding the problem. Plus, if you're just going to use jQuery inline, then why bother with using it at all? andy -Original Message- From: jquery-en

[jQuery] Re: Check if remote file exists.

2008-11-05 Thread Andy Matthews
I think if you use the $.ajax method, you can implement the built in failure method and go from there. andy -Original Message- From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Genu Sent: Wednesday, November 05, 2008 12:54 PM To: jQuery (English) Subject: [jQuery

[jQuery] Re: Effect Like slideUp/Down

2008-11-05 Thread Andy Matthews
There's also show/hide. -Original Message- From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Panman Sent: Wednesday, November 05, 2008 3:09 PM To: jQuery (English) Subject: [jQuery] Effect Like slideUp/Down I cannot for the life of me figure this out. I know it

[jQuery] Re: Gradientz

2008-11-04 Thread Andy Matthews
Man...how's that for service! Great job weepy! -Original Message- From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of weepy Sent: Tuesday, November 04, 2008 8:41 AM To: jQuery (English) Subject: [jQuery] Re: Gradientz Ok this is fixed - I've just pushed a new

[jQuery] Re: Large text files via AJAX

2008-11-04 Thread Andy Matthews
Honestly it sounds like this isn't a good use of AJAX. Wasn't reallty intended for use with 1mb+ files. -Original Message- From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED] Sent: Monday, November 03, 2008 5:54 PM To: jquery-en@googlegroups.com

[jQuery] Re: Getting width of broken image updated: working now

2008-10-30 Thread Andy Matthews
, the archives are approaching 3000 strips. Anywya, I wanted a way to quickly read through back strips, and so I wrote this little viewer. andy -Original Message- From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Josh Nathanson Sent: Wednesday, October 29, 2008 2:44 PM

[jQuery] Getting width of broken image?

2008-10-29 Thread Andy Matthews
to test the width of the image. All the valid images should be around 600 pixels wide, whereas the broken image should be 30 or so. I tried this: ${'img').each(function(){ alert( $(this).width() ); }); But I got 0 for both a valid, and invalid, image. Anyone have any ideas? andy

[jQuery] Re: Getting width of broken image?

2008-10-29 Thread Andy Matthews
website. andy -Original Message- From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of weidc Sent: Wednesday, October 29, 2008 9:15 AM To: jQuery (English) Subject: [jQuery] Re: Getting width of broken image? hi, eh.. did you copy your code? 'Cause you wrote {'img

[jQuery] Re: Getting width of broken image?

2008-10-29 Thread Andy Matthews
get the correct image width by using width() on both IE and FF. Alternatively you can check for the offsetWidth attribute. $('img').each(function(){    alert(this.offsetWidth500); }); On Oct 29, 11:30 am, Andy Matthews [EMAIL PROTECTED] wrote: I'm loading in a batch of images

[jQuery] Re: Getting width of broken image?

2008-10-29 Thread Andy Matthews
Hrm... That worked, but it's taking longer than I'd like, and it's not really consistent. I'll just go another route. Thanks for the input guys. On Oct 29, 11:44 am, Josh Nathanson [EMAIL PROTECTED] wrote: Andy - window.onload is called only after all images are loaded, so you can do

[jQuery] Re: Getting width of broken image?

2008-10-29 Thread Andy Matthews
the event handler bound before the images themselves are loaded. -- Josh - Original Message - From: Andy Matthews [EMAIL PROTECTED] To: jQuery (English) jquery-en@googlegroups.com Sent: Wednesday, October 29, 2008 11:37 AM Subject: [jQuery] Re: Getting width of broken image? Hrm

[jQuery] Re: my first plugin

2008-10-28 Thread Andy Matthews
That's very well done. Good job Diego. I really like the animation when you hover over the thumbnail. -Original Message- From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of diego Sent: Tuesday, October 28, 2008 2:04 PM To: jQuery (English) Subject: [jQuery] my first

[jQuery] testing - please ignore

2008-10-27 Thread Andy Matthews
asdsad

[jQuery] Re: pagination solution

2008-10-27 Thread Andy Matthews
The OP said that he was using ASP. Depending on what data you're showing, the tablesorter plugin might work for you. It's got pagination built in if I recall. andy -Original Message- From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Rene Veerman Sent: Monday

[jQuery] Re: Background image position?!

2008-10-27 Thread Andy Matthews
Works fine for me in Chrome. andy -Original Message- From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Paul Cripps Sent: Monday, October 27, 2008 7:45 AM To: jquery-en@googlegroups.com Subject: [jQuery] Background image position?! I have a pop up div on our

[jQuery] Re: Autolinking Twitter @usernames with jQuery

2008-10-22 Thread Andy Matthews
A simple regex should take care of that for you. Just search for any occurrence of @any number of letters of numbers and wrap the result in an href tag. -Original Message- From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Betty B Sent: Wednesday, October 22, 2008

[jQuery] Re: sortable links

2008-10-13 Thread Andy Matthews
There's probably a return false option in the plugin options. -Original Message- From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Adam Sent: Monday, October 13, 2008 8:50 AM To: jQuery (English) Subject: [jQuery] sortable links Using the jquery UI plugin, I have

[jQuery] Re: sortable links

2008-10-13 Thread Andy Matthews
He's not talking about clicking on the link to activate it, but clcking on it to drag and sort it. I will say that you might be better off applying the sortable to an LI tag which contains the link, rather than directly to the link itself. Remember that a link isn't technically a list, but a

[jQuery] Re: cite jquery

2008-09-29 Thread Andy Matthews
Footer link would probably be nice, or a credits page in the footer, or even in your source code. -Original Message- From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of forgetta Sent: Monday, September 29, 2008 10:16 AM To: jQuery (English) Subject: [jQuery] cite

<    1   2   3   4   5   6   7   8   9   >