[jQuery] Re: how to delay a event?

2007-08-22 Thread james_027
Hi, On Aug 23, 2:34 pm, "Ganeshji Marwaha" <[EMAIL PROTECTED]> wrote: > are u trying to achieve something like autocomplete (like google suggest), > if that is the case, then you should look > athttp://bassistance.de/jquery-plugins/jquery-plugin-autocomplete/ > > -GTG > No I am doing a auto com

[jQuery] Re: Updating metadata

2007-08-22 Thread dorkster
I have found a solution to my problem and thought I'd share it in case I'm not the only one in this situation. First thing I did was to switch to an alternative way of storing metadata (using the data attribute) since using the class attribute was more dificult to parse / update when there were a

[jQuery] Re: how to delay a event?

2007-08-22 Thread Ganeshji Marwaha
are u trying to achieve something like autocomplete (like google suggest), if that is the case, then you should look at http://bassistance.de/jquery-plugins/jquery-plugin-autocomplete/ -GTG On 8/22/07, james_027 <[EMAIL PROTECTED]> wrote: > > > hi, > > I have a small jQuery script, that get some

[jQuery] Re: Dynamically assigning validation rules with Validation plugin

2007-08-22 Thread SeViR
voltron escribió: Hi all, I have a text input field declared to be used for searching a database. The users can search for a zipcode, city or company name based on what the choose using a radio button. How can I then dynamically assign different validation rules to the input field using Jörns V

[jQuery] Re: Dynamic Form Validation?

