[jQuery] Re: JSPacker for .NET

2007-09-18 Thread Sam Collett
That's something I'd be interested in using. All the articles I've read about GZIP compression have been using PHP and never found anything that used C#. Does it also contain JSMin compression as an option? Also, if you made changes to Deans .NET packer perhaps you could send him the changes?

[jQuery] Re: multiple select box to textarea

2007-09-18 Thread Wizzud
This will put all selects (just selected values, no names) into textarea... var s = $('select').serializeArray(), t = []; $.each(s,function(n,v){ t[t.length]=v.value; }); $('textarea').val(t.join('\n')); FrankTudor wrote: Hi all, I am creating a little tool that has two multiple

[jQuery] Re: Announce: jQuery Tablesorter 2.0.1 Released

2007-09-18 Thread Christian Bach
Hi Chris, Nope there is no reason other than that i forgot to delete it. Its removed now. Thanks for the feedback. /christian 2007/9/17, Chris [EMAIL PROTECTED]: Is there a reason jquery-1.1.3.js is included in the Zip file when 1.2.1 is required? On Sep 17, 12:37 pm, Christian Bach

[jQuery] Re: Interface v1.2 Error with jQuery v1.2.1

2007-09-18 Thread Erik Beeson
Are there plans to port Interface to the latest jQuery? Is Interface still supported by the author? I can't speak for the author, but I'd guess it won't be updated to work with 1.2 since the author is currently focusing on the recently released jQuery UI, which is a complete rewrite of much

[jQuery] Apply xpath-evaluate in an iframe document

2007-09-18 Thread julio
Hi, I have a simple iframe in a html page that loads a local html page. I would like hide all images in this iframe-page (that working for Firefox/IE6-7 at least). And so I wrote this code: // this code gets correctly frameDocument for IE 6-7 and Firefox var frame =

[jQuery] Re: Apply xpath-evaluate in an iframe document

2007-09-18 Thread Christof Donat
Hi, // not working $(frameDocument).(//img).hide(); Try $('img',frameDocument).hide(); Christof

[jQuery] Re: Apply xpath-evaluate in an iframe document

2007-09-18 Thread julio
Thanks, your suggestion has worked. But I have again a problem. This is the page in iframe: html head titletest page/title /head body h1test-row1/h1 another row h1test-row2/h1 img src=img1.png / img src=img2.png / /body /html I need to apply an absolute xpath, and so I have tried with this:

[jQuery] Table filter in safari

2007-09-18 Thread Giovanni Battista Lenoci
Hi, I'm using this wonderfull plugin to filter and order values in a table: http://ideamill.synaptrixgroup.com/?p=7 Now I'm tryng it on a mac with safari(v 2.0.4), but it doesn't work. In javascript console I got this fantastic error: TypeError - Null Value line 1 (no file specified and

[jQuery] Re: Falling at the first hurdle

2007-09-18 Thread Peter Bell
In any site with pages in sub-directories, consider making all resource paths absolute rather than relative - replace img src=test.jpg with img src=/images/test.jpg Best Wishes, Peter On 9/17/07 4:37 PM, Jay [EMAIL PROTECTED] wrote: Thanks, you are right. The runat server attribute meant

[jQuery] test

2007-09-18 Thread KushM
test

[jQuery] $ is not defined error

2007-09-18 Thread Phil Glatz
I'm modifying the Drupal img_assist module, and trying to add a little jquery to the popup it creates. When I do, I get this error: $ is not defined When I view source, I see the jquery init code at the bottom of the html for both the page frameset, and for both of the framed pages (the popup

[jQuery] Re: John's Pager - best plugin no one uses?

2007-09-18 Thread Joan Piedra
On 9/17/07, astik [EMAIL PROTECTED] wrote: With the new version of jQuery out (1.2), some specific code is no longer working ... The lt and gt method are now deprecated ... Hi Astik, they are back in 1.2.1 -- Joan Piedra || Frontend web developer http://www.justaquit.com/ ||

[jQuery] jquery website account problems

2007-09-18 Thread Kush mann
Does anybody know why I cannot retrieve my passwd or get email confirmation email when I sign up in jquery website. -Kush

[jQuery] Re: jQuery Autocomplete Plugin Efficiency in AutoSuggest Brand Spanking New

