[jQuery] Re: Best way to do horizontal sub-menus...

2007-05-31 Thread Olaf Bosch
Rick Faircloth schrieb: Well, I've finally given in and after 10 years of web design, I'm ready to create my *first* horizontal menus. What, is this true!? ;) jQuery? CSS? Combination? right, this are may favorit (without JQuery): http://www.htmldog.com/articles/suckerfish/dropdowns/

[jQuery] drag to scroll in jquery

2007-05-31 Thread harryzou
Hi, I want to implement a feature like Google Map's drag to scroll in jquery, but has no ideas right now, and I haven't found this kind of dragdrop in interface yet, or maybe there is? Someone can give a suggestion? Regards

[jQuery] Print Preview

2007-05-31 Thread oscar esp
I would like to add a print preview funcionality to my web app. Any one knows a component to use it?

[jQuery] Re: Print Preview

2007-05-31 Thread oscar esp
. another question any way to print a div?

[jQuery] Re: embedding script behaviour different in IE and FF

2007-05-31 Thread weepy
bump : ) This seems quite a fundemental issue - i'm surprised no one has taken an interest : )

[jQuery] Re: Print Preview

2007-05-31 Thread Karl Rudd
You'll want to take a look at print stylesheets. Here's some helpful links to resources: http://alistapart.com/stories/goingtoprint/ http://css-discuss.incutio.com/?page=PrintStylesheets http://www.autisticcuckoo.net/archive.php?id=2005/02/11/print-style-sheets-and-expression Karl On 5/31/07,

[jQuery] Re: .load issue with IE7

2007-05-31 Thread Wizzud
Just so I'm straight on this In main page: on doc ready, 1. load 'invoices' code, with callback{ 2. load 'paybox' code 3. add click() to checkboxes on 'invoices' code } Then the code for 3 is what you have below, which is roughly on click { if checked, reload

[jQuery] Re: $.getJSON manipulation

2007-05-31 Thread SeViR
Hi, recently I write a documentation about Flickr service for a course Programming with Web Services and JavaScript, and... If you don't need a JSON callback by default jsonFlickrApi, you need write the params in the url: flickr_urlformat=jsonnojsoncallback=1 Also, if you want

[jQuery] Re: Determining show / hide state

2007-05-31 Thread Gordon
Damn, and I've been using if ($(element).css ('display') == 'none') all this time too! On May 30, 11:33 pm, Ⓙⓐⓚⓔ [EMAIL PROTECTED] wrote: .is(:hidden) On 5/30/07, SamCKayak [EMAIL PROTECTED] wrote: Does jQuery .show() and .hide() set a flag anywhere on an object to indicate if it was

[jQuery] Re: .load issue with IE7

2007-05-31 Thread JimD
Thanks so much for the tips Wizzud. You got me on the right track. On May 31, 12:44 am, Wizzud [EMAIL PROTECTED] wrote: Just so I'm straight on this In main page: on doc ready, 1. load 'invoices' code, with callback{ 2. load 'paybox' code 3. add click() to checkboxes

[jQuery] Re: Quick javascript question (not jQuery)

2007-05-31 Thread Rob Desbois
Gordon, Your last suggestion sounds workable but remember that the changes saved in a cookie will of course not be visible to other user, or the same user on a different computer. As Brian said, your management are wanting the browser and form to do something that they're not designed for. I

[jQuery] Re: Improved timePicker, time/datePicker demo

2007-05-31 Thread Anders
If I tab into a text field and a date picker I can't interact with pops up and I can't use a mouse then how do I enter a date? Good points. One positive thing though is that just popping up the datepicker will show a user that tabbed into the field that a picker is available. Especially

[jQuery] Re: how to the pass element to a plugin ?

