[jQuery] Re: bind an event to success validation

2007-09-05 Thread SeViR
[EMAIL PROTECTED] escribió: @JOSE I wrote this code that is working but I think there is a better way: $(document).ready(function(){ $(#treeform).validate({ errorContainer: $(#messageBox1),

[jQuery] Re: Request: Quick tutorial on jQuery filtering/limiting methods

2007-09-05 Thread Aaron Heimlich
On 9/5/07, Pops [EMAIL PROTECTED] wrote: Yes, $('#foobar') returns the 1st one, but you can have as many id=foobar your applications needs and use this to find them all: While that's technically true, IDs are meant to be unique to a page. For what you're describing, using CSS classes is more

[jQuery] Re: Request: Quick tutorial on jQuery filtering/limiting methods

2007-09-05 Thread Pops
On Sep 5, 2:40 am, Aaron Heimlich [EMAIL PROTECTED] wrote: On 9/5/07, Pops [EMAIL PROTECTED] wrote: Yes, $('#foobar') returns the 1st one, but you can have as many id=foobar your applications needs and use this to find them all: While that's technically true, IDs are meant to be

[jQuery] Re: Request: Quick tutorial on jQuery filtering/limiting methods

2007-09-05 Thread Aaron Heimlich
On 9/5/07, Pops [EMAIL PROTECTED] wrote: In practice, element ids are meant to be unique for practical purposes but there is no standard restriction that it there SHOULD NOT be more than one defined. Actually, but HTML 4.01[1] and XML 1.0[2] specify that IDs must be unique. From the HTML

[jQuery] Re: Slide UP plugin?

2007-09-05 Thread Dragan Krstic
There is. Look at Interface effects slide/blinds. If that doesn't help you (as I have similar problem), try this: Set container position attribute to position: relative, and overflow: hidden Hidden part (which will be displayed during resize of container) will have following css: position:

[jQuery] Re: Request: Quick tutorial on jQuery filtering/limiting methods

2007-09-05 Thread Klaus Hartl
Pops wrote: Thanks Klaus. I'm still learning. Maybe should show the light here. I have a 7 year old Windows HELP TOC generator that creates an UL list of about 500 links, its about 4 levels deep. ul lia ../ali lia ../ali lia ../ali ul lia ../ali lia ../ali /ul

[jQuery] Re: Request: Quick tutorial on jQuery filtering/limiting methods

2007-09-05 Thread Aaron Heimlich
On 9/5/07, Pops [EMAIL PROTECTED] wrote: No, I am not describing CSS. Perhaps CSS classes wasn't the right term to use. What I really meant was that you should be using the HTML class attribute if you want to assign an identifier to many elements; it can be for many more things than just CSS

[jQuery] Re: Request: Quick tutorial on jQuery filtering/limiting methods

2007-09-05 Thread Pops
Aaron, The bottom line really is then, in the internet world, there no really rules and consistent methods. You have PHP only methods, I have WCX only methods, others have their own methods. (Incidentally the PHP Windows developer use to work for us when it wasn't a big thing then. :-)) Many

[jQuery] test

2007-09-05 Thread Daniel Rossi
my emails arent coming through

[jQuery] Re: test

2007-09-05 Thread Dylan Verheul
Yes they are :-) On 9/5/07, Daniel Rossi [EMAIL PROTECTED] wrote: my emails arent coming through

[jQuery] Re: Request: Quick tutorial on jQuery filtering/limiting methods

2007-09-05 Thread Pops
On Sep 5, 4:11 am, Klaus Hartl [EMAIL PROTECTED] wrote: Is that reallly the HTML? If so, it is invalid and you cannot expect any selector to be reliable in any browsers. I'm not refering to the missing slashes in the closing tag - I assume you just left them out in the example here -, but

[jQuery] Re: test

2007-09-05 Thread Giovanni Battista Lenoci
On Sep 5, 11:40 am, Daniel Rossi [EMAIL PROTECTED] wrote: Interesting, im not getting the initial email, just the replies ! I'm using gmail pop though. Same for me, I've renounced to make it work with thunderbird, I use web interface of gmail to send email to the list.

[jQuery] Validation plugin site down, Jörn?

2007-09-05 Thread Suni
Cant reach http://bassistance.de/jquery-plugins/jquery-plugin-validation/, it just gives me a blank page. I'd love to see all the comments and documentation, since I'm having lots of problems using the additional-methods.js (gives javascript- errors in FF).

[jQuery] thickbox fix position on scroll

2007-09-05 Thread amircx
hey. is there a hack or patch or some way i can make the TbWindow of thickbox to reposition when im scroll the page down? now when i do it its just remain in the same position so if its long page i can scroll down and in some cases not to see the dialog box please help... -- View this

[jQuery] Re: test

2007-09-05 Thread SeViR
Daniel Rossi escribió: Interesting, im not getting the initial email, just the replies ! I'm using gmail pop though. On 05/09/2007, at 7:24 PM, Dylan Verheul wrote: Yes they are :-) On 9/5/07, Daniel Rossi [EMAIL PROTECTED] wrote: With GMail, your messages has not shown in the

[jQuery] Re: test

2007-09-05 Thread Daniel Rossi
On 05/09/2007, at 9:06 PM, SeViR wrote: Yes they are :-) On 9/5/07, Daniel Rossi [EMAIL PROTECTED] wrote: With GMail, your messages has not shown in the conversations. You can use Thunderbird or another email client ;-) Gmail pop here, I use Mac Mail. Thunderbird is terribly broken

[jQuery] Re: code minimization / abstraction

2007-09-05 Thread Joe Noon
Instead, make your code a static function: Mike, You're a huge help! That all makes much more sense now. Here is what I ended up with: (function( $ ) { $.rjax = function(options) { $.ajax($.extend({ dataType: script, beforeSend: function(xhr) {xhr.setRequestHeader(Accept,

[jQuery] .height() on elements within hidden blocks returns 0

2007-09-05 Thread [EMAIL PROTECTED]
Hello, I'm using .height() to get the hight on an element which works just fine. My issue is that some of the elements are contained within hidden blocks. All those elements within the hidden blocks return a height of 0. Is there any way to get the height of these elements while hidden?

[jQuery] Re: code minimization / abstraction

2007-09-05 Thread Joan Piedra
On 9/4/07, Michael Geary [EMAIL PROTECTED] wrote: $('#testhref').click( function() { Hey Michael, looks like you missed the selector variable here =p $(selector).click( function() { This should work. Regards, -- Joan Piedra || Frontend webdeveloper http://joanpiedra.com/

[jQuery] Re: Dojo combobox equivalent

2007-09-05 Thread guyinva
Jörn, Sorry about the delay. Nabble keeps sending the wrong user info to the group. Anyhow, I just added a separate lookup array that includes all options. I was able to access individual elements of cache.data[a-z], but I couldn't get loadFromCache() to return everything, so I just made a

[jQuery] Re: jqModal .. where is this 'on open' thing

2007-09-05 Thread Theodore Ni
I have not looked at this in depth, but you might be able to use onShow() callback to run your own ajax if you don't use the built-in one. On 9/4/07, Joe [EMAIL PROTECTED] wrote: from the jqModal README: NOTE; To use custom ajax routines, utilize an on open callback function. If you

[jQuery] Re: test

2007-09-05 Thread Fred Janon
I think Gmail changed something, I don't see my replies to group mails until someone else answers again. The emails are in the sent folder until then. Fred On 9/5/07, Daniel Rossi [EMAIL PROTECTED] wrote: Interesting, im not getting the initial email, just the replies ! I'm using gmail pop

[jQuery] Drill Down Menu

2007-09-05 Thread Lukey B
Hi all, I have a need to make a drill down menu similar to the left hand menu interface that you see on betting exchanges such as Betfair.com Betdaq.com whereby if you click on a menu item, the menu drills down into the child items, leaving a breadcrumb trail of parent nodes so that you can

[jQuery] remove a single css-property?

2007-09-05 Thread [EMAIL PROTECTED]
is there any solution to remove a single css-property? i've the problem, that .show() leaves filter: ; in the inline-style (MSIE). now i want to remove only this property, but only this and not e.g. the whole inline-style (.removeAttr('style')). is there a plugin or a core feature, which can help

[jQuery] Re: Live Query and tables problem

2007-09-05 Thread Jean
Sorry but your example isnt work now i remove the login validation http://www.interalfa.com.br/kbs/pesquisa_teste.php On 9/4/07, Brandon Aaron [EMAIL PROTECTED] wrote: I wasn't able to see that site but I went ahead and created a small test case based on the information you provided.

[jQuery] Re: remove a single css-property?

2007-09-05 Thread Klaus Hartl
[EMAIL PROTECTED] wrote: is there any solution to remove a single css-property? i've the problem, that .show() leaves filter: ; in the inline-style (MSIE). now i want to remove only this property, but only this and not e.g. the whole inline-style (.removeAttr('style')). is there a plugin or a

[jQuery] Re: remove a single css-property?

2007-09-05 Thread Dragan Krstic
$(.class).css(propertyName,); 2007/9/5, [EMAIL PROTECTED] [EMAIL PROTECTED]: is there any solution to remove a single css-property? i've the problem, that .show() leaves filter: ; in the inline-style (MSIE). now i want to remove only this property, but only this and not e.g. the whole

[jQuery] Simple table pager plugin ?

2007-09-05 Thread Armand Datema
Hi I found the tabesorter plugin and the tablepages plugin for this one. All very nice but I need a simpler version, is there one around that can handle the following or do I need to look at it myself -- row -- row --- row --- 1/5 Is there a simpler plugin

[jQuery] Re: Live Query and tables problem

2007-09-05 Thread Brandon Aaron
Could you explain how the example doesn't work? Are you getting an error? Which browser? I can't read your mind, nor can I do the work for you. I tried to look at the site again but I only know English. I'd like to help but I need to understand first. You initially reported an error with Live

[jQuery] Re: jQuery Merchandise for Sale. Help Support the Project

2007-09-05 Thread Benjamin Sterling
Forget the MAN We need you now :) On 9/5/07, Joel Birch [EMAIL PROTECTED] wrote: On 9/5/07, Rey Bango [EMAIL PROTECTED] wrote: Yeah, I mean *if* there was a version of that logo for the black cap, that would be awesome. Know of anyone that could make a version like that? ;)

[jQuery] Re: Bug in before, and after??

2007-09-05 Thread Andy Matthews
Klaus... The docs don't seem to indicate that it will insert something AND close a tag at the same time. It just says Inserts some HTML before all paragraphs. That's what I want, but I want full control over it. There's plenty of times where a developer might be working with xHTML, which in

[jQuery] where is the the form input/select plugin ?

2007-09-05 Thread Olivier Percebois-Garve
Hi I remember of a plugin that was making a selectbox editable. A sort of mix of input type=text / and select Does anybody see what I am talking about and where it is located ? thx -Olivier

[jQuery] Re: jQuery Merchandise for Sale. Help Support the Project

2007-09-05 Thread Dragan Krstic
Where can I buy Energy Dome cap? -- Dragan Krstić krdr http://krdr.ebloggy.com/

[jQuery] Re: jQuery Merchandise for Sale. Help Support the Project

2007-09-05 Thread Joel Birch
On 9/5/07, Benjamin Sterling [EMAIL PROTECTED] wrote: Forget the MAN We need you now :) Yeah, forget that! It's done and sent to Rey. Thanks for the support ;) Joel Birch.

[jQuery] Re: Bug in before, and after??

2007-09-05 Thread Klaus Hartl
Andy Matthews wrote: Klaus... The docs don't seem to indicate that it will insert something AND close a tag at the same time. It just says Inserts some HTML before all paragraphs. That's what I want, but I want full control over it. There's plenty of times where a developer might be working

[jQuery] Re: history_remote: how to use it with JSON ?

2007-09-05 Thread xavier
Hi, I put up a dummy exemple of what I want (without the history plugin, I couldn't find a way of using the plugin) Basically, I have a page that display some content : http://www.sydesy.com/history/html.php?start=1 and another page that offers the same content, but as json:

[jQuery] Re: Bug in before, and after??

2007-09-05 Thread Andy Matthews
Yeah... That's what I ended up with. But even then I had to retailor my HTML slightly. That worked though. -Original Message- From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Klaus Hartl Sent: Wednesday, September 05, 2007 8:38 AM To: jquery-en@googlegroups.com

[jQuery] Re: bind an event to success validation

2007-09-05 Thread [EMAIL PROTECTED]
Jose, I understand your doubts and yes normally I should not care to change page layout if validation is ok. Problem is that this tricks need me in a quite complicate application control panel that elaborate quite a lot of info ( page reload in 4/5 seconds). To change it to Ajax mode takes me

[jQuery] Thickbox $().load error

2007-09-05 Thread ad4m
Hey guys! I need your help!! I'm using Thickbox to which I load the html data from server.\ Everything works fine in FF but in IE6 when the jQuery $().load() is fired the error like this occurs: Could not complete the operation due to error 80020101 I have no idea what does it mean! Is this a

[jQuery] Re: jQuery Merchandise for Sale. Help Support the Project

2007-09-05 Thread Benjamin Sterling
:) On 9/5/07, Joel Birch [EMAIL PROTECTED] wrote: On 9/5/07, Benjamin Sterling [EMAIL PROTECTED] wrote: Forget the MAN We need you now :) Yeah, forget that! It's done and sent to Rey. Thanks for the support ;) Joel Birch. -- Benjamin Sterling http://www.KenzoMedia.com

[jQuery] Re: blockUI IE6 checkbox

2007-09-05 Thread seedy
Setting the fade to false does not appear to be solving the issue for me. malsup wrote: seedy, Try adding this to your page: $.blockUI.defaults.fadeOut = false; I think this is an issue with animation. Mike On 9/4/07, seedy [EMAIL PROTECTED] wrote: Has anyone been

[jQuery] IE 2px out on event.pageX/Y

2007-09-05 Thread Wizzud
Has anyone come across this before, coz it's been driving me nuts! IE7 and IE6 are both reporting the cursor position as 2px greater - both X and Y - than the actual position, say, of a div on the screen. For example, given an absolutely positioned div at 100(top), 200(left), with a mousemove

[jQuery] Re: jQuery Merchandise for Sale. Help Support the Project

2007-09-05 Thread Rey Bango
Done. Check the store again: https://www.cafepress.com/jquery.166647238 Rey... Benjamin Sterling wrote: :) On 9/5/07, Joel Birch [EMAIL PROTECTED] wrote: On 9/5/07, Benjamin Sterling [EMAIL PROTECTED] wrote: Forget the MAN We need you now :) Yeah, forget that! It's done and sent to

[jQuery] Off-topic: Disabling the mouse scroll

2007-09-05 Thread [EMAIL PROTECTED]
Does anyone know how to disable the mouse scroll so that it does not move the browser window up and down? We only want to do this when the mouse is hovering a particular div. Thanks

[jQuery] Re: jQuery Merchandise for Sale. Help Support the Project

2007-09-05 Thread Joel Birch
On 9/6/07, Rey Bango [EMAIL PROTECTED] wrote: Done. Check the store again: https://www.cafepress.com/jquery.166647238 Rey... Yeah, that's much better. I expected the logo to be fractionally larger in that space, but it still looks good. Joel Birch.

[jQuery] Re: Off-topic: Disabling the mouse scroll

2007-09-05 Thread Klaus Hartl
[EMAIL PROTECTED] wrote: Does anyone know how to disable the mouse scroll so that it does not move the browser window up and down? We only want to do this when the mouse is hovering a particular div. Thanks $(window).bind('scroll', function() { return false; }); That blocks

[jQuery] Re: jQuery Merchandise for Sale. Help Support the Project

2007-09-05 Thread Benjamin Sterling
Not crazy about the oval, but I guess that is how cafepress does their dark hats to make things easier. I am in though! On 9/5/07, Joel Birch [EMAIL PROTECTED] wrote: On 9/6/07, Rey Bango [EMAIL PROTECTED] wrote: Done. Check the store again: https://www.cafepress.com/jquery.166647238

[jQuery] Sortable List (interface plug-in) -Sort multiple identical list

2007-09-05 Thread bucky483
Hello, I was hoping someone here could help out a jQuery newbie. What I want to do is, if I have two list that are identical, when I drag and drop one of the items from one of the identical list, the changes will reflect on the other list as well. I hope that makes some sense. Below are two

[jQuery] New JQuery documentation

2007-09-05 Thread DrieStone
A few notes about the new JQuery documentation. I'm sure it's a work in progress but there are two major issues that are causing me pain: 1) Tabbed examples? seriously? It's very difficult to gain understanding if I have to flip between code, html and output views. This is a step backward in