2007-08-22 Thread SeViR
Mario Moura escribió: Hi SeVir and Folks My form have a ajax button. Ajax button always is type="submit" so I tested ValidationAide and Jquery Validation (bassistance.de ) Both plugins have the following bad behavior. When I click in Ajax Button (value="Attach" id="

[jQuery] Re: Dynamic Form Validation?

2007-08-22 Thread SeViR
Jörn Zaefferer escribió: howa schrieb: Hello, anyone has idea how to do dynamic form validation? e.g. using http://bassistance.de/jquery-plugins/jquery-plugin-validation/ I only want to check for required field for t2 ONLY if t1 is equal to some value e.g. If t1 = "test", then t2 ca

[jQuery] how to delay a event?

2007-08-22 Thread james_027
hi, I have a small jQuery script, that get some data over the server on every keypress by the user, but I don't to perform such action every time when the user presses a key, specially if between key presses happens in short amount of time. How do I delay this event? Here is my script $('[EMAIL

[jQuery] Re: co-existing with mootools: help

2007-08-22 Thread Jack Killpatrick
Thanks Rey, I'll do that, much appreciated. - Jack Rey Bango wrote: Jack, I think your best bet is to head on over to the jQuery UI mailing list and discuss this with Gilles. He's the author of it and is working to have a strong version ready for jQuery UI. http://groups.google.com/group/

[jQuery] $.load(url) and IE fails to find CSS/JS

2007-08-22 Thread John Napiorkowski
Hi, I'm sure this is a stupid error on my part but it's driving me crazy. I have a bit of html that I want to inject into my page like so: $('#target').load('page.html'); Now this works, but I find that if 'page.html' contains a script and style section IE won't process it, but Firefox seems t

[jQuery] ANNOUNCE jQTreeTable 0.2

2007-08-22 Thread PaulHan
Hi all, I've added a few features to the jQTreeTable plugin. It now has dynamic striping which can be set on and off and coloured through CSS. It can also be set to highlight as the rows are hovered over, again coloured through CSS. I've added an onselect event on the td cells that can be handled

[jQuery] Re: Karl, cluetip questions: Select IE6 bug ETA, and incorporating JTIP?

2007-08-22 Thread Rey Bango
Well, the jQuery team aims to please. :D Karl's my bud and sometimes you just need a second set of eyes. Rey Mitchell Waite wrote: Woo hoo, this is great stuff. How nice of you to do this Sherlock Holmes work. And such a elegant solution. -Original Message- From: jquery-en@google

[jQuery] Re: Karl, cluetip questions: Select IE6 bug ETA, and incorporating JTIP?

2007-08-22 Thread Mitchell Waite
Woo hoo, this is great stuff. How nice of you to do this Sherlock Holmes work. And such a elegant solution. -Original Message- From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Rey Bango Sent: Wednesday, August 22, 2007 8:36 PM To: jquery-en@googlegroups.com Subject:

[jQuery] Re: Karl, cluetip questions: Select IE6 bug ETA, and incorporating JTIP?

2007-08-22 Thread Kim Johnson
Wow, I had a long day at work and come back to all of this awesomeness! Thanks for the explanation, Karl... I guess I wasn't looking close enough to see that a jtip version already existed. I'll try incorporating this now and see what I can do, and will try to figure out bgiframe as well. thanks

[jQuery] Re: Very confused!

2007-08-22 Thread John Resig
Like so: $('input').each(function(i){ $(this).attr('name', i); }); Nice and simple! --John On 8/23/07, goodieboy <[EMAIL PROTECTED]> wrote: > > OK, I thought I knew jQuery pretty well. But this is completely > stumping me. What I want to do is iterate through a newly attached set > of inp

[jQuery] Very confused!

2007-08-22 Thread goodieboy
OK, I thought I knew jQuery pretty well. But this is completely stumping me. What I want to do is iterate through a newly attached set of input elements, and set their names based on a dynamic (incrementing) number. But the only value that ever gets used is the initial value of the variable. I've

[jQuery] Re: Setting the selected option in Safari 3

2007-08-22 Thread Lee Hinde
Thanks. If the existing code wasn't working in any browser I'd look for a work around, but since it does work in anything but Safari, I want to make sure there's not a problem with my code before I submit a bug to someone. On 8/21/07, TheThirdPart <[EMAIL PROTECTED]> wrote: > > You should have a l

[jQuery] Re: Karl, cluetip questions: Select IE6 bug ETA, and incorporating JTIP?

2007-08-22 Thread Rey Bango
Mitchell, I believe what you're seeing is the slide down effect that's an option in clueTip. If you want to get around that just do something like this: $('#cfvhelp').cluetip({width: 200, cluetipClass: 'jtip', arrows: true, dropShadow: false, fx: {open:'show', openSpeed: 'fast'}}); Thi

[jQuery] Re: Karl, cluetip questions: Select IE6 bug ETA, and incorporating JTIP?

2007-08-22 Thread Mitchell Waite
Compared the mitch demo to the jTip demo. http://www.codylindley.com/blogstuff/js/jtip/ Now I am sure j Tip is faster, but faster might not be the right word. Its like this. The very first time I hover over your cluetip I can actually see the divs and such being assembled. jTip doesn't have

[jQuery] Re: co-existing with mootools: help

2007-08-22 Thread Rey Bango
Jack, I think your best bet is to head on over to the jQuery UI mailing list and discuss this with Gilles. He's the author of it and is working to have a strong version ready for jQuery UI. http://groups.google.com/group/jquery-ui If you need something immediately and this doesn't work for y

[jQuery] Re: co-existing with mootools: help

2007-08-22 Thread Rey Bango
Nope. This is part of the upcoming jQuery UI effort. :) Rey... Benjamin Sterling wrote: Rey, that is sweet. I did not see that on the plug in page, nor in a google search, is that yours? On 8/22/07, *Rey Bango* < [EMAIL PROTECTED] > wrote: Does this jQuery

[jQuery] Re: Karl, cluetip questions: Select IE6 bug ETA, and incorporating JTIP?

2007-08-22 Thread Mitch
Man thats great customer service. I will put a high rating on your satisfaction survey :) I'm not home right now so I can't test the performance of the custom demo but will let you know. On the custom demo if you alternate between the two example links, eventually the left link developes a gap b

[jQuery] Re: co-existing with mootools: help

2007-08-22 Thread Jack Killpatrick
Answered my own question about whether Flash is involved, FWIW: * uiUpload: unobtrusive file uploads using Flash and jQuery. * Largely based on SWFUpload BTW, Flash is fine for my use, as long as the bugs are worked out and it a) doesn't crash any browsers (

[jQuery] Re: co-existing with mootools: help

