[jQuery] Re: Using the not() filter

2008-12-15 Thread Rik Lomas
! -- Rik Lomas http://rikrikrik.com

[jQuery] Re: eq() driving me nuts...

2008-12-15 Thread Rik Lomas
it, maybe I'm doing a big mistake in my little code. thx a lot -- View this message in context: http://www.nabble.com/-jQuery--eq%28%29-driving-me-nuts...-tp21022666s27240p21022666.html Sent from the jQuery General Discussion mailing list archive at Nabble.com. -- Rik Lomas http

[jQuery] Re: How to link myFunction(this) to a div

2008-12-15 Thread Rik Lomas
point me in the right direction? Maybe it's just one of the many different combo's I haven't tried, but I'm rather amazed that something this basic is so difficult to get right (and find documentation on). Thanks! -- Rik Lomas http://rikrikrik.com

[jQuery] Re: driving me mad - ajax

2008-12-09 Thread Rik Lomas
and make people on OS XP remove IE completely -- Rik Lomas http://rikrikrik.com

[jQuery] Re: Newbie: Please Help- Ajax Trouble

2008-12-09 Thread Rik Lomas
, but instead the content would just open as a usual html page rather than open in a lightbox. Is it possible to include more javascripts in a page loaded thropugh AJAX? Please help me out, as the problem mite seem trivial, but I can't seem to find a solution. -- Rik Lomas http://rikrikrik.com

[jQuery] Re: Select option value not working

2008-12-09 Thread Rik Lomas
is individual OPTIONs are selected is if you have a multi-select list box. Karl Rudd On Tue, Dec 9, 2008 at 8:09 PM, JQueryProgrammer [EMAIL PROTECTED] wrote: $(input[name='myselect'] option:selected).val(); is not working. It gives undefined. Can anyone please help. -- Rik Lomas http

[jQuery] Re: Problem with confirm delete

2008-12-08 Thread Rik Lomas
Sent from the jQuery General Discussion mailing list archive at Nabble.com. -- Rik Lomas http://rikrikrik.com

[jQuery] Re: driving me mad - ajax

2008-12-08 Thread Rik Lomas
'IE XML parsing problem' items and can't see anything that applies to this situation... -- Rik Lomas http://rikrikrik.com

[jQuery] Re: $this and Hover Method...

2008-12-08 Thread Rik Lomas
using the $this variable... $(#rightDiv).hover( function() { $(this).css({visibility: 'visible';}); }, function() { $(this).css({visibility: 'hidden';}); } ); -- Rik Lomas http://rikrikrik.com

[jQuery] Re: Browser compatibility

2008-12-08 Thread Rik Lomas
='' / param name='AppInit' value='' / /object /body Thanks! -- Rik Lomas http://rikrikrik.com

[jQuery] Re: How to memorize a class change?

2008-11-22 Thread Rik Lomas
it is resetting itself while going through the loop again? Thank you! -- Rik Lomas http://rikrikrik.com

[jQuery] Re: How does this find the first child?

2008-11-22 Thread Rik Lomas
-- Rik Lomas http://rikrikrik.com

[jQuery] Re: How to memorize a class change?

2008-11-22 Thread Rik Lomas
.data() store, how long does it persist and where in the DOM does it get stored? The doc page makes no mention beyond it stores and retrieves. Looking at jquery.js sheds no light on it (for me) either. Doesn't appear to be in a cookie. On Nov 22, 6:58 am, Rik Lomas [EMAIL PROTECTED] wrote: You

[jQuery] Re: jQuery Quicksearch Plugin Help

2008-11-21 Thread Rik Lomas
/articles/live-search-with-quicksilver-style-fo... However this code is for list itemsli I am not much of a programmer so I don't know how to modify to search the large table that is loaded through the csv file. Any suggestions!? Thanks -- Rik Lomas http://rikrikrik.com

[jQuery] Re: jQuery Quicksearch Plugin Help

2008-11-21 Thread Rik Lomas
this; } })( jQuery ); Thanks for taking the time to look at this...I really appreciate it. Also any ideas on why it would crash in Firefox and not in IE? On Nov 21, 11:01 am, Rik Lomas [EMAIL PROTECTED] wrote: Hi, I'm the author of the quicksearch plugin, unfortunately the code *is* a bit slow

[jQuery] Re: jQuery Quicksearch Plugin Help

2008-11-21 Thread Rik Lomas
get a search box. Sorry to be such a pain... On Nov 21, 11:27 am, Rik Lomas [EMAIL PROTECTED] wrote: I meant in the options, so when you do $(...).quicksearch( options ); there isn't anything other than the basic stuff you need in the object you're passing through Rik 2008/11/21 abovegaucho