[jQuery] Help with Superfish IE6 quirk

2007-09-05 Thread Mark
Hello, I've come across a little bit of a problem that I am not sure how to solve with superfish in IE6 and would appreciate any help. I have updated superfish to 1.3, and have jquery 1.1.4. and I am using it with vertical.css (with some modifcations to fit with the design of the site). The

[jQuery] Re: jQuery Merchandise for Sale. Help Support the Project

2007-09-05 Thread Tane Piper
I doubt they do them - but any chance of a jQuery Bug Squatter :p On 9/5/07, Benjamin Sterling [EMAIL PROTECTED] wrote: Not crazy about the oval, but I guess that is how cafepress does their dark hats to make things easier. I am in though! On 9/5/07, Joel Birch [EMAIL PROTECTED] wrote:

[jQuery] Re: code minimization / abstraction

2007-09-05 Thread Michael Geary
From: Michael Geary $('#testhref').click( function() { From: Joan Piedra Hey Michael, looks like you missed the selector variable here =p $(selector).click( function() { Oops... Good catch, Joan, thanks! -Mike

[jQuery] Re: Help with Superfish IE6 quirk

2007-09-05 Thread Joel Birch
On 9/5/07, Mark [EMAIL PROTECTED] wrote: The problem is that when you hover over one menu item that should display a second level, the menu items below it in the top level move down a space. The menu items at the top level should not move and it should just roll out the second level menu. Hi

[jQuery] bassistance: jQuery plugin: Autocomplete

2007-09-05 Thread Marto
I have been playing with this Autocomplete plug-in, what can I say, fantastic. I have noticed one thing however, there seems to be a lot of chatter recently (see the bottom of http://bassistance.de/jquery-plugins/jquery-plugin-autocomplete/) regarding the ability to add extra parameters to the

[jQuery] Large clickable boxes

2007-09-05 Thread Frantisek Malina
Hi all, I need large clickable boxes which span the whole area of the .deal box. Href attribute should be extracted from links wrapped in heading2. I tried loads of experimants and ended up with the following disfunctional code. It should work, but it simply doesn't. Anyone could help me? html

[jQuery] Re: remove a single css-property?

2007-09-05 Thread [EMAIL PROTECTED]
On 5 Sep., 15:00, Dragan Krstic [EMAIL PROTECTED] wrote: $(.class).css(propertyName,); Hi again *g* perhaps i wasn't precision enough. I won't reset the style-property. That is already done by »show()«. I need to remove the property at all. i made a little demo, to show the what i mean:

[jQuery] Re: Large clickable boxes

2007-09-05 Thread Franck Marcia
A classic one : embed your code like this: $(function() { // your code here }); Otherwise, li.deal doesn't exist yet when your code runs. Franck. On 5 sep, 18:11, Frantisek Malina [EMAIL PROTECTED] wrote: Hi all, I need large clickable boxes which span the whole area of the .deal box.

[jQuery] Re: Making sure a radio button is checked

2007-09-05 Thread Shaun Kester
I'm getting an error: missing ; after for-loop initializer I'm using firebug, but I don't see where the error is. Any insight? Thanks for your help On Sep 4, 6:50 pm, Joel Birch [EMAIL PROTECTED] wrote: Hi Shaun, Try this, although it is untested: function validate_form (){ var

[jQuery] Re: Large clickable boxes

2007-09-05 Thread Klaus Hartl
Frantisek Malina wrote: Hi all, I need large clickable boxes which span the whole area of the .deal box. Href attribute should be extracted from links wrapped in heading2. I tried loads of experimants and ended up with the following disfunctional code. It should work, but it simply doesn't.

[jQuery] Re: Large clickable boxes

2007-09-05 Thread Klaus Hartl
Klaus Hartl wrote: $(function() { $('li.deal').each(function() { var $a = $('h2 a', this); $(this).bind('click', function(e) { if (e.target != $a[0]) { location.href = $a.attr('href'); } }); }); }); shorter, shorter...:

[jQuery] Hover bug in Firefox?

2007-09-05 Thread Andy Matthews
I've found some unexpected behaviour using hover in Firefox. This html: table tr tdAndy Matthews/td tdWeb Developer/td /tr /table and this jQuery code: $('tr').hover(function(){ $(this).css('backgroundColor','797979'); },function(){ $(this).css('backgroundColor','6c6c6c'); });

[jQuery] Re: Making sure a radio button is checked

2007-09-05 Thread Shaun Kester
I figured out the missing ';', sorry about that. I found this function in the archive and it works for alerting me that one of the radio sets is not checked. Is there any way in the alert for it to tell me the name, id, or rel attribute of the group that stopped the find?

[jQuery] Re: Hover bug in Firefox?

2007-09-05 Thread Joel Birch
On 9/6/07, Andy Matthews [EMAIL PROTECTED] wrote: I've found some unexpected behaviour using hover in Firefox. and this jQuery code: $('tr').hover(function(){ $(this).css('backgroundColor','797979'); },function(){ $(this).css('backgroundColor','6c6c6c'); }); Should result in

[jQuery] Re: remove a single css-property?

2007-09-05 Thread Dragan Krstic
I think I understand. When some element is hidden by hide, display: none; is added to inline style. In: $('#click').click(function() { $('#test').css('FILTER', ''); $('#test')[0].style.filter = ''; $('#rmvLink1').hide('slow');}); only filter property is removed, and filter is defined in style

[jQuery] Re: Making sure a radio button is checked

2007-09-05 Thread Joel Birch
On 9/6/07, Shaun Kester [EMAIL PROTECTED] wrote: I figured out the missing ';', sorry about that. I found this function in the archive and it works for alerting me that one of the radio sets is not checked. Is there any way in the alert for it to tell me the name, id, or rel attribute of the

[jQuery] Re: Making sure a radio button is checked

2007-09-05 Thread Joel Birch
On 9/6/07, Joel Birch [EMAIL PROTECTED] wrote: function validate_form(){ var valid = true; //loop through the radio sets $('tr.radioSet').each(function(){ var theRadioSet = this; //make sure at least one radio is checked

[jQuery] Re: Hover bug in Firefox?

2007-09-05 Thread Andy Matthews
That was it Joel. Can't believe I didn't think of that. Thank you. _ From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Joel Birch Sent: Wednesday, September 05, 2007 12:12 PM To: jquery-en@googlegroups.com Subject: [jQuery] Re: Hover bug in Firefox? On 9/6/07,

[jQuery] Re: jQuery Merchandise for Sale. Help Support the Project

2007-09-05 Thread Loren Pipes
What you need are some t-shits! VP

[jQuery] Re: Large clickable boxes

2007-09-05 Thread Frantisek Malina
Cool, works like a charm in 5.5 upwards, Opera, FF. I spent few hours with this and you did it in a minute or so. On Sep 5, 5:40 pm, Klaus Hartl [EMAIL PROTECTED] wrote: Klaus Hartl wrote: $(function() { $('li.deal').each(function() { var $a = $('h2 a', this);

[jQuery] Re: Interface plugin problem with IE7

2007-09-05 Thread Ramiro Araujo
no clue about this yet. anybody?

[jQuery] Re: Hover bug in Firefox?

2007-09-05 Thread Theodore Ni
I can't reproduce this using just the table and jQuery code you provided. I tried putting a separate style on td but that just stifles any hover effect on both FF and IE7. Is there any more information you can provide, or perhaps a test page showing the problem? On 9/5/07, Andy Matthews [EMAIL

[jQuery] New plugin found - FastFind Menu

2007-09-05 Thread Jeferson Koslowski
Just found it today: http://labs.activespotlight.net/jQuery/menu_demo.html Click toggle menu to see it in action. This menu looks like the one from deviantART (http://www.deviantart.com/).

[jQuery] Re: remove a single css-property?

2007-09-05 Thread Theodore Ni
I don't have time right now to look at this in depth, but other than putting the filter style inline on each of your objects, the only other way I can see to fix this is to somehow modify the jQuery code to first grab the current filter style from currentStyle or something along those lines. I

[jQuery] Re: jQuery Merchandise for Sale. Help Support the Project

2007-09-05 Thread Rick Faircloth
Some what!?! From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Loren Pipes Sent: Wednesday, September 05, 2007 12:43 PM To: jquery-en@googlegroups.com Subject: [jQuery] Re: jQuery Merchandise for Sale. Help Support the Project What you need are some t-shits! VP

[jQuery] Re: New plugin found - FastFind Menu

2007-09-05 Thread Andy Matthews
Very nice. Actually looks similar to the iPhone style shopping list that's been floating around. _ From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Jeferson Koslowski Sent: Wednesday, September 05, 2007 1:15 PM To: jquery-en@googlegroups.com Subject: [jQuery] New

[jQuery] Re: jQuery Merchandise for Sale. Help Support the Project

2007-09-05 Thread Rey Bango
T-Shirts are coming. We just don't like the way that CafePress makes them. Rey Loren Pipes wrote: What you need are some t-shits! VP

[jQuery] i think you can all see what i'm trying to do here - two-tier navigation with jquery...

2007-09-05 Thread ldexterldesign
i think you can all see what i'm trying to do here: http://www.personal.leeds.ac.uk/~scs4ll/index.html i've coded up the 'home' and 'schedule' buttons as best i can (using the hover event). it would be nice if the secondary nav stayed up long enough for me to navigate it though. any help would

[jQuery] Re: i think you can all see what i'm trying to do here - two-tier navigation with jquery...

2007-09-05 Thread Glen Lipka
Maybe make a DIV that contains the whole menu system (global/secondary). Bind the mouseover to the global choices to 1. hide everything in secondary and then 2. show the corresponding links. Then bind the mouseout to the global div surround the whole thing to hide all the secondary items. You may

[jQuery] Re: Validation plugin site down, Jörn?

2007-09-05 Thread Jörn Zaefferer
Suni schrieb: Cant reach http://bassistance.de/jquery-plugins/jquery-plugin-validation/, it just gives me a blank page. I'd love to see all the comments and documentation, since I'm having lots of problems using the additional-methods.js (gives javascript- errors in FF). I'm still unable

[jQuery] Re: bassistance: jQuery plugin: Autocomplete

2007-09-05 Thread Jörn Zaefferer
Marto schrieb: I have been playing with this Autocomplete plug-in, what can I say, fantastic. I have noticed one thing however, there seems to be a lot of chatter recently (see the bottom of http://bassistance.de/jquery-plugins/jquery-plugin-autocomplete/) regarding the ability to add extra

[jQuery] Re: jQuery Merchandise for Sale. Help Support the Project

2007-09-05 Thread Benjamin Sterling
Too funny! On 9/5/07, Rick Faircloth [EMAIL PROTECTED] wrote: Some what!?! *From:* jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] *On Behalf Of *Loren Pipes *Sent:* Wednesday, September 05, 2007 12:43 PM *To:* jquery-en@googlegroups.com *Subject:* [jQuery] Re: jQuery Merchandise

[jQuery] Re: Validation plugin site down, Jörn?

2007-09-05 Thread Jean
I cant see the site a long long time ago =/ On 9/5/07, Jörn Zaefferer [EMAIL PROTECTED] wrote: Suni schrieb: Cant reach http://bassistance.de/jquery-plugins/jquery-plugin-validation/, it just gives me a blank page. I'd love to see all the comments and documentation, since I'm having

[jQuery] Re: bassistance: jQuery plugin: Autocomplete

2007-09-05 Thread Glen Lipka
This is so awesome. Seriously. Awe-some. Has this been put into the plugin thinger. I want to give it 5 stars. Glen On 9/5/07, Jörn Zaefferer [EMAIL PROTECTED] wrote: Marto schrieb: I have been playing with this Autocomplete plug-in, what can I say, fantastic. I have noticed one thing

[jQuery] Re: i think you can all see what i'm trying to do here - two-tier navigation with jquery...

2007-09-05 Thread Renaud
Just my two cents, but changing your html structure could solve a lot of problems, including this one. Imho, each one of you *_set_navigation ul should be children of your #primary navigation items, e.g: li id=home href=# alt=Home title=Homehome/a ul id=home_set_navigation class=hide

[jQuery] Re: bassistance: jQuery plugin: Autocomplete

2007-09-05 Thread Glen Lipka
Feature request for Autocomplete. See how Gmail allows you to autocomplete on multiple choices in one textbox. Each address separated by the comma or semi-colon. Otherwise, this is a great plugin! Glen On 9/5/07, Glen Lipka [EMAIL PROTECTED] wrote: This is so awesome. Seriously. Awe-some.

[jQuery] Re: bassistance: jQuery plugin: Autocomplete

2007-09-05 Thread Jörn Zaefferer
Glen Lipka schrieb: Feature request for Autocomplete. See how Gmail allows you to autocomplete on multiple choices in one textbox. Each address separated by the comma or semi-colon. Otherwise, this is a great plugin! Give Multiple Cities and Multiple Birds a try:

[jQuery] Re: bassistance: jQuery plugin: Autocomplete

2007-09-05 Thread Glen Lipka
ugh, this is so awesome. Glen On 9/5/07, Jörn Zaefferer [EMAIL PROTECTED] wrote: Glen Lipka schrieb: Feature request for Autocomplete. See how Gmail allows you to autocomplete on multiple choices in one textbox. Each address separated by the comma or semi-colon. Otherwise, this is a

[jQuery] Re: bassistance: jQuery plugin: Autocomplete

2007-09-05 Thread Chris W. Parker
On Wednesday, September 05, 2007 1:09 PM Jörn Zaefferer said: http://jquery.bassistance.de/autocomplete/ I'm confused by this plugin. Is it meant to restrict the input to a predefined list of options ONLY or should it also allow new entries along with a predefined list (or both)? I'm just

[jQuery] Re: New plugin - Lazy Load

2007-09-05 Thread Mika Tuupola
On Sep 3, 2007, at 3:06 PM, Dan Atkinson wrote: Great work! This would be useful for any number of sites, including a couple that I'm working on right now. I'd like to adapt it so that a loading animation is in the placeholder until the image is requested, instead of the box that is currently

[jQuery] Re: bassistance: jQuery plugin: Autocomplete

2007-09-05 Thread Jörn Zaefferer
Chris W. Parker schrieb: [...] If this plugin is meant to restrict form input (in text fields) to a predefined list I would suggest that it be modified just a little. When someone starts typing something that is not in the list it would be great if the autocomplete box responded that it is

[jQuery] Re: New plugin - Lazy Load

2007-09-05 Thread Dan G. Switzer, II
Great work! This would be useful for any number of sites, including a couple that I'm working on right now. I'd like to adapt it so that a loading animation is in the placeholder until the image is requested, instead of the box that is currently there.

[jQuery] Re: New plugin - Lazy Load

2007-09-05 Thread Andy Matthews
Just FYI, in IE7 none of the images ever loaded, no matter how far I scrolled down. It wasn't until I clicked on each image that they loaded correctly. -Original Message- From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Mika Tuupola Sent: Wednesday, September 05,

[jQuery] Re: bassistance: jQuery plugin: Autocomplete

2007-09-05 Thread Chris W. Parker
On Wednesday, September 05, 2007 2:47 PM Jörn Zaefferer said: Thanks Chris for the post. So far the plugin is meant to allow both. Though especially the restricting-mode is flawed and doesn't provide the necessary feedback. I also agree that Tab should dismiss the selectbox and work as usual

[jQuery] Re: Large clickable boxes

2007-09-05 Thread jason
Klaus, Why not simply: $(function(){ $('li.deal').click(function(){ location.href = $('h2 a', this).attr('href'); }); }); Is it better to use .each()? Doesn't seem to be required. Same with .bind('click') vs. .click()...? Thanks for your insights, Jason On

[jQuery] Re: New plugin - Lazy Load

2007-09-05 Thread Jörn Zaefferer
Dan G. Switzer, II schrieb: Great work! This would be useful for any number of sites, including a couple that I'm working on right now. I'd like to adapt it so that a loading animation is in the placeholder until the image is requested, instead of the box that is currently there.

[jQuery] Re: i think you can all see what i'm trying to do here - two-tier navigation with jquery...

2007-09-05 Thread ldexterldesign
thanks guys, i'll try implementing both of your ideas and get back to this thread once i have some resolve. for anyone that checked my url above - the files have been overwritten since i received these two responses, so i don't expect anyone to make much sense of what's there now. big up, lewis

[jQuery] Re: Making sure a radio button is checked

2007-09-05 Thread Shaun Kester
Thank you for all of your help to date Joel. I still can't get this darn thing working. The snippet you sent me runs without errors, but does not alert when a group has been missed. I have this, but it only works when the first radio button is selected. Any other advice? function CheckSurvey

[jQuery] Re: blockUI IE6 checkbox

2007-09-05 Thread Mike Alsup
Do you have a sample page that shows the problem? That would be helpful for me. Thanks. Mike On 9/5/07, seedy [EMAIL PROTECTED] wrote: Setting the fade to false does not appear to be solving the issue for me. malsup wrote: seedy, Try adding this to your page:

[jQuery] Onclick dropdown menu

2007-09-05 Thread owen
I'm looking to build a very simple drop-down menu, akin to what Google has with their more link in the top navigation menu. I looked at Superfish and jdMenu, but those are triggered on hover. Clickmenu looks good, except it doesn't seem to like having a link in the top- level menu item. Am I

[jQuery] Re: Sortable List (interface plug-in) -Sort multiple identical list

2007-09-05 Thread bucky483
Green List Red List ____ |__Item 1__||__Item 1__| ____ |__Item 2__||__Item

  1   2   >