2007-05-31 Thread Rob Desbois
Olivier, The .siblings() function excludes the elements selected, e.g.: $(#myId).siblings(); will select all siblings of the element with ID myId, and will exclude that element from the results. --rob On 5/30/07, Olivier Percebois-Garve [EMAIL PROTECTED] wrote: Thanks a lot.I'll test that

[jQuery] cookies / consequent data

2007-05-31 Thread philguillard
Hi, Somebody can tell me which library i could use to compress text at a maximum, for setting coookies in javascript. Unfortunately IE6/IE7 has a maximum of 4k total for cookies froms 1 site. Another question: does somebody know what could be the reason when after setting cookies and

[jQuery] Re: cookies / consequent data

2007-05-31 Thread Mika Tuupola
On May 31, 2007, at 7:42 PM, philguillard wrote: Somebody can tell me which library i could use to compress text at a maximum, for setting coookies in javascript. Unfortunately IE6/ IE7 has a maximum of 4k total for cookies froms 1 site. Another question: does somebody know what could be

[jQuery] Re: Best way to do horizontal sub-menus...

2007-05-31 Thread Rick Faircloth
What, is this true!? ;) Yep, believe it or not, absolutely true! I've just never found horizontal menus to be useful, except from an aesthetic perspective. They limit the amount of space for first-level menu links and make finding material of sub-links (sub-pages) more difficult to locate.

[jQuery] Re: Best way to do horizontal sub-menus...

2007-05-31 Thread Rick Faircloth
Hi, again, Olaf... Both of the approaches you mentioned get me started with some coding ideas, but both utilize drop-down submenus. What I'm after is a first-level horizontal menu that when a link is moused-over, another *horizontal menu appears. Perhaps it's just a matter of styling the

[jQuery] Interface site down.

2007-05-31 Thread nopicnic
Hi, Can someone contact Stefan Petre or Paul Bakaus to tell the their site is down. /niklas

[jQuery] jQuery Autocomplete Mod