[jQuery] Re: jQuery Quicksearch Plugin Help

2008-11-21 Thread Rik Lomas
am, Rik Lomas [EMAIL PROTECTED] wrote: I would increase the delay to something like 1000, that may help performance I think the problem with taking the delay out is the comma at the end of the labelText bit, IE doesn't like those missing commas in objects Rik 2008/11/21 abovegaucho [EMAIL

[jQuery] Re: Writing a plugin

2008-11-21 Thread Rik Lomas
'; } } } Thank you for your time. -- Rik Lomas http://rikrikrik.com

[jQuery] Re: Firefox problems ( with input reg. exp. verification).

2008-11-20 Thread Rik Lomas
I fix this problem ? Is it my RegExp ? I can't see how it could be the code as yours is very simple Rik Lomas wrote: I've simplified your code for you and sped up your testing by using the regular expression test() method $(document).ready(function(){ $('input#domain').keyup(function

[jQuery] Re: Window.open and jquery

2008-11-20 Thread Rik Lomas
jquery in the head Any ideas? -- Rik Lomas http://rikrikrik.com

[jQuery] Re: [New plug-in] magicpreview

2008-11-20 Thread Rik Lomas
on your page based on your form fields. Perfect for letting your users see what they're doing when filling in forms. There's a couple of demos on my site too. I'd love to hear your feedback and comments on my plug-in. Thanks, Rik -- Rik Lomas http://rikrikrik.com

[jQuery] Re: Selector a. How can I do this?

2008-11-20 Thread Rik Lomas
, shapper wrote: Hello, Can I select all anchors which link is an email address? For example: a href=mailto:[EMAIL PROTECTED]bla/a Is there a way to do this without adding a class to the anchor? Thanks, Miguel -- Rik Lomas http://rikrikrik.com

[jQuery] Re: Firefox problems ( with input reg. exp. verification).

2008-11-19 Thread Rik Lomas
:). -- View this message in context: http://www.nabble.com/Firefox-problems-%28-with-input-reg.-exp.-verification%29.-tp20580852s27240p20580852.html Sent from the jQuery General Discussion mailing list archive at Nabble.com. -- Rik Lomas http://rikrikrik.com

[jQuery] Re: How to add html do a div properly? (html(), val(), or text() ?)

2008-11-19 Thread Rik Lomas
: html(); val(); text(); what's the best way to add html to a div?? thanks. -- Rik Lomas http://rikrikrik.com

[jQuery] Re: How to get title text from enclosing tag?

2008-11-19 Thread Rik Lomas
corresponding value of title should be returned. -- Rik Lomas http://rikrikrik.com

[jQuery] Re: www.google.com/ig or my.yahoo .com style widgets and/or gadgets?

2008-11-13 Thread Rik Lomas
on a page? Any pointers or links on how to do it ? thanks Ashish -- Rik Lomas http://rikrikrik.com

[jQuery] Re: links going to top of page

2008-11-12 Thread Rik Lomas
is loaded after the original document.ready. Klaus Hartl-4 wrote: On 12 Nov., 00:15, Rik Lomas [EMAIL PROTECTED] wrote: On links, you need to return false as this is the default behaviour when a link is clicked e.preventDefault() should do the same... --Klaus -- View this message

[jQuery] Re: can you simplify this selector? easy for you...

2008-11-12 Thread Rik Lomas
Following on from Karl, how about: $('#PG1_L03-table td:nth-child(2n+3)').slice(0, 4).find('input') 2008/11/12 Lisaraƫl [EMAIL PROTECTED]: $('#PG1_L03-table td:nth-child(odd) input') ? (untested too) -- Rik Lomas http://rikrikrik.com

[jQuery] Re: can you simplify this selector? easy for you...

2008-11-12 Thread Rik Lomas
Ah yeah, damn you :nth-child for being one-indexed 2008/11/12 Karl Swedberg [EMAIL PROTECTED]: On Nov 12, 2008, at 9:05 AM, Rik Lomas wrote: This is completely untested, but this is a bit simpler: $('#PG1_L03-table').find('td:eq(3), td:eq(5), td:eq(7), td:eq(9)').find('input').bind

[jQuery] Re: serializing array of html elements using Jquery

2008-11-12 Thread Rik Lomas
' name='items[2][amount]' value='10' / input type='text' name='items[2][label]' value='10' / /form i can access each elements using $('[name^=items').each().. But i want them as an array.. so that i can do some operation. Thanks in advance. -- Rik Lomas http://rikrikrik.com

[jQuery] Re: can you simplify this selector? easy for you...

2008-11-12 Thread Rik Lomas
: -- View this message in context: http://www.nabble.com/can-you-simplify-this-selector--easy-for-you...-tp20459678s27240p20459678.html Sent from the jQuery General Discussion mailing list archive at Nabble.com. -- Rik Lomas http://rikrikrik.com

[jQuery] Re: can you simplify this selector? easy for you...

2008-11-12 Thread Rik Lomas
Haha, I'll give up trying to code on the fly and actually test my JS next time 2008/11/12 Karl Swedberg [EMAIL PROTECTED]: On Nov 12, 2008, at 11:13 AM, Rik Lomas wrote: Following on from Karl, how about: $('#PG1_L03-table td:nth-child(2n+3)').slice(0, 4).find('input') That won't work

[jQuery] Re: links going to top of page

2008-11-11 Thread Rik Lomas
this message in context: http://www.nabble.com/links-going-to-%22top%22-of-page-tp20447058s27240p20447058.html Sent from the jQuery General Discussion mailing list archive at Nabble.com. -- Rik Lomas http://rikrikrik.com

[jQuery] Re: get the class that starts with ...

2008-11-11 Thread Rik Lomas
-that-starts-with-...-tp20450061s27240p20450061.html Sent from the jQuery General Discussion mailing list archive at Nabble.com. -- Rik Lomas http://rikrikrik.com

[jQuery] Re: resizable floating text area?

2008-11-10 Thread Rik Lomas
to achieve this? Thanks, N. -- Rik Lomas http://rikrikrik.com

[jQuery] Re: slideDown animation jumps - even without padding set.

2008-11-07 Thread Rik Lomas
. Unfortunately, the element I want to slide has to be inside my main template which has widths set so I'm at a loss as to how to get round the problem. Any help would really be appreciated. Jon -- Rik Lomas http://rikrikrik.com

[jQuery] Re: add child to ul very simple question!

2008-11-07 Thread Rik Lomas
=folder21 li id=testFile 2.1.1/li liFile 2.1.2/li /ul /li lispan class=fileFile 2.2/span/li /ul Many thanks! -- Rik Lomas http://rikrikrik.com

[jQuery] Re: $(this).next() doesn't work

2008-11-07 Thread Rik Lomas
be : div class=first ul lia href=#img//a/li li class=seconda href=#img//a/li lia href=#img//a/li lia href=#img//a/li /ul /div any idea ?? Tnx in advance Diego -- Rik Lomas http://rikrikrik.com

[jQuery] New plug-in: autosave

2008-11-06 Thread Rik Lomas
be changed or added to make it better Hope you like it, Rik -- Rik Lomas http://rikrikrik.com

[jQuery] Re: Select nested ul inside a li element

2008-11-06 Thread Rik Lomas
... This one won't work either: $('#navigation li').click(function() { $(this ' ul').slideToggle(fast); }); or this: $('#navigation li').click(function() { $(this).child().slideToggle(fast); }); Hope somebody can help. Thanks! -- Rik Lomas http

[jQuery] Re: calling style

2008-11-06 Thread Rik Lomas
one should I use. I am talking about the commented code on first snippet. Thanks! -- Rik Lomas http://rikrikrik.com

[jQuery] Re: performing actions on single elements with widely used classes

2008-11-06 Thread Rik Lomas
. - Liam -- Rik Lomas http://rikrikrik.com

[jQuery] Re: Array in get help

2008-11-06 Thread Rik Lomas
to do something like this: for ( var i in x ) { $('#x[i]').attr('checked', true); -- this isn't working } I do not have any idea how to change an array like some element -- Rik Lomas http://rikrikrik.com

[jQuery] Re: Array in get help

2008-11-06 Thread Rik Lomas
http://www.learningjquery.com is always a good place to start :) Rik 2008/11/6 Yessica [EMAIL PROTECTED]: Thank you very much, I see I have lack of knowledge in some basic staff... Can you recommend me some book or site where I can learn these things? -- Rik Lomas http://rikrikrik.com

[jQuery] Re: Show Function Disappering

2008-11-06 Thread Rik Lomas
of Jquery (1.2.6) Any help would be appreciated. Thanks -- Rik Lomas http://rikrikrik.com

[jQuery] Re: quickSearch 2.0

2008-10-12 Thread Rik Lomas
://rikrikrik.com/jquery/quicksearch/ If anyone finds any bugs or has any requests for features, let me know Thanks, Rik Lomas -- Rik Lomas http://rikrikrik.com