2007-08-22 Thread Benjamin Sterling
Yeah, there is a hidden div the has the tag. Don't think you can achieve that type of functionality with out flash. "googling-about", I like that :) On 8/22/07, Jack Killpatrick <[EMAIL PROTECTED]> wrote: > > > That's close (no visible way to clear the full list of uploaded items > for a re-sel

[jQuery] Re: co-existing with mootools: help

2007-08-22 Thread Jack Killpatrick
That's close (no visible way to clear the full list of uploaded items for a re-select), though I haven't tried that page in various browsers, nor tried to see what it takes to use it. Are there docs, what's the release status, how well has it been tested, in which browsers, etc? Also, I never

[jQuery] Re: Karl, cluetip questions: Select IE6 bug ETA, and incorporating JTIP?

2007-08-22 Thread Karl Swedberg
On Aug 22, 2007, at 5:07 PM, Mitchell Waite wrote: One last thing Karl. Side by side your cluetips take longer to appear then jTips do. About 1/2 second slower on this rig but that is a critical period that should be fast. Again this is me, maybe others like them slow. You know, Mitch, I

[jQuery] Re: co-existing with mootools: help

2007-08-22 Thread Benjamin Sterling
Rey, that is sweet. I did not see that on the plug in page, nor in a google search, is that yours? On 8/22/07, Rey Bango <[EMAIL PROTECTED]> wrote: > > > Does this jQuery plugin not work? > > http://uiupload.webunity.nl/ > > Rey... > > Josh Nathanson wrote: > > It is not that shocking to me -- th

[jQuery] Re: Cycle Plugin update

2007-08-22 Thread Mike Alsup
Great timing, Duncan! I just uploaded a new version that includes this functionality. You can see the demo here: http://www.malsup.com/jquery/cycle/scrollhv.html Mike On 8/22/07, Duncan <[EMAIL PROTECTED]> wrote: > > Mike, Fantastic bit of code, we have been playing with it in the > office,

[jQuery] Re: Cycle Plugin update

2007-08-22 Thread Duncan
Mike, Fantastic bit of code, we have been playing with it in the office, and its received huge praise. Someone actually said its animation is as good as an equivalent in Flash. I am looking at the next / prev function and am wondering how I might apply a scrollRight to a prev scrollLeft and to a

[jQuery] Re: co-existing with mootools: help

2007-08-22 Thread Rey Bango
Does this jQuery plugin not work? http://uiupload.webunity.nl/ Rey... Josh Nathanson wrote: It is not that shocking to me -- these are some difficult requirements that developers have always struggled with, as far as Javascript solutions -- especially numbers 4 and 7. Flash seems to handle

[jQuery] Re: co-existing with mootools: help

2007-08-22 Thread Ganeshji Marwaha
Interesting... I should admit that, we don't have a plugin that does exactly that in jQuery. But there are quite a few upload related plugins that may partially solve your needs. Sorry, couldn't be of much help here... But i am sure, someone somewhere (including Benjamin) is writing a plugin that e

[jQuery] Re: co-existing with mootools: help

2007-08-22 Thread Josh Nathanson
It is not that shocking to me -- these are some difficult requirements that developers have always struggled with, as far as Javascript solutions -- especially numbers 4 and 7. Flash seems to handle multi-file uploads a little more easily. If mootools has been able to overcome these obstacles

[jQuery] Couple of Bugs, css + jquery

2007-08-22 Thread Corey Frang
http://www.pablokorona.com/corey/ I figured I'd just post this to both lists as there is a good chance someone on either side can help me with either problem. The big problems I'm having 1) The layout breaks hard in IE6, any suggestions? 2) The animation, the #picfloater blinks in and out of

[jQuery] Re: co-existing with mootools: help

2007-08-22 Thread Benjamin Sterling
Wow, it is shocking the none of jQuery file uploaders have those ability. That may be something I need to work on. Very shocking. I wish I knew how to get around the mootools issue, just never worked with it before. On 8/22/07, Jack Killpatrick <[EMAIL PROTECTED]> wrote: > > I want to do this a

[jQuery] Can I load HTML with jQuery code into another HTML/jQuery page?

2007-08-22 Thread Mitch
This might be really dumb but I have an HTML page with jQuery and css in it. I want to know if I can "load" this into another page into a container without creating problems with conflicting css. My reason for this is simple. I want to be able to build and test a page of HTML and jQuery that wil

[jQuery] Re: Can I load HTML with jQuery code into another HTML/jQuery page?

2007-08-22 Thread Mitch
Please ignore this, I didnt mean to pose it here. On Aug 22, 3:27 pm, "Mitchell Waite" <[EMAIL PROTECTED]> wrote: > This might be really dumb but I have an HTML page with jQuery and css in > it. I want to know if I can "load" this into another page into a container > without creating problems wi

[jQuery] Can I load HTML with jQuery code into another HTML/jQuery page?

2007-08-22 Thread Mitchell Waite
This might be really dumb but I have an HTML page with jQuery and css in it. I want to know if I can "load" this into another page into a container without creating problems with conflicting css. My reason for this is simple. I want to be able to build and test a page of HTML and jQuery th

[jQuery] Re: bind/unbind leak

2007-08-22 Thread Josh Nathanson
It looks like there may be some circular logic going on there, as you are passing a reference to the function 'callback' within the function itself. I am a little hazy on stuff like that, but that could be the problem. -- Josh - Original Message - From: Brandon Aaron To: jquery-

[jQuery] Re: co-existing with mootools: help

2007-08-22 Thread Jack Killpatrick
I want to do this and have evaluated and tried a few plain-js and jquery based solutions: http://digitarald.de/playground/uplooad.html required abilities: 1. select multiple files at once via browse dialog 2. list all selected files separately 3. remove any selected file before uploading and d

[jQuery] Re: Karl, cluetip questions: Select IE6 bug ETA, and incorporating JTIP?

2007-08-22 Thread Mitchell Waite
One last thing Karl. Side by side your cluetips take longer to appear then jTips do. About 1/2 second slower on this rig but that is a critical period that should be fast. Again this is me, maybe others like them slow.

[jQuery] Re: Karl, cluetip questions: Select IE6 bug ETA, and incorporating JTIP?

2007-08-22 Thread Mitchell Waite
Karl I see what may be a weird bug in IE7. If I leave your example page, go do something in another window, when I come back to your page the tooltips will not work until I reload your page.

[jQuery] Re: Karl, cluetip questions: Select IE6 bug ETA, and incorporating JTIP?

2007-08-22 Thread Mitchell Waite
Karl The new layout on your example page is much better, and now that I see how easy it is to do the arrow thing I am more motivated to switch. The slow comment had to do with how long it took your tooltip to appear. I think you need to speed up the scroll down and fade examples as they mad

[jQuery] Re: Error creating div in IE7

2007-08-22 Thread Ganeshji Marwaha
I will take a look at it in depth... But, in the meantime, can u try using some other id for the div instead of "document". Sometimes crazy things like these have worked for me. -GTG On 8/22/07, Márcio Kabke Pinheiro <[EMAIL PROTECTED]> wrote: > > > I'm very new in jQuery (in fact, only 2 days :

[jQuery] Re: jQuery and Mootools Problem

2007-08-22 Thread John Resig
Try including Mootools, then jQuery, then doing the .noConflict() stuff and see if that works. --John On 8/22/07, kj187 <[EMAIL PROTECTED]> wrote: > > Hi, > > i use jquery and mootools. > But i have a problem, after loading the site, i became an js error > > this.$events[type].keys has no prope

[jQuery] Re: bind/unbind leak

2007-08-22 Thread Brandon Aaron
Would you mind testing with the latest nightlies to see if this issue is fixed in the up coming 1.1.4 release? http://code.jquery.com/jquery-nightly.js http://code.jquery.com/jquery-nightly.pack.js -- Brandon Aaron On 8/22/07, abarton <[EMAIL PROTECTED]> wrote: > > > The following code when ran i

[jQuery] Re: Trouble Deleting Table Rows

2007-08-22 Thread Chris W. Parker
On Tuesday, August 21, 2007 11:19 PM ethanpil said: > I have spent 3 or 4 hours trying different > variations of getting that close link to generate an event, but I cant > even get it to give me an alert or anything else [snip] > Close'; [snip] > $('a.close_ticket').click(functi

[jQuery] How to have multiple repeating forms with different targets on the same page using ajaxform plugin

2007-08-22 Thread GM
I have searched all over and tried many different things for a solution to my problem. I'm hoping that someone here can help. I am trying to have 1 to 20 forms on one page - they are all basically the same form. It gets repeated 1 to 20 times depending on how many different addresses are availa

[jQuery] Re: Accessing form fields within Thickbox via main page

2007-08-22 Thread Dough Boy
No...I am just using jQuery and Thickbox. I found a work around by putting onkeyup's into the fields and having their values written to a hidden field...the "main page" can see them. On Aug 22, 1:29 pm, cfdvlpr <[EMAIL PROTECTED]> wrote: > Are you using the form plugin?

[jQuery] jQuery and Mootools Problem

2007-08-22 Thread kj187
Hi, i use jquery and mootools. But i have a problem, after loading the site, i became an js error this.$events[type].keys has no properties mootools.v1.11.js Line 2878 Here is a screenshot: http://gfx.kj187.de/jqueryMootoolsProblem.tiff Has anybody an idea ?? regards kj187 (julian)

[jQuery] Error creating div in IE7

2007-08-22 Thread Márcio Kabke Pinheiro
I'm very new in jQuery (in fact, only 2 days :-) ), and I'm having a strange error in IE7. I have a little JS function that, when a link is clicked, creates a div in the screen and shows a PHP page created with an parameter passed. Nothing too fancy, is like a pop-up window. The code is really s

[jQuery] bind/unbind leak

2007-08-22 Thread abarton
The following code when ran in IE6 (not sure about 7) will produce some kind of leak. It can be identified by bringing up 'Windows Task Manager' and viewing the CPU Usage History. The CPU hits slowly increase over time. (Link against jquery-1.1.3.1.pack.js) Is there an error in my code?

[jQuery] Re: Trouble Deleting Table Rows

2007-08-22 Thread Potluri
I would be more helpful if you have given me table format. I suppose ur table is of this format. blah blah blah try this.. if( $('#tableId tbody tr#ticket_10192').length ) { // element Exists, delete it $('#tableId tbody tr#ticket_10192').remove();

[jQuery] Re: livequery issue

2007-08-22 Thread Eridius
//this will reset the nessecary data when they change the trip information var reset_data = function(level) { $('#buster_info tr:eq(' + level + ') td:eq(0)').empty(); $('#buster_info tr:eq(' + level + ') td:eq(0)').addClass('ajax_loading'); $('#price_buster_totals

[jQuery] Re: livequery issue

2007-08-22 Thread Brandon Aaron
Well Safari has a nice list of issues but Safari 3 beta made that list quite a bit longer. Live Query has been pretty thoroughly tested in Safari, WebKit Nightlies and Safari 3. There shouldn't be any issues but ya never know with these crazy browsers. Could you possibly post the code? -- Brandon

[jQuery] Re: Karl, cluetip questions: Select IE6 bug ETA, and incorporating JTIP?

2007-08-22 Thread Karl Swedberg
I like jTip for all the same reasons, I really like the arrow, and wish Karl's had it It does have it if you set the option for it. See my reply to Kim. and I think it's faster than Karl's. Can you explain what you mean by "faster"? How are you benchmarking this? Is the speed difference

[jQuery] Re: [NEWS] Brandon Aaron on Ajaxian...AGAIN!

2007-08-22 Thread Ganeshji Marwaha
Again, great work brandon... Your work is amazing. I was going thru the code and i can't help but notice the beauty. Thanks again, for the great plugin. Can we get any insider tips on the next plugins(if any) you are working on at present. P.S. - voted both on dzone and ajaxian. sorry, dont have

[jQuery] Re: livequery issue

2007-08-22 Thread Eridius
yes it is using ajax to load the select box. is the issue with safari 3 beta or safari in general? is the issue with ajax related stuff buff all the other jquery stuff is working fine. Brandon Aaron wrote: > > Safari 3 beta has been causing all sorts of problems. We just have to > remember t

[jQuery] Re: Karl, cluetip questions: Select IE6 bug ETA, and incorporating JTIP?

2007-08-22 Thread Karl Swedberg
On Aug 22, 2007, at 2:45 PM, Kim Johnson wrote: There are two major reasons why I am using JTip: 1. You had posted a fix for the select issue (select boxes showing up above the tooltip), which directly affects how I'm using the box so I need this functionality Hi Kim. I know I did this for t

[jQuery] Re: [NEWS] Brandon Aaron on Ajaxian...AGAIN!

2007-08-22 Thread Brandon Aaron
Thanks guys! BTW it has shown up on DZone and programing.reddit.com as well. Vote at will! http://www.dzone.com/links/jquery_new_plugin_live_query.html http://programming.reddit.com/info/2hmeh/comments -- Brandon Aaron On 8/22/07, Paul Bakaus <[EMAIL PROTECTED]> wrote: > > > 5 stars! > I already

[jQuery] Re: Classic noob questions

2007-08-22 Thread Ganeshji Marwaha
I recommend, you take a look at the jCarouselLite plugin. Even if you don't use the plugin itself (if your intention is to learn), the code there will provide some starting point, because i guess it solves the same problem that u r trying to solve. http://www.gmarwaha.com/jquery/jcarousellite/inde

[jQuery] Re: co-existing with mootools: help

2007-08-22 Thread Benjamin Sterling
@GTG, great question, I second that. @Jack, if you can explain what you are trying to do with mootools, maybe we can come up with an alternative. On 8/22/07, Ganeshji Marwaha <[EMAIL PROTECTED]> wrote: > > I don't think there is a way to make mootools play well with other > libraries when using t

[jQuery] Re: Dynamic Form Validation?

2007-08-22 Thread Jörn Zaefferer
howa schrieb: Hello, anyone has idea how to do dynamic form validation? e.g. using http://bassistance.de/jquery-plugins/jquery-plugin-validation/ I only want to check for required field for t2 ONLY if t1 is equal to some value e.g. If t1 = "test", then t2 cannot be null, else never mind

[jQuery] Re: Checkbox updating database asynchronously?

2007-08-22 Thread Mario Moura
Hi Look http://docs.jquery.com/Ajax Regards Mario 2007/8/22, Steve Finkelstein <[EMAIL PROTECTED]>: > > > Hi all, > > I'm looking for a simple way to change a boolean value in a database > based on whether a checkbox is checked or not in a jquery environment. > > Would anyone be kind enough to

[jQuery] Re: co-existing with mootools: help

2007-08-22 Thread Ganeshji Marwaha
I don't think there is a way to make mootools play well with other libraries when using the infamous "$". jQuery is probably the only library that understands this concern and has implemented appropriate precautions in its code base. That said, to look at ur needs from a higher level, i think i wi

[jQuery] Re: [SOLVED] jQuery Form Plugin and Validation Form

2007-08-22 Thread Jean
I´m with same trouble but that didnt work for me $("#envia_quest").validate({ errorPlacement: function(error, element) { error.appendTo( element.parents("ul").find("li.aki_erro") ); }, submitHa

[jQuery] Re: Dynamic Form Validation?

2007-08-22 Thread Mario Moura
Hi SeVir and Folks My form have a ajax button. Ajax button always is type="submit" so I tested ValidationAide and Jquery Validation (bassistance.de) Both plugins have the following bad behavior. When I click in Ajax Button (value="Attach" id="attach-button" name="attach") both think that I am t

[jQuery] Re: Comet Client Plugin and ie7

2007-08-22 Thread RLFitch
Seems to work okay with IE 6. Ransom Fitch On Aug 22, 10:33 am, Messiahs <[EMAIL PROTECTED]> wrote: > it seems that the comet plugin doesn't run correct with ie7. > > When i watch the demo at:http://empireenterprises.com/_comet.html > with FF > there are messages like {"idx":1,"message":""}, {"i

[jQuery] Checkbox updating database asynchronously?

2007-08-22 Thread Steve Finkelstein
Hi all, I'm looking for a simple way to change a boolean value in a database based on whether a checkbox is checked or not in a jquery environment. Would anyone be kind enough to point me in the correct direction to get this accomplished? Thank you. - sf

[jQuery] Re: Karl, cluetip questions: Select IE6 bug ETA, and incorporating JTIP?

2007-08-22 Thread Mitchell Waite
I like jTip for all the same reasons, I really like the arrow, and wish Karl's had it and I think it's faster than Karl's. But, and this is big one, there is some problem with IE7 in jTip that shifts the position of your tooltip to the right, so I had to drop it. -Original Message- From:

[jQuery] Re: jquery books

2007-08-22 Thread Mitchell Waite
As a publisher of computer books my favorites are oriented more for the beginner, which I believe is still the largest untapped market for jQuery books. CSS, DHTML & Ajax. Jason Teague. Peachpit's Visual Quick Start Guide. This guy knows how to write and makes a beautiful presentation of exampl

[jQuery] Re: co-existing with mootools: help

2007-08-22 Thread Jack Killpatrick
Right, I just don't want to touch any of the existing/relevant filesonly wrap moo in something that won't conflict. Thanks for poking into it for me, though, much appreciated. Seems like a no-brainer to have in a library (and a reason to use jq over moo in general if it t'aint possible ;-)

[jQuery] Re: Karl, cluetip questions: Select IE6 bug ETA, and incorporating JTIP?

2007-08-22 Thread Brandon Aaron
You could always just drop in bgiframe to fix the IE6 select z-index issues. http://jquery.com/plugins/project/bgiframe/ -- Brandon Aaron On 8/22/07, Kim Johnson <[EMAIL PROTECTED]> wrote: > > > Hi Karl, > > There are two major reasons why I am using JTip: > > 1. You had posted a fix for the sele

[jQuery] Karl, cluetip questions: Select IE6 bug ETA, and incorporating JTIP?

2007-08-22 Thread Kim Johnson
Hi Karl, There are two major reasons why I am using JTip: 1. You had posted a fix for the select issue (select boxes showing up above the tooltip), which directly affects how I'm using the box so I need this functionality 2. The built in CSS styles has the little arrow shape that points to the

[jQuery] Re: co-existing with mootools: help

2007-08-22 Thread Benjamin Sterling
I was just looking at some of my plugins and realized that, if your plugins are wrapped like below, doing the noflict should not be a headache. (function($){ // original content })(jQuery); Even if you have to wrap your current code (custom code you written) in that, you should still be ok. On 8

[jQuery] Re: co-existing with mootools: help

2007-08-22 Thread Benjamin Sterling
Sorry Jack, never ran into the issue. Maybe replacing all the $ in mootools' core, probably not the best approach, but I could not find an answer. Sorry. On 8/22/07, Jack Killpatrick <[EMAIL PROTECTED]> wrote: > > Right, I know about the no-conflict mode. My issue is the opposite: I > don't wan

[jQuery] Re: Accessing form fields within Thickbox via main page

2007-08-22 Thread cfdvlpr
Are you using the form plugin?

[jQuery] Re: co-existing with mootools: help

2007-08-22 Thread Jack Killpatrick
Right, I know about the no-conflict mode. My issue is the opposite: I don't want to touch any existing js files to use jquery in no-conflict modeand haven't had any luck via mootools pleas for a workaround at the moo level. Hoping someone here has dealt with it. I just have a little mootool

[jQuery] Re: co-existing with mootools: help

2007-08-22 Thread Benjamin Sterling
Check out http://michaelshadle.com/2007/07/03/jquerys-no-conflict-mode-yet-another-reason-why-its-the-best/ On 8/22/07, Jack Killpatrick <[EMAIL PROTECTED]> wrote: > > > I have a site that's chock-full of jquery stuff: numerous js files using > jquery, bunch of plugins, etc. I have a need to use m

[jQuery] Comet Client Plugin and ie7

2007-08-22 Thread Messiahs
it seems that the comet plugin doesn't run correct with ie7. When i watch the demo at: http://empireenterprises.com/_comet.html with FF there are messages like {"idx":1,"message":""}, {"idx":2,"message":""} and so on. with ie7 only the message {"idx":1,"message":""} appears.

[jQuery] Accessing form fields within Thickbox via main page

2007-08-22 Thread Dough Boy
I am sure I am doing something stupid... I have a form with fields inside a hidden div. I have a TB_inline link that opens up a Thickbox with this hidden form. I have a save button at the bottom that when clicked calls a .ajax() function for posting to the server. The problem is that the first

[jQuery] Re: Bandwidth checking using javascript?

2007-08-22 Thread Andy Matthews
BTW, I found one that seems to work: http://phaster.com/golden_hill_free_web/ghfw_connection_speed.shtml _ From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Andy Matthews Sent: Wednesday, August 22, 2007 12:27 PM To: jquery-en@googlegroups.com Subject: [jQuery]

[jQuery] Re: Dimensions.js 1.1.2 regression?

2007-08-22 Thread Brandon Aaron
GRRR silly browsers and their window widths and heights. Could you send me a test case for this? -- Brandon Aaron On 8/22/07, Will Arp <[EMAIL PROTECTED]> wrote: > > > I'm seeing a regression from version 1.0b2, >$(window).height(); > seams to return the document height with Dimensions.js v1.

[jQuery] Re: {Filename?} [jQuery] Bandwidth checking using javascript?

2007-08-22 Thread Göran Törnquist
I don't know about any tool written in Javascript. However there's a tool called TPTest (as in Troughput Test). It can be used to accurately test the throughput on local and wide area networks. It's open sourced, so feel free to grab a copy at http://sourceforge.net/projects/tptest/ Cheers

[jQuery] Re: jquery books

2007-08-22 Thread Pops
If you like bathroom material, books are great. But you did hear of the web? :-) Jokes to the side, I personally like these sites: http://www.w3schools.com/ - excellent straight to the point learing and reference site and what I like about it alot is that every method, every properties, every e

[jQuery] Bandwidth checking using javascript?

2007-08-22 Thread Andy Matthews
Does anyone know of a tool that can be used to test bandwidth? Open source is preferred. Pure JS or jQuery is also preferred, even if it loads an external img or text file. I need to be able to specify a threshold for "low" and "hi" bandwidth with this tool. Anyone have one or know of one?

[jQuery] Re: Killing ajax calls

2007-08-22 Thread Tamm Sjödin
well, that'd make sense when used together with the rest I have, but that wouldn't prevent users from being stupid enough to type so slow it'd trigger multiples anyhow, would it? also, I actually had a delay before and it didn't work... maybe I should add it again just for the sake of doing this th

[jQuery] Re: jQuery Spotted In The Wild: REI.com

2007-08-22 Thread polyrhythmic
Very clean, go jQuery! Sidenote: Builtwith.com does not pick up on jQuery in many sites, esp. when packed/compressed as in REI's site (or even at jQuery.com!). I suspect jQuery's usage is much wider than we can imagine, there must be many secret underground jQuery designers. Charles doublerebel

[jQuery] Re: Can't get it to work

2007-08-22 Thread polyrhythmic
To download, >From Google code: http://code.google.com/p/jqueryjs/downloads/list Or from jQuery site: http://docs.jquery.com/Downloading_jQuery Please provide code examples, as well as Browser/OS version information so we can help. Charles doublerebel.com On Aug 22, 7:06 am, "[EMAIL PROTECTED]

[jQuery] Dimensions.js 1.1.2 regression?

2007-08-22 Thread Will Arp
I'm seeing a regression from version 1.0b2, $(window).height(); seams to return the document height with Dimensions.js v1.1.2 in Firefox 2.0.6 PC/Mac from console: >>> window.innerHeight 294 >>> $(window).height() 153 >>> $(document).height() 153 Is there a way to get Toolbars&co height? som

[jQuery] Re: Selectors , innerHTML and AJAX

2007-08-22 Thread Dan Rossi
Hmm looks like this.href is the full url. Is there a defined way to strip the host etc so it just leaves the path. Ideally id just want to put a number in and handel the rest in the function, ie for paging numbers in a datagrid list. Dan Rossi wrote: Hi here is the updated code $(docu

[jQuery] Re: Selectors , innerHTML and AJAX

2007-08-22 Thread Dan Rossi
Hi here is the updated code $(document).ready(function(){ $("a.nav").click(function(event) { $("#content").load(this.href); event.preventDefault(); }); $('a.view').livequery('click',function(event) { alert('clicked'); return false;

[jQuery] Re: Selectors , innerHTML and AJAX

2007-08-22 Thread Dan Rossi
Apologies, looks like i got it working now $('a.view').livequery('click',function(event) { $("#content").load("/index/view/episode/" + this.href); return false; }); Good stuff ! \Karl Swedberg wrote: > > > On Aug 22, 2007, at 5:41 AM, electroteque wrote: > >> >> Hi there,

[jQuery] Updating metadata

2007-08-22 Thread dorkster
Hello, I have a list of items each containing metadata which I access using John's Metadata plugin: Update Update I need to update/change the metadata on individual items when I click them, because the new data will be used further in the application. When an "Update" link is clicked an ajax ca

[jQuery] Re: Developing for Opera

2007-08-22 Thread Brandon Aaron
And the Wii... :) -- Brandon Aaron On 8/22/07, John Resig <[EMAIL PROTECTED]> wrote: > > > Because, unlike IE 5, it's actually pretty easy to get everything to > work in Opera - so it's a great +1% market share win. > > Plus Opera users just won't hush up if you don't support their browser ;-) >

[jQuery] jQuery Spotted In The Wild: REI.com

2007-08-22 Thread Jonathan Sharp
http://www.rei.com/product/735607 Click on the product image for a larger view. -js

[jQuery] Re: Get size for elements that don't exist yet

2007-08-22 Thread Stephan Beal
On Aug 22, 3:49 pm, duma <[EMAIL PROTECTED]> wrote: > If you're talking about accessing the included stylesheets, you certainly can > do that by accessing document.styleSheets. ... > document.styleSheets is part of the DOM Level 1 standard. The CSSStyleSheet > object is DOM Level 2. That may be,

[jQuery] Re: Tablesorter 2.0

2007-08-22 Thread tlphipps
I have a second feature request as well. Would it be possible to support multiple rows in the ? I have a table setup with a second row in the , but this seems to break the tablesorter when I try to sort anything. I get the following error: o has no properties Line 395: o.count = s[1]; For thi

[jQuery] Re: Select box help from ajax

2007-08-22 Thread Wizzud
First off, you need to read this http://docs.jquery.com/Tutorials:Getting_Started_with_jQuery#Rate_me:_Using_Ajax http://docs.jquery.com/Tutorials:Getting_Started_with_jQuery#Rate_me:_Using_Ajax tutorial by Jorn Zaefferer, particularly the bit the starts 'A very common problem encountered...'

[jQuery] Re: Killing ajax calls

2007-08-22 Thread Matt Stith
A much better solution is to set a delay on the keyup, say, half a second, then execute the ajax request when that timeout finishes. Its much easier on your server to do it this way. On 8/22/07, Tamm Sjödin <[EMAIL PROTECTED]> wrote: > > actually that made things even more confusing :P > > for the

[jQuery] Re: Developing for Opera

2007-08-22 Thread John Resig
Because, unlike IE 5, it's actually pretty easy to get everything to work in Opera - so it's a great +1% market share win. Plus Opera users just won't hush up if you don't support their browser ;-) --John On 8/22/07, Brook Davies <[EMAIL PROTECTED]> wrote: > > Doesn't Opera have like 1% markets

[jQuery] Developing for Opera

2007-08-22 Thread Brook Davies
Doesn't Opera have like 1% marketshare? How can you justify spending a lot of time developing for Opera? Brook

  1   2   >