2007-09-18 Thread edavis
I am looking into refactoring AutoSuggest to use jQuery. Any progress on your side? On Sep 10, 2:07 pm, Alexsandro_xpt [EMAIL PROTECTED] wrote: Please.. somebody...

[jQuery] jquery website account problems

2007-09-18 Thread KushM
Does anybody know why I cannot retrieve my passwd or get email confirmation email when I sign up in jquery website. -Kush

[jQuery] Installation of UI?

2007-09-18 Thread Rabbit
Hi all. I'm attempting to move to jQuery from MooTools, as I (generally) like the jQuery documentation better. However, I'm having trouble using the tableSorter function. I've downloaded jQuery 1.2.1 and UI 1.0. My JavaScript includes look like... script

[jQuery] Re: Installation of UI?

2007-09-18 Thread Rabbit
Ah, of course. It's tablesorter() -- lowercase 's'. The wiki needs to be updated to reflect that, as it uses a capital 'S'. On 9/17/07, Rabbit [EMAIL PROTECTED] wrote: [ If this is a duplicate I apologize -- it's been about 15 minutes and I don't see it on the list so I'm trying again. ] Hi

[jQuery] Installation of UI?

2007-09-18 Thread Rabbit
[ If this is a duplicate I apologize -- it's been about 15 minutes and I don't see it on the list so I'm trying again. ] Hi all. I'm attempting to move to jQuery from MooTools, as I (generally) like the jQuery documentation better. However, I'm having trouble using the tableSorter function.

[jQuery] can't quite finish this ...

2007-09-18 Thread Owen Parker
Hi To call me a newbie would be to give newbies a bad name. Had a regular form working and wanted to add validation. Got the jquery thing working perfectly. to a point. Have this: form class=cmxform id=form1 name=aedrec method=GET action= onKeyUp=highlight(event) onClick=highlight(event)

[jQuery] can't quite finish this ...

2007-09-18 Thread Owen Parker
Hi To call me a newbie would be to give newbies a bad name. Had a regular form working and wanted to add validation. Got the jquery thing working perfectly. to a point. Have this: form class=cmxform id=form1 name=aedrec method=GET action= onKeyUp=highlight(event) onClick=highlight(event)

[jQuery] potential bug with .val() in 1.2.1

2007-09-18 Thread oliver
I have an analytics library, built with jQuery 1.1.x. (It is my hope to eventually make it into a plugin, but currently it is very tied to our customer). It registers a click event on the document, and then inspects the target to see whether the clicked element will trigger a navigation (e.g.,

[jQuery] Re: Announce: jQuery Tablesorter 2.0.1 Released

2007-09-18 Thread Kia Niskavaara
Thanks for the update!! I've noticed that you've included two almost identical sorters: $.tablesorter.addParser({ id: integer, is: function(s) { return s.match(new RegExp(/^\d+$/)); }, format:

[jQuery] Plugins mgt login problems

2007-09-18 Thread KM
Can anyone explain why I cannot retrieve my passwd from new plugins page http://jquery.com/plugins/user/login?destination=project%2FPlugins -Kush

[jQuery] Re: Changes to $(selector).append

2007-09-18 Thread Bob Buffone
I totally gave you the wrong URLs No issue with IE http://incubator.apache.org/xap/docs/xmodify/content/jquery-index.html issue with IE http://incubator.apache.org/xap/docs/xmodify/content/jquery-index-1.1.3.html Sorry about that is was late. On Sep 16, 4:16 pm, 胡争辉 [EMAIL PROTECTED] wrote:

[jQuery] Re: Installation of UI?

2007-09-18 Thread Christian Bach
On what page in the wiki did you find tableSorter? Could you point me to the page so i can change it. /christian 2007/9/18, Rabbit [EMAIL PROTECTED]: Ah, of course. It's tablesorter() -- lowercase 's'. The wiki needs to be updated to reflect that, as it uses a capital 'S'. On 9/17/07,

[jQuery] jQuery 1.2.1 is auto evaling scripts from AJAX before DOM is ready

2007-09-18 Thread benjam
I have a script that runs a clickable calendar date field, and this script is being called in a form that is passed through AJAX. When the form html is returned from the AJAX script, it is added to the page and displayed. The problem is that the script (which cames after the input field it is

[jQuery] Re: can't quite finish this ...

2007-09-18 Thread Alexandre Plennevaux
Hi owen, You are on the right track, check this short tutorial: http://be.twixt.us/jquery/formSubmission.php Good luck, alex -Original Message- From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Owen Parker Sent: mardi 18 septembre 2007 5:39 To: jQuery (English) Cc:

[jQuery] Re: Announce: jQuery Tablesorter 2.0.1 Released

2007-09-18 Thread Christian Bach
Thanks Kia, saved a few more bytes! Removed and updated tablesorter.com with the latest version. /christian 2007/9/18, Kia Niskavaara [EMAIL PROTECTED]: Thanks for the update!! I've noticed that you've included two almost identical sorters: $.tablesorter.addParser({

[jQuery] Re: Interface v1.2 Error with jQuery v1.2.1

2007-09-18 Thread Gordon
My understanding is that the Interface library has been depreciated in favour of jQuery UI. I have found the Interface library to be rather buggy even with a supported version of jQuery though, and have ended up coming up with my own solutions to interface problems instead. I don't think UI

[jQuery] Re: potential bug with .val() in 1.2.1

2007-09-18 Thread John Resig
What kind of error did you receive and in what browser? What type of element were you clicking to cause this error to occur? In the future, you should bring bugs like this up for discussion on the jquery-dev mailing list: http://groups.google.com/group/jquery-dev --John On 9/18/07, oliver

[jQuery] Re: jQuery 1.2.1 is auto evaling scripts from AJAX before DOM is ready

2007-09-18 Thread John Resig
There was another issue who was having the same problem as you, with 1.2.1, I recommend doing this inside your script, at least until I can get a fix in. script type=text/javascriptsetTimout(function(){ ... your code ... }, 13);/script --John On 9/17/07, benjam [EMAIL PROTECTED] wrote: I

[jQuery] Re: John's Pager - best plugin no one uses?

2007-09-18 Thread Sam Collett
eq is in 1.2.1, but gt and lt are not. On Sep 18, 5:14 am, Joan Piedra [EMAIL PROTECTED] wrote: On 9/17/07, astik [EMAIL PROTECTED] wrote: With the new version of jQuery out (1.2), some specific code is no longer working ... The lt and gt method are now deprecated ... Hi Astik, they

[jQuery] Help urgently needed with JQuery UI Draggables (Complicated)

2007-09-18 Thread Matt81
Hi everyone I would be very grateful if anybody could offer me some much needed help and advice with a problem I'm having. http://lexus-test.lateral.net/blogfeeds/ On this site, the blog modules are draggable. I've achieved this using the following code: //Draggable Blog

[jQuery] Re: multiple select box to textarea

2007-09-18 Thread FrankTudor
var s = $('select').serializeArray(), t = []; $.each(s,function(n,v){ t[t.length]=v.value; }); $('textarea').val(t.join('\n')); Hi I understand maybe 40 percent of the above code. Can someone explain it? What does the brackets mean the []

[jQuery] Re: jQuery 1.2.1 is auto evaling scripts from AJAX before DOM is ready

2007-09-18 Thread Collin Allen
Could you possibly put a $(document).ready(function(){ ... }); inside the script for the incoming page, or does that fire right away, too? On Sep 18, 5:46 am, John Resig [EMAIL PROTECTED] wrote: There was another issue who was having the same problem as you, with 1.2.1, I recommend doing this

[jQuery] Re: docs url

2007-09-18 Thread Scott Sauyet
David Duymelinck wrote: I saw the UI documentation got the http://docs.jquery.com/UI url but the jQuery docs still have the http://docs.jquery.com/Main_Page url maybe that could be changed to http://docs.jquery.com/jQuery ? it's just an idea. I think the fact that http://docs.jquery.com/

[jQuery] Re: can't quite finish this ...

2007-09-18 Thread Owen Parker
Well I solved it, but not really. I simply stuck saverec.php back in the action tag on the form line and voila. I am sure I did this before and the validation went to hell. I hate when things start working for no apparent reason. Great on one hand, but I see a similar problem in my future

[jQuery] docs url

2007-09-18 Thread David Duymelinck
Hello, I saw the UI documentation got the http://docs.jquery.com/UI url but the jQuery docs still have the http://docs.jquery.com/Main_Page url maybe that could be changed to http://docs.jquery.com/jQuery ? it's just an idea. -- David Duymelinck [EMAIL PROTECTED]

[jQuery] Re: Help urgently needed with JQuery UI Draggables (Complicated)

2007-09-18 Thread Richard D. Worth
Please post to jquery-ui list. http://groups.google.com/group/jquery-ui Thank you. - Richard On 9/18/07, Matt81 [EMAIL PROTECTED] wrote: Hi everyone I would be very grateful if anybody could offer me some much needed help and advice with a problem I'm having.

[jQuery] Re: docs url

2007-09-18 Thread David Duymelinck
I was thinking about hackable urls similar with the UI docs. Now you have for example http://docs.jquery.com/Core after the change it would be http://docs.jquery.com/jQuery/Core. -- David Duymelinck Scott Sauyet schreef: David Duymelinck wrote: I saw the UI documentation got the

[jQuery] [SITE SUBMISSION] Google Code

2007-09-18 Thread Rey Bango
The next time you hear someone say that jQuery isn't a mature framework, be sure to point them to this URL: http://code.google.com/ The way I see it is if Google feels confident enough to use jQuery, then that speaks volumes and the naysayers can take a hike! Rey...

[jQuery] Re: Interface iAutoscroller and DOCTYPE

2007-09-18 Thread real
hm is no one else experiencing this problem? On Sep 17, 6:02 pm, real [EMAIL PROTECTED] wrote: Hi, I've tested the iAutoscroller from the Interface plugin and it doesn't seem to work when a DOCTYPE is declared, in either Firefox or IE. Is there something I'm missing, or is there a

[jQuery] Re: jQuery runs inserted scripts prior to inserting HTML

2007-09-18 Thread weepy
$(document).ready(function() { run script here ... }) On Sep 18, 3:46 pm, Benjam Welker [EMAIL PROTECTED] wrote: I posted about this yesterday, but it never showed up... I have a script that grabs some HTML (with included javascript) via AJAX and injects the HTML into the page. The

[jQuery] jQuery runs inserted scripts prior to inserting HTML

2007-09-18 Thread Benjam Welker
I posted about this yesterday, but it never showed up... I have a script that grabs some HTML (with included javascript) via AJAX and injects the HTML into the page. The problem is that the scripts within that HTML block get executed before the HTML that it is referencing is inserted into

[jQuery] Re: can't quite finish this ...

2007-09-18 Thread Owen Parker
Solved it by removing the submithandler JS and adding saverec.php to the action tag. Validation still works client-side and it saves. Now for the SS ajax stuff. I'll study the sample you pointed to and see what sort of fun that can get me into... :) thanx for your reply, BTW... regards Owen

[jQuery] Re: animating the size of a div

2007-09-18 Thread webgodjj
Ok... I figured this one out. You use the animate() function in jquery. For some real fun, you can download the easing plugin. I started out by declaring a div called block to have a width of 0px; Then animate like so: $(document).ready(function(){ $(#block).animate({ width: 400px },

[jQuery] Re: test

2007-09-18 Thread Aaron Heimlich
success! On 9/17/07, KushM [EMAIL PROTECTED] wrote: test -- Aaron Heimlich Web Developer [EMAIL PROTECTED] http://aheimlich.freepgs.com

[jQuery] errors using carousel lite plugin

2007-09-18 Thread stef
cant get this to work, even though ive just taken over the exact code from the demo. im trying to make it scroll autmatically through a set of images. my js is $(document).ready(function(){ $(.anyClass).jCarouselLite({ auto: 800, speed: 1000 }); }); html: div

[jQuery] Re: jQuery runs inserted scripts prior to inserting HTML

2007-09-18 Thread Liam Byrne
Place the code into a function and then call that function immediately after the HTML is injected. L Benjam Welker wrote: I posted about this yesterday, but it never showed up... I have a script that grabs some HTML (with included javascript) via AJAX and injects the HTML into the page.

[jQuery] Re: [SITE SUBMISSION] Google Code

2007-09-18 Thread Tane Piper
Aww, that's just brilliant :) Also: digg.com technorati.com sourceforge.net These are just a few that use jQuery On 9/18/07, Rey Bango [EMAIL PROTECTED] wrote: The next time you hear someone say that jQuery isn't a mature framework, be sure to point them to this URL:

[jQuery] Re: Interface v1.2 Error with jQuery v1.2.1

2007-09-18 Thread Richard D. Worth
UI is as modular as Interface. You can select just the modules/plugins you want. The downloader will even ensure that dependent parts are included. Version 1.0 does not have effects, so it's not a complete replacement (yet) for Interface, but they're on the roadmap. If there are particular

[jQuery] Convert new lines to br

2007-09-18 Thread Mike Miller
Are there any jquery functions that can take a text value and convert any newlines to br tags?

[jQuery] Re: Google Code

2007-09-18 Thread Glen Lipka
Yeah, I noticed that too. Look at the rest of the code for that page. I see a jillion places they could reduce the code complexity. Examples: document.getElementById('searchbox_demo'); q.style.background = '#ff'; q.onfocus = f; q.onblur = b; Part of it is pure obfuscation. But a ton of it

[jQuery] Re: Google Code

2007-09-18 Thread Sam Collett
Looks like it is being used to show the Google Code blog posts and featured projects. Maybe they will use some of the more advanced features someday. On Sep 18, 3:54 pm, Rey Bango [EMAIL PROTECTED] wrote: The next time you hear someone say that jQuery isn't a mature framework, be sure to

[jQuery] Re: Google Code

2007-09-18 Thread Anjanesh
Wow ! I really thought prototypejs being the more popular one ! http://www.prototypejs.org/real-world Odd, I thought Google Web Toolkit (http://code.google.com/webtoolkit/) was another JavaScript framework.

[jQuery] Re: errors using carousel lite plugin

2007-09-18 Thread Josh Nathanson
Stef - lt and gt are missing from jQuery 1.2 and 1.2.1. You'll need to roll back to jQuery 1.1.4 if you want to use jCarouselLite, or try modding the jCarouselLite code yourself. -- Josh - Original Message - From: stef [EMAIL PROTECTED] To: jQuery (English)

[jQuery] Re: jQuery runs inserted scripts prior to inserting HTML

2007-09-18 Thread benjam
The problem is... the code is not generated by me, it is generated by a PHP function. As I stated in my first post, when I move the script to the bottom of the code block, below the form tag, it runs fine. But I don't want to do that. And this is just exposing an underlying issue of script

[jQuery] Re: [SITE SUBMISSION] Google Code

2007-09-18 Thread Anthony Leboeuf(Worcester Wide Web)
Very nice congratz jquery! Tane Piper wrote: Aww, that's just brilliant :) Also: digg.com technorati.com sourceforge.net These are just a few that use jQuery On 9/18/07, Rey Bango [EMAIL PROTECTED] wrote: The next time you hear someone say that jQuery isn't a mature framework, be sure

[jQuery] jQuary Ajax

2007-09-18 Thread luigi7up
Hello everyone, Is it possible to send ajax call for somefile.php and get just value of one php variable generated by that server script? Example: $.post( blog.php?task=checkname, {ime:$(\#ime\).val()}, function(msg){ alert(msg); }); This ajax

[jQuery] Response Status Codes

2007-09-18 Thread Anjanesh
Hi All this time I was using AJAX natively. But now Im getting the hang of jQuery. I normally want to check if Im getting a 200, 404, 500 etc response status on success [code] var xhr = NewXMLHttpRequest(); xhr.onreadystatechange = xhrChange; function xhrChange() { switch

[jQuery] Re: Google Code

2007-09-18 Thread Sam Collett
Google Web Toolkit is for Java developers (run server side), so it can't be used for those who may use ASP.NET, PHP, CFML etc On Sep 18, 5:25 pm, Anjanesh [EMAIL PROTECTED] wrote: Wow ! I really thought prototypejs being the more popular one !http://www.prototypejs.org/real-world Odd, I

[jQuery] Re: jQuary Ajax

2007-09-18 Thread spinnach
Hey Luka, one way to do this would be to check in your somefile.php if it's an ajax or regular call, and if it's an ajax call just return the variable, eg: ?php if(isset($_SERVER['HTTP_X_REQUESTED_WITH']) $_SERVER['HTTP_X_REQUESTED_WITH'] == 'XMLHttpRequest') { //ajax request print

[jQuery] Re: JSPacker for .NET

2007-09-18 Thread Jeffrey Kretz
I'll be happy to send this to you (and to Ko). I found a bug in the code this morning, which I'll handle first. I'm going to set this up on a website (just got the domain name for JSPACKER.NET) and an SVN repository. I'll update this thread as soon as I've ironed out the bug. JK

[jQuery] Re: jQuary Ajax

2007-09-18 Thread [EMAIL PROTECTED]
Before giving practical solutions, I'd like to invite you to think about this question. Is this a server-side or a client-side matter? In other words, does this have to do with the server-response or the server-request? It's obvious that it's server-side because it has to do with the

[jQuery] Re: JSPacker for .NET

2007-09-18 Thread Jeffrey Kretz
I've ironed out the bug I found, and sent the source files/binaries to Sam and Keith. Soon I should have these files hosted properly. If anyone else would like a copy of it, let me know. JK

[jQuery] Re: Convert new lines to br

2007-09-18 Thread Pops
Not a jQuery method but a String replace method. Try this: var s = $().text(); s.replace(/\n/g,br); --- HLS On Sep 18, 12:03 pm, Mike Miller [EMAIL PROTECTED] wrote: Are there any jquery functions that can take a text value and convert any newlines to br tags?

[jQuery] Re: errors using carousel lite plugin

2007-09-18 Thread Josh Nathanson
OK sorry, lt and gt are NOT in 1.2.1. I was not using the part of jCarouselLite that invokes those methods. Sorry about that. -- Josh - Original Message - From: stef [EMAIL PROTECTED] To: jQuery (English) jquery-en@googlegroups.com Sent: Tuesday, September 18, 2007 8:23 AM

[jQuery] Re: multiple select box to textarea

2007-09-18 Thread Pyrolupus
On Sep 18, 9:33 am, FrankTudor [EMAIL PROTECTED] wrote: var s = $('select').serializeArray(), t = []; $.each(s,function(n,v){ t[t.length]=v.value; }); $('textarea').val(t.join('\n')); Hi I understand maybe 40 percent of the above code. Can

[jQuery] Re: errors using carousel lite plugin

2007-09-18 Thread Josh Nathanson
Hold the phone -- looks like lt and gt are back in jQuery 1.2.1. I just fired up jCarouselLite with 1.2.1 and it works fine. I can't find lt and gt as methods in the 1.2.1 source code, but no errors are thrown. Can anyone confirm? -- Josh - Original Message - From: stef [EMAIL

[jQuery] Re: Convert new lines to br

2007-09-18 Thread Erik Beeson
I think that will only replace the first one. To replace all of them, you need /\n/g like Pops suggested. --Erik On 9/18/07, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: There is no such jQuery function. Fortunately, JavaScript the language itself provides use with String.replace(). Use

[jQuery] Finding selectors between two points

2007-09-18 Thread Pops
I have a table with some tr is used as divide other rows: tr class=versionSection tr... tr.. tr.. tr class=versionSection tr.. tr.. ... tr class=versionSection tr.. tr.. etc. In lieu of changng the HTML page, I want to see if I can find the tr after each

[jQuery] ui tabs inside ui tabs

2007-09-18 Thread Justin Sepulveda
I'm sure there's something simple i'm missing here. http://www.robustness.org/temp/tabs/tester.html When you click on the second tabset (four,five six) that is within the first tab, it hides the entire second tabset. Why?

[jQuery] Re: errors using carousel lite plugin

2007-09-18 Thread Adam Messinger
On Sep 18, 10:23 am, stef [EMAIL PROTECTED] wrote: the error i get in firebug is: tLi.gt is not a function ul.prepend(tLi.gt(tl-v-1).clone()).append(tLi.lt(v).clone()); If you're using jQuery 1.2.x, try adding the 1.1.x compatibility plugin into the mix:

[jQuery] Localization and using JQuery

2007-09-18 Thread daSMC
I have an idea to get a mockup of a new site working in 2 languages WITHOUT being connected to a relational database. So my idea is to have an xml file with custom tags, a version for the English language and a version with the Japanese language. Can I use JQuery to traverse an xml document in

[jQuery] Cycle slideshow not advancing in Safari

2007-09-18 Thread Adam Messinger
I'm using the Cycle plugin to create a slideshow of linked images on this development version of a client's site: http://www.zenscope.com/bwss/ My client, who uses Safari 2.0.4 as his primary browser, reports that the slideshow fades to white after the first image and then does nothing. The

[jQuery] Re: Google Code

2007-09-18 Thread Erik Beeson
And it can barely be used by Java developers. It's good for making gmail and google reader, but I found it pretty difficult to deal with in general. It's really wants to hijack your whole application, and doesn't play well with anything that's not made to work with it, in my (limited) experience.

[jQuery] Re: Finding selectors between two points

2007-09-18 Thread Karl Swedberg
Hi Hector, John Resig wrote a plugin method a while back called .nextUntil() , which I thought was going to make it into version 1.2, but apparently it didn't. I see nextAll(), but that doesn't quite do what you want either. I don't have time to test this to make sure it works with 1.2,

[jQuery] Re: jQuery Autocomplete Plugin Efficiency in AutoSuggest Brand Spanking New

2007-09-18 Thread Alexsandro_xpt
No yet, but in next time I will post something ;) On 18 set, 01:54, edavis [EMAIL PROTECTED] wrote: I am looking into refactoring AutoSuggest to use jQuery. Any progress on your side? On Sep 10, 2:07 pm, Alexsandro_xpt [EMAIL PROTECTED] wrote: Please.. somebody...

[jQuery] Determining the source of a load

2007-09-18 Thread dougXN
We have a website that requires login. When we go to the site, if the login has expired we get a screen that logs us in, then redirects us to our initial request. The problem is that if the request is a jquery/ajax .load(, 'mydiv'), it does not go into the div it justs loaded the whole

[jQuery] Re: Finding selectors between two points

2007-09-18 Thread Pops
Ah Wonderful! It worked perfect!! I am using 1.2.1 Thanks for your time -- HLS On Sep 18, 3:46 pm, Karl Swedberg [EMAIL PROTECTED] wrote: Hi Hector, John Resig wrote a plugin method a while back called .nextUntil() , which I thought was going to make it into version 1.2, but apparently

[jQuery] Re: [SITE SUBMISSION] Google Code

2007-09-18 Thread Erik Beeson
My first thought was, Hey! They're hotlinking it! How dare! But then I realized they're hotlinking to a file they're hosting, so I guess they can do that :) --Erik On 9/18/07, Rey Bango [EMAIL PROTECTED] wrote: The next time you hear someone say that jQuery isn't a mature framework, be sure

[jQuery] Opinions on YUI?

2007-09-18 Thread Priest, James (NIH/NIEHS) [C]
Tomorrow in our weekly meeting someone is going to discuss YUI and the possibilities of adopting it as a standard. I'm looking for opinions why jQuery may be a better choice!! :) I know this is a delicate topic and that there is no 'right' answer... Feel free to email me offlist if you like.

[jQuery] Re: Opinions on YUI?

2007-09-18 Thread Glen Lipka
Better choice is relative. To me, YUI is unacceptable because I tried 3 times to show/hide a simple div, and could not for the life of me figure it out. I also posted to their mailing list and got no response. However, I know people who love it because its namespacing is very predictable. Some

[jQuery] Re: ui tabs inside ui tabs

2007-09-18 Thread John Resig
You should bring this up on the jQuery UI mailing list: http://groups.google.com/group/jquery-ui --John On 9/18/07, Justin Sepulveda [EMAIL PROTECTED] wrote: I'm sure there's something simple i'm missing here. http://www.robustness.org/temp/tabs/tester.html When you click on the second

[jQuery] RE: Selecting relative or absolute positioned elements

2007-09-18 Thread Geoffrey Knutzen
-Bump- Anyone have any ideas? _ From: Geoffrey Knutzen [mailto:[EMAIL PROTECTED] Sent: Friday, September 14, 2007 3:24 PM To: 'jquery-en@googlegroups.com' Subject: Selecting relative or absolute positioned elements Inside a given div, say of id #test, how do I select all

[jQuery] Re: Selecting relative or absolute positioned elements

2007-09-18 Thread Andy Matthews
Maybe something like this: $('#test').children().filter(function(index) { return $(div, this).css('position') == 'relative'; }) _ From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Geoffrey Knutzen Sent: Tuesday, September 18, 2007 3:32 PM To:

[jQuery] Re: JSPacker for .NET

2007-09-18 Thread Jack Killpatrick
Hi Jeffrey, I'd like a copy, too. I emailed you direct (off group), but maybe you didn't get it. Thx much, Jack Jeffrey Kretz wrote: I've ironed out the bug I found, and sent the source files/binaries to Sam and Keith. Soon I should have these files hosted properly. If anyone else would

[jQuery] Re: ui tabs inside ui tabs

2007-09-18 Thread Justin Sepulveda
Yah, I thought i did. When I posted it, it said it would temporarily put it on this list. I had no idea why and it hasn't moved yet. I'll try again. On Sep 18, 1:17 pm, John Resig [EMAIL PROTECTED] wrote: You should bring this up on the jQuery UI mailing

[jQuery] Re: Determining the source of a load

2007-09-18 Thread Erik Beeson
Ick, don't check the content. That's very ugly. You could always return JSON objects that include status information, or better yet, use HTTP status codes. I'll provide an example in a new thread. --Erik On 9/18/07, dougXN [EMAIL PROTECTED] wrote: We have a website that requires login. When

[jQuery] Re: Selecting relative or absolute positioned elements

2007-09-18 Thread Glen Lipka
Just looking at the moreSelectors plugin. I think it would be a nice addition to add :css(rule,value) to the moreSelectors plugin. Like $(#test *:css(''position,'relative')) Glen On 9/18/07, Andy Matthews [EMAIL PROTECTED] wrote: Maybe something like this:

[jQuery] Re: Selecting relative or absolute positioned elements

2007-09-18 Thread Glen Lipka
Also, if you used CSS to give a class to the ones with position absolute then you could use: $(#test .relative) Glen On 9/18/07, Glen Lipka [EMAIL PROTECTED] wrote: Just looking at the moreSelectors plugin. I think it would be a nice addition to add :css(rule,value) to the moreSelectors

[jQuery] Re: [SITE SUBMISSION] Google Code

2007-09-18 Thread Rick Faircloth
Well. even if they were, we would just have to forgive Google. they don't have much money around there. Rick From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Erik Beeson Sent: Tuesday, September 18, 2007 3:52 PM To: jquery-en@googlegroups.com Subject: [jQuery] Re:

[jQuery] jquery looping is slow

2007-09-18 Thread Potluri
Hi, looping with jquery is quite slow, but still I want to continue with jquery looping(not custom looping) for reasons I can't explain right now. In my scenario I've to loop through rows of table and update the sequence of rows on table dynamically. suppose I've table with id tableId.

[jQuery] Re: [SITE SUBMISSION] Google Code

2007-09-18 Thread Erik Beeson
It's nice to see an industry titan like jQuery supporting the little guy. --Erik On 9/18/07, Rick Faircloth [EMAIL PROTECTED] wrote: Well… even if they were, we would just have to forgive Google… they don't have much money around there… Rick *From:* jquery-en@googlegroups.com

[jQuery] AJAX, sessions, and HTTP Status Codes

2007-09-18 Thread Erik Beeson
I've been thinking about using HTTP Status codes and a global ajax event to deal with session timeouts. Here's a little example: http://erikandcolleen.com/erik/projects/jquery/ajaxlogin/ Seems to work well in FF and Safari (both OSX). Is this a sound way of dealing with this? And are there any

[jQuery] Re: jquery looping is slow

2007-09-18 Thread Erik Beeson
Now there's a trolling subject if I've ever seen one. I don't think the looping mechanism itself is slow. Probably your some manipulation part is what's slowing you down so bad. Here's a quick little test, performed at jquery.com using firebug console: for(var i = 0; i 1000; i++)

[jQuery] jQuery plugins repo is a major traffic generator

2007-09-18 Thread Stephan Beal
Hi, all! The past couple of days i've been looking through some web logs and found some really unexpected things... a) Though jQuery-related stuff is only a small part of my website, the vast majority of the recent traffic targets my jQuery plugins pages. (This is not to imply that my plugins

[jQuery] Re: jQuery plugins repo is a major traffic generator

2007-09-18 Thread Benjamin Sterling
Stephan, I totally agree, I've had to bump up my bandwidth (I'm the server manager, I can do that :) ) quit a few times to handle the bandwidth and was my main reason for building the shameless plug

[jQuery] Re: jQuery plugins repo is a major traffic generator

2007-09-18 Thread Stephan Beal
On Sep 19, 12:28 am, Benjamin Sterling [EMAIL PROTECTED] wrote: shameless plughttp://benjaminsterling.com/2007/09/13/jquery-jqalbumparser-plugin-pa.../shameless plug Shouldn't that be shameless plugIN ;)?

[jQuery] Re: jQuery plugins repo is a major traffic generator

2007-09-18 Thread Benjamin Sterling
lol... why yes, I do believe you are correct on that one :) On 9/18/07, Stephan Beal [EMAIL PROTECTED] wrote: On Sep 19, 12:28 am, Benjamin Sterling [EMAIL PROTECTED] wrote: shameless plug http://benjaminsterling.com/2007/09/13/jquery-jqalbumparser-plugin-pa... /shameless plug

  1   2   >