2007-05-31 Thread tuliopaiva
Hello! First thing: I'm starting in jquery and my english is poor. :P I'm using Django + jquery autocomplete mod (http://www.pengoworks.com/ workshop/jquery/autocomplete.htm) and it's working fine, but one thing doesn't works: the hidden value. For example, my string is Tulio|123\n where Tulio

[jQuery] Re: LiteBox in jQuery

2007-05-31 Thread Diego A.
As far as as can see, the jQuery Thickbox does everything the others do. I use it here: http://www.london-dry-cleaners.com/Laundry/ What am I missing? On May 30, 10:49 pm, Glen Lipka [EMAIL PROTECTED] wrote: Ok, so we are back where we started. Well, I guess I will start with that sample site

[jQuery] iframe question - frameReady plugin

2007-05-31 Thread oscar esp
Are there any way to pass a param (I need to pass a DIv object) from parent to the iframe child? My code: (iwould like to use newContent info) var newContent = jQuery(#containerDiv)[0].innerHTML jQuery.frameReady( function() {

[jQuery] Re: how to use jquery to solve css attribute selector which doesn't support in IE

2007-05-31 Thread Richard D. Worth
On 5/30/07, adrianmak [EMAIL PROTECTED] wrote: Here is my html code ... However it still not work in IE. There is no image button show in IE. Anything wrong in my code ? It worked fine for me in IE7. Same as FF. - Richard D. Worth

[jQuery] Re: cookies / consequent data

2007-05-31 Thread philguillard
This was to avoid having to authenticate users to save some basic information aroud 4k and tend to a serverless application. Thanks Phil Jens wrote: Why do you need so much space? I normally use cookies as pointers into data stored at the server side ex. into a SQL server /Jens On 31 Maj,

[jQuery] Re: how to use jquery to solve css attribute selector which doesn't support in IE

2007-05-31 Thread Karl Swedberg
I'm not entirely sure about this one, but here are a couple things you can try: 1. remove the single quotes around eng.jpg and chi.jpg. They're unnecessary. I doubt that'll fix the problem, though. 2. change background to backgroundImage. Not sure how jQuery handles the css shorthand

[jQuery] Re: Best way to do horizontal sub-menus...

2007-05-31 Thread DaveG
I've used this non-jQ version in the past with good success: http://www.twinhelix.com/dhtml/popupmenu/ He also has a newer version, which I've not used: http://www.twinhelix.com/dhtml/fsmenu/ ~ ~ Dave Rick Faircloth wrote: Hi, again, Olaf... Both of the approaches you mentioned get me

[jQuery] Re: how to the pass element to a plugin ?

2007-05-31 Thread Olivier Percebois-Garve
Hi rob It seems to me that children() does not accept a params separated with a comma would that make sense ? On 5/31/07, Rob Desbois [EMAIL PROTECTED] wrote: Olivier, The .siblings() function excludes the elements selected, e.g.: $(#myId).siblings(); will select all siblings of the

[jQuery] Re: Interface site down.

2007-05-31 Thread Karl Swedberg
Hi Niklas, Thanks for the heads up. I just talked with Stefan, and he's aware that they've exceeded their bandwidth limit. By tomorrow they'll have switched to a provider that offers unlimited bandwidth, so everything should be up and running tomorrow. --Karl _ Karl

[jQuery] Improving performance in FireFox/Opera

2007-05-31 Thread Gordon
I am working on a project that involves a varying, but potentially quite large number of elements being animated at once, with each element's top, left, width and height all changing together. I use FireFox as my main development browser due to the range of developer-friendly plugins available,

[jQuery] Announce Google gears , dojo partners with them

2007-05-31 Thread jamon
Read more here : http://code.google.com/apis/gears/ Google labs just released on offline storage engine for IE and ff, dojo toolkit team seems have partnered width them . Is there anybody working on a storage solution for jquery there ? -- View this message in context:

[jQuery] IE7 (jQuery/Interface) with TransferTo set the IE window to background (minimalize!?)

2007-05-31 Thread wortol
Hi, If got a strange problem with IE7 In FireFox it works good and in IE7 with more then 2 tabs also but when you have a single window in IE7 and calling this function the whole IE window goes to the background just like when you use ALT-TAB or minimalize the window.. What could it be!?

[jQuery] jQuery loaded dinamically

2007-05-31 Thread Massimiliano Marini
Hi all, I'm in this case, I want to create a simple script for the visualization of a simple list of news, that I will be included in a web page in another site. script src=http://site/news.js; type=text/javascript/script in news.js I load jQuery dinamically and all the ajax request to a php

[jQuery] Re: JavaScript question (don't think it's jQuery related)

2007-05-31 Thread Brian Ronk
I'm positive that finishNote is running. I put in an alert before the parseNote, and even inside parseNote, and those run. I get the alert right before the return in parseNote even. I have tested in FireFox with Firebug, and I haven't seen any errors as of yet. Here is a copy of the data I

[jQuery] Re: Best way to do horizontal sub-menus...

2007-05-31 Thread Rick Faircloth
Thanks for the tip, Dave. Without looking further into redesigning the CSS, his examples are all vertical primary menus with vertical submenus. Have you styled these into horizontal menus, for both primary and secondary menus? Rick -Original Message- From: jquery-en@googlegroups.com

[jQuery] Re: Announce Google gears , dojo partners with them

2007-05-31 Thread John Resig
There's even less need for us to do this now, since Google has done all the hard work for us. (Also, Dojo is only using Google's framework if it exists, nothing more.) Although, this sounds like a great opportunity to write a plugin around Google Gears. --John On 5/31/07, jamon [EMAIL

[jQuery] Re: jQuery Autocomplete Mod

2007-05-31 Thread Dan G. Switzer, II
Hello! First thing: I'm starting in jquery and my english is poor. :P I'm using Django + jquery autocomplete mod (http://www.pengoworks.com/ workshop/jquery/autocomplete.htm) and it's working fine, but one thing doesn't works: the hidden value. For example, my string is Tulio|123\n where Tulio

[jQuery] Re: embedding script behaviour different in IE and FF

2007-05-31 Thread Brandon Aaron
It is an issue with the evalScripts() method within jQuery. Here is a ticket about this particular bug: http://dev.jquery.com/ticket/975 -- Brandon Aaron On 5/30/07, weepy [EMAIL PROTECTED] wrote: Hi, I'm using $.ajax to pull down some HTML and insert it into the dom. The HTML has some

[jQuery] Re: Best way to do horizontal sub-menus...

2007-05-31 Thread DaveG
Have you styled these into horizontal menus, for both primary and secondary menus? Using the popupmenu, yes, I have done this. Also, he has an example of a horizontal top-level CSS menu (look at the pulldown list top right on the examples page). I suspect it would be trivial to do a

[jQuery] Re: Best way to do horizontal sub-menus...

2007-05-31 Thread Olaf Bosch
Rick Faircloth schrieb: Perhaps it's just a matter of styling the submenu via css? Yes, you have not changed the Script. See here http://www.htmldog.com/articles/suckerfish/dropdowns/example/bones1.html and copy this CSS per EditCSS in Firefox (overwrite exist): body {

[jQuery] Re: good show/hide icon

2007-05-31 Thread SamCKayak
After hunting around, I ended up using a window icon, but I think the expand / collapse or + / - would be better in retrospect. I'm surprised there's no defacto standard emerging on icon semantics... e.g., an office set, a navagational set... Anyone know of any standards? Sam

[jQuery] Shorter method?

2007-05-31 Thread SamCKayak
if($(obj).attr('checked')) { // Hide the correct answers? $('.quizsubheader').hide('slow'); } else { $('.quizsubheader').show('slow'); }; What's the best one-liner method to achieve the same result above? Sam

[jQuery] Re: Shorter method?

2007-05-31 Thread Richard D. Worth
On 5/31/07, SamCKayak [EMAIL PROTECTED] wrote: if($(obj).attr('checked')) { // Hide the correct answers? $('.quizsubheader').hide('slow'); } else { $('.quizsubheader').show('slow'); }; What's the best one-liner method to achieve the same

[jQuery] Re: Improving performance in FireFox/Opera

2007-05-31 Thread Brandon Aaron
jQuery 1.1.3 aims to provide huge performance boost to multiple animations. Feel free to give jQuery 1.1.3a a whirl and let us know if that helps out any. -- Brandon Aaron On 5/31/07, Gordon [EMAIL PROTECTED] wrote: I am working on a project that involves a varying, but potentially quite

[jQuery] Re: Announce Google gears , dojo partners with them

2007-05-31 Thread Jake McGraw
Won't FF3 / HTML 5 address the off-line database issue? Isn't this just muddling the field before the industry backed solution comes out? - jake On 5/31/07, John Resig [EMAIL PROTECTED] wrote: There's even less need for us to do this now, since Google has done all the hard work for us.

[jQuery] Ok... so I've got this horizontal menu html... how to add selected class?

2007-05-31 Thread Rick Faircloth
Hi, all... I'm dipping my toes into the water of horizontal menus for the first time. I've got some same html I'm using for the menus, but now I need to be able to dynamically change the selected class for the ul's and li's in use. ul id=maintab li class=selecteda href=#Home/a/li lia

[jQuery] Re: Ok... so I've got this horizontal menu html... how to add selected class?

2007-05-31 Thread Benjamin Sterling
Rick, Check out http://jdsharp.us/jQuery/plugins/jdMenu/ and if that does not help let us know and I will try to point you in the right direction. -- Benjamin Sterling http://www.KenzoMedia.com http://www.KenzoHosting.com

[jQuery] Re: Announce Google gears , dojo partners with them

2007-05-31 Thread Dan G. Switzer, II
Jake, Won't FF3 / HTML 5 address the off-line database issue? Isn't this just muddling the field before the industry backed solution comes out? But what about people needing a solution that will work now and w/older browsers? The offline usage thing is increasingly becoming a common request.

[jQuery] Performance monitoring

2007-05-31 Thread SamCKayak
When I expand my quiz to 250 questions, the jQuery scripts are timing out. This happened once before and I was able to diagnose the problem to a selector which wasn't precise. It was installing event handlers on many elements, not the few necessary elements. So here I am again, same symptom.

[jQuery] Re: Performance monitoring

2007-05-31 Thread SamCKayak
It's tolerable if I change .hide('fast') to .css('display', 'none') similar for show... Any way to track where time is being spent in JavaScript? Sam

[jQuery] Re: Improving performance in FireFox/Opera

2007-05-31 Thread Richard D. Worth
On 5/31/07, Gordon [EMAIL PROTECTED] wrote: Okay, I'll give it a try, once I've gotten a link. If you're looking for a link to 1.1.3a: http://jquery.com/blog/2007/05/20/help-test-jquery-113/ - Richard

[jQuery] Re: Shorter method?

2007-05-31 Thread Richard D. Worth
On 5/31/07, Dan G. Switzer, II [EMAIL PROTECTED] wrote: Even shorter: $(.quizsubheader)[$(obj).attr('checked') ? 'hide' : 'show']('slow'); I saw that after I re-read mine, but wasn't certain on the syntax. Thanks Dan. - Richard

[jQuery] apply selector on ajax content?

2007-05-31 Thread R. Rajesh Jeba Anbiah
It doesn't seem to work: $('#foo').click(function() { $.get($(this).find('a:first').attr('href'), function(data){ alert($('table#bar', data).html()); // doesn't work. Can't apply selector on data } ); } ); Is anyone know of any hack to get it working? TIA -- ?php echo 'Just

[jQuery] Re: Improving performance in FireFox/Opera

2007-05-31 Thread Gordon
Gave it a try, animation seems a little better in FireFox and considerably better in Opera, though IE still wins hands down on the smoothness stakes. FireFox comes in second and Opera came in last again. On May 31, 3:28 pm, Richard D. Worth [EMAIL PROTECTED] wrote: On 5/31/07, Gordon [EMAIL

[jQuery] Re: Announce Google gears , dojo partners with them

2007-05-31 Thread Christopher Jordan
I don't know much about the HTML5 specification, but honestly, how quickly will all the major browsers adopt the new specification? FF3? Sure. They're great at keeping up with the bleeding edge. But like it or not IE still has the lion's share of the market, and are not likely to adopt a new

[jQuery] Tabs with nested divs

2007-05-31 Thread [EMAIL PROTECTED]
I'm experiencing a problem with Klaus Hartl's tabs and nested divs. Here is the code (which is basically the example code with some Smarty added): ul class=tabs-horizontal tabs-white clearfix !--{foreach from=$categories item=category}-- lia

[jQuery] Re: LiteBox in jQuery

2007-05-31 Thread Karl Swedberg
On May 31, 2007, at 6:44 AM, Diego A. wrote: As far as as can see, the jQuery Thickbox does everything the others do. I use it here: http://www.london-dry-cleaners.com/Laundry/ What am I missing? The default thickbox implementation doesn't have animated sizing of the images. They just

[jQuery] Re: Announce Google gears , dojo partners with them

2007-05-31 Thread Jake McGraw
I suppose I'm living in something a dream world, but I'd hate to see Google Gears / HTML 5 / Yahoo's / Microsoft's / The next Gee-Whiz 2.5, 3.0 Web company to all come out with their own client side dB implementations. I guess we'll have to add database abstraction functionality to jQuery now.

[jQuery] Re: Improving performance in FireFox/Opera

2007-05-31 Thread Brandon Aaron
IE and Safari actually can handle animations very well. Perhaps it is because they have more access to system resources than the other browsers. I'm not exactly sure of the whys but IE does tend to handle timers better. Firefox has some severe issues with timers, especially with lots of them. I'm

[jQuery] Re: Announce Google gears , dojo partners with them

2007-05-31 Thread Dan G. Switzer, II
I suppose I'm living in something a dream world, but I'd hate to see Google Gears / HTML 5 / Yahoo's / Microsoft's / The next Gee-Whiz 2.5, 3.0 Web company to all come out with their own client side dB implementations. I guess we'll have to add database abstraction functionality to jQuery now.

[jQuery] JQuery DOM manipulation: memory leaks?

2007-05-31 Thread Ruchi
Hi, I'm a JS and JQuery newbie and I'm trying to resolve a memory leak that comes in IE for my code. Basically, I add elements to the DOM dynamically based on a list of items that I receive from a backend server. I used JQuery to create the list dynamically but noticed that the memory taken by

[jQuery] Re: apply selector on ajax content?

2007-05-31 Thread R. Rajesh Jeba Anbiah
On May 31, 7:38 pm, R. Rajesh Jeba Anbiah [EMAIL PROTECTED] wrote: It doesn't seem to work: $('#foo').click(function() { $.get($(this).find('a:first').attr('href'), function(data){ alert($('table#bar', data).html()); // doesn't work. Can't apply selector on data } );} );

[jQuery] SEO and SEF features

2007-05-31 Thread Jared Ritchey
I did a lot of research and still cant find any references to SEO and SEF related details. Does jQuery toss errors in XHTML validators? Is it SEO friendly? ~ Jared

[jQuery] Re: Announce Google gears , dojo partners with them

2007-05-31 Thread Dan G. Switzer, II
Also, in an article I read earlier today, Google is reportedly going to be submitting the Gears code to the standards body in hopes it'll be the solution implemented into the browsers for HTML5... More on this subject from the official Gears blog: http://gearsblog.blogspot.com/ Gears today

[jQuery] Re: Announce Google gears , dojo partners with them

2007-05-31 Thread Jake McGraw
Thanks for the link, yes it does ease my concerns, I know Google already has a huge interest in bringing the off-line browser to consumers, as Uhh, I can't access my emails off-line is the only excuse I receive when trying to get people to signup for gmail. I just saw Gears as kind of jumping the

[jQuery] Re: LiteBox in jQuery

2007-05-31 Thread Rhapidophyllum
The other difference is that Thickbox resizes images to fit the screen + buffer size. While this is good in many situations, it often isn't desirable for displaying photos, where you typically want users to see the original photo quality. Lightbox 2 has the animated size transitions, and

[jQuery] Re: Announce Google gears , dojo partners with them

2007-05-31 Thread Rhapidophyllum
Actually, Dojo has already had something like this for several months, although I don't know how finished it was. Here's a blog post they have about it: http://www.sitepen.com/blog/2007/05/30/google-gears-dojo-offline-and- sitepen/ On May 31, 2007, at 9:13 AM, John Resig wrote:

[jQuery] Re: SEO and SEF features

2007-05-31 Thread Glen Lipka
It depends on how you use it. jQuery itself is ignored by search engines. However, let's say you use $(div).load(footer.htm) and the footer has a bunch of links. The search engines would ignore jQuery because they do not run javascript and would not load the footer. This means that those links

[jQuery] Re: Ok... so I've got this horizontal menu html... how to add selected class?

2007-05-31 Thread Rick Faircloth
To show you what I'm really after, visit http://www.stonebriar.org. Click on the Worship link and then the Choirs link. That's the kind of sub-menu I'm after, and also the behavior that causes the selected links to remain highlighted. Rick From: jquery-en@googlegroups.com [mailto:[EMAIL

[jQuery] Colon Operator

2007-05-31 Thread Sean Catchpole
Will jquery 1.1.3 support the colon operator? ex: $(xsl\:template) I know that : is used in jQuery, but \: seems very possible. It would be nice to parse through xml files with colons in them. ~Sean

[jQuery] Re: Ok... so I've got this horizontal menu html... how to add selected class?

2007-05-31 Thread Rick Faircloth
Well. one thing I would like to change about the Stonebriar menu is to have the sub-menu change with a mouseover of the main menu links. Currently the sub-menu only changes when a main menu link is clicked. From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Rick Faircloth

[jQuery] Attribute Namespace ? How

2007-05-31 Thread John Farrar
I would like to do something like this... input type=checkbox name=drink COOP:maxchecked=3 value=Joy / Does anyone know the magic key to doing this with jQuery?

[jQuery] Chaining - Best Practices?

2007-05-31 Thread latinomigs
I'm new to JQuery and still exploring what it can do. I'm curious to know more about chaining, how it should be used, and what it can/can't handle. I tried one experiment that I've listed code for below. The intention was to see if I could chain mouse event handlers for different objects, but it

[jQuery] Re: Ok... so I've got this horizontal menu html... how to add selected class?

2007-05-31 Thread Benjamin Sterling
Oh, I see what you want. ul id=maintab li class=selecteda href=# rel=submenuHome/a/li lia href=#DHTML/a/li lia href=#CSS/a/li lia href=#Forums/a/li lia href=#Gif Optimizer/a/li /ul div id=tabcontent class=clearfix/div !--Sub Content #1 -- ul class=submenu selected lia href=#Home/a/li lia

[jQuery] Re: Chaining - Best Practices?

2007-05-31 Thread latinomigs
Well I realized my mistake in the code above... It is meant for the following HTML: div id=wrapAll div id=aBox div id=aChildp/p/div /div p id=bottomText/p /div So my error was in using the .children()

[jQuery] Re: Chaining - Best Practices?

2007-05-31 Thread Ⓙⓐⓚⓔ
glad you found it... it was a beautiful chain! On 5/31/07, latinomigs [EMAIL PROTECTED] wrote: Well I realized my mistake in the code above... It is meant for the following HTML: div id=wrapAll div id=aBox div id=aChildp/p/div

[jQuery] Re: Colon Operator

2007-05-31 Thread Rick Faircloth
Let's hope so. I want him to be in business when I need him. I'm getting up in age, you know. ;o) Rick PS - I didn't know xml files had colons! From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Sean Catchpole Sent: Thursday, May 31, 2007 12:38 PM To:

[jQuery] Re: Best way to do horizontal sub-menus...

2007-05-31 Thread Rick Faircloth
Looks interesting! I'll check it out... Thanks, Sapphire Rick -Original Message- From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Sapphire Sent: Thursday, May 31, 2007 12:49 PM To: jquery-en@googlegroups.com Subject: [jQuery] Re: Best way to do horizontal

[jQuery] Re: jQuery Autocomplete Mod

2007-05-31 Thread tuliopaiva
It worked! Thank You! On 31 maio, 10:22, Dan G. Switzer, II [EMAIL PROTECTED] wrote: Hello! First thing: I'm starting in jquery and my english is poor. :P I'm using Django + jquery autocomplete mod (http://www.pengoworks.com/ workshop/jquery/autocomplete.htm) and it's working fine, but one

[jQuery] Re: LiteBox in jQuery

2007-05-31 Thread Rhapidophyllum
One more thing--almost forgot. Since photos can of course take a while to download, it's good to preload them. I'm not sure if this is correct, but I think Lightbox 2 preloads 1 image, but Thickbox doesn't preload any. On May 31, 2007, at 11:53 AM, Rhapidophyllum wrote: The other

[jQuery] Gears Plugin Ideas was: [jQuery] Re: Announce Google gears , dojo partners with them

2007-05-31 Thread Erik Beeson
Although, this sounds like a great opportunity to write a plugin around Google Gears. This was my first thought too, but after working with the API a little bit, I don't really see what functionality a jQuery plugin would add... Maybe in dealing with result sets: Before: // Get the 3 most

[jQuery] Really nice Ext Grid

2007-05-31 Thread Erik Beeson
Maybe this isn't news, but these are the sweetest grids I've ever seen, even for Ext: http://extjs.com/playpen/ext-2.0/examples/grid/grid3.html --Erik

[jQuery] Re: Really nice Ext Grid

2007-05-31 Thread Michael Stuhr
Erik Beeson schrieb: Maybe this isn't news, but these are the sweetest grids I've ever seen, even for Ext: http://extjs.com/playpen/ext-2.0/examples/grid/grid3.html is this a beta ? micha

[jQuery] Re: JQuery DOM manipulation: memory leaks?

2007-05-31 Thread Brandon Aaron
I think I just fixed this leak in revision [2010] of jQuery. It had to do with the global cache of events. Please grab the latest from SVN to see if that fixes the issue. -- Brandon Aaron On 5/31/07, Ruchi [EMAIL PROTECTED] wrote: Hi, I'm a JS and JQuery newbie and I'm trying to resolve a

[jQuery] Re: Gears Plugin Ideas was: [jQuery] Re: Announce Google gears , dojo partners with them

2007-05-31 Thread Brian Miller
Ideas: $('#mydiv').html( $.gears(db, 'select * from Demo order by Timestamp desc').toTable() ); jQuery shouldn't be made to really change the gears API, but a good plugin should allow the natural result of using the gears API to be easily used to play with the DOM. So, a toTable() method

[jQuery] Re: Really nice Ext Grid

2007-05-31 Thread Mike Chabot
I agree. These are fantastic. -Mike Chabot On 5/31/07, Erik Beeson [EMAIL PROTECTED] wrote: Maybe this isn't news, but these are the sweetest grids I've ever seen, even for Ext: http://extjs.com/playpen/ext-2.0/examples/grid/grid3.html --Erik

[jQuery] JQuery Gurus: a challenge for you. Hide and Show

2007-05-31 Thread Web Specialist
Hi all. I have a very, very, very slow form(6 seconds before validate all data) page with Form Plugin and Tabs. I'll want to show submit when, and only when, user clicks in the last tab. Clicking in another will hide that submit button. My question: is it possible to do that? Or only using

[jQuery] Re: Really nice Ext Grid

2007-05-31 Thread John Farrar
Michael Stuhr wrote: Erik Beeson schrieb: Maybe this isn't news, but these are the sweetest grids I've ever seen, even for Ext: http://extjs.com/playpen/ext-2.0/examples/grid/grid3.html is this a beta ? micha I am not sure... but it might be mixed free and commercial. Waiting for a

[jQuery] Re: Performance monitoring

2007-05-31 Thread SamCKayak
caching the object globally made the performance suitable for production. Thanks, Sam

[jQuery] Re: Event binding for both body.click AND body.change?

2007-05-31 Thread Kim Johnson
Just wanted to do a quick followup -- by putting the select change binding BELOW the body binding, I got this code to work, but I'm still interested in knowing if there's a way to bind two different things to the body element (click versus change versus whatever). Anyone know? thanks, -kim ---

[jQuery] Re: Performance monitoring

2007-05-31 Thread Web Specialist
Sam, what do you say for caching the object globally? I have a very very slow form page too. Cheers. 2007/5/31, SamCKayak [EMAIL PROTECTED]: caching the object globally made the performance suitable for production. Thanks, Sam

[jQuery] Adding Parameters in a function

2007-05-31 Thread tuliopaiva
Hello! I'm newbie in jquery and I'm using the autocomplete plugin (http:// www.pengoworks.com/workshop/jquery/autocomplete.htm). Look at the code: createAutoComplete = function() { return $(#input_box).autocomplete(/buscarServidor/, {

[jQuery] Re: Tabs with nested divs

2007-05-31 Thread Klaus Hartl
[EMAIL PROTECTED] wrote: I'm experiencing a problem with Klaus Hartl's tabs and nested divs. Here is the code (which is basically the example code with some Smarty added): ul class=tabs-horizontal tabs-white clearfix !--{foreach from=$categories item=category}-- lia

[jQuery] Re: JQuery Gurus: a challenge for you. Hide and Show

2007-05-31 Thread Sean Catchpole
You bet, try binding an onClick function in the tabs plugin that will detect when the last tab is clicked. Look at the documentation and source code of the tabs plugin for more information. ~Sean

[jQuery] Re: iframe question - frameReady plugin

2007-05-31 Thread Daemach
That's a good question. I designed frameReady to break closures because the reference to the parent frame was causing execution problems. I just updated it though, adding the ability to send data that you can reference separately using the options object. Your code would look like this: var

[jQuery] Re: Adding Parameters in a function

2007-05-31 Thread Dan G. Switzer, II
createAutoComplete = function() { return $(#input_box).autocomplete(/buscarServidor/, { delay:10, minChars:2, matchSubset:1, matchContains:1, cacheLength:10,

[jQuery] Re: Weirdness in IE

2007-05-31 Thread Joel Taylor
Ok, I tried both of those, and neither of them fixed the issue in IE7 (I didnt even check IE6) On 5/30/07, Richard D. Worth [EMAIL PROTECTED] wrote: On 5/25/07, Joel Taylor [EMAIL PROTECTED] wrote: I still need help with this one. See it here:

[jQuery] Re: Adding Parameters in a function

2007-05-31 Thread tuliopaiva
I would like to add a parameter with the id of the hidden input that will have the hidden value of the item. something like this: = function findValue(li, hidden_id) { //add the hidden_id parameter if( li == null ) return alert(No match!); // if coming from an AJAX call, let's

[jQuery] Re: jQuery Autocomplete Mod

2007-05-31 Thread tuliopaiva
Other thing... How Could I pass a string with the id of hidden field for the findValue function?? Thank You. On 31 maio, 14:32, tuliopaiva [EMAIL PROTECTED] wrote: It worked! Thank You! On 31 maio, 10:22, Dan G. Switzer, II [EMAIL PROTECTED] wrote: Hello! First thing: I'm starting

[jQuery] Re: Adding Parameters in a function

2007-05-31 Thread Ⓙⓐⓚⓔ
onFindValue:function(li){findValue(li,1,2,3,4)}, On 5/31/07, tuliopaiva [EMAIL PROTECTED] wrote: I would like to add a parameter with the id of the hidden input that will have the hidden value of the item. something like this: = function findValue(li, hidden_id) { //add the hidden_id

[jQuery] Re: Adding Parameters in a function

2007-05-31 Thread Dan G. Switzer, II
I would like to add a parameter with the id of the hidden input that will have the hidden value of the item. something like this: = function findValue(li, hidden_id) { //add the hidden_id parameter if( li == null ) return alert(No match!); // if coming from an AJAX call, let's

[jQuery] Re: Colon Operator

2007-05-31 Thread Jonathan Sharp
I can't speak for John, but I asked about this about a month ago and he was saying it was slated for the 1.2 release. -js On May 31, 2:46 pm, Klaus Hartl [EMAIL PROTECTED] wrote: Rick Faircloth wrote: Let's hope so... I want him to be in business when I need him... I'm getting up in age,

  1   2   >