[jQuery] Re: Why does my ajax call fail ? (when it is called the second time) ??

2007-04-25 Thread naveman
hello olaf, i'm using the symfony framework and symfony's UJSplugin for unobstrusive javascript. It collects all the js defined by an View- Helper in my Views and writes them in one php-generated javascript file that is included at runtime. so i had to modify the plugin itself since before my

[jQuery] Re: Alternative way of reacting to clicked link?

2007-04-25 Thread Alessandro Portale
Thank you Diego A. and Juha Suni, your suggestions work very well :) I wasn't aware that it is possible to get such interesting things out of an event (.target). Now it is much faster and works better. After a few tests on different machines/ OSes/Browsers, this will be online. Best Regards,

[jQuery] cannot unsubscribe to jquery-en google group

2007-04-25 Thread ke han
I have been trying to unsubscribe to the email feed for this group with no success. I have setup a google groups account with this receiving address. However, although google groups does manage to send me all the posted messages (lots every day), google groups does not successfully send

[jQuery] Re: datePicker v2 beta

2007-04-25 Thread Mayowa
Kevin, I just have to say; its fantastic! On Apr 24, 10:54 am, Kelvin Luck [EMAIL PROTECTED] wrote: Hi, I'd like to announce the beta release of v2 of my datePicker plugin for jQuery. This release is a complete rewrite which makes the date picker considerably more powerful and flexible

[jQuery] tableSorter and ajaxSubmit issue

2007-04-25 Thread Olive
Hello, My problem so far is to use it in conjunction with an ajaxSubmit (jquery.form plug-in) which build the table on the fly. Where and when do I need to fire tableSorter in the process ? The closer I have been is in the code below by firing tableSorter twice: once before building the table

[jQuery] I hope jQuery develope a plugin just like this website(http://www.scbr.com/docs/products/dhtmlxTreeGrid/index.shtml)

2007-04-25 Thread eddy
I hope jQuery develope a plugin just like this website(http:// www.scbr.com/docs/products/dhtmlxTreeGrid/index.shtml)

[jQuery] I found an interest website http://www.openwebware.com/products/openwysiwyg/demo.shtml

2007-04-25 Thread eddy
I found an interest website http://www.openwebware.com/products/openwysiwyg/demo.shtml

[jQuery] Re: tableSorter and ajaxSubmit issue

2007-04-25 Thread Olive
Ariel, am I missing something? Is it related to my question somehow ? On 25 avr, 11:27, Ariel Jakobovits [EMAIL PROTECTED] wrote: um, is the date formatting in the last example for the tablesorter plugin working correctly? iso date: 2002/10/14 uk short date: 12/10/2001 us long date: Dec

[jQuery] Re: datePicker v2 beta

2007-04-25 Thread Kelvin Luck
Thanks for the feedback Luke... Is there any way to use the datePicker with the keyboard? I couldn't figure out how to open it without clicking the calendar icon (which I couldn't tab to). I can pop up the calendar with the keyboard (in Firefox 2 and IE 6) - I can tab to it and then press

[jQuery] plugins page!!!!

2007-04-25 Thread Ariel Jakobovits
please oh please someone on the jquery committee respond to my claim that the plugins page is getting crazy. we need sub categories for the categories. I am volunteering to work on updating the page according to instructions that are given to me.

[jQuery] Re: tableSorter and ajaxSubmit issue

2007-04-25 Thread Ariel Jakobovits
sorry, in essence no, but only that it is regarding the tablesorter plugin. sorry. but i can help you if you want. if you are completely rebuilding the table, i.e. container-div.empty() and are reinserting the table from your ajax call, then you should be all right calling tablesorter()

[jQuery] Re: jQuery and EXT not working at all

2007-04-25 Thread oscar esp
Ups!! You was right!!! I did a spelling mistake!! many thanks! On 24 abr, 13:54, Juha Suni [EMAIL PROTECTED] wrote: I tested this and it works prefectly with IE7, FF and Opera. The error you are referring to would indicate that the dimensions-plugin is not loaded. Double-check that the url

[jQuery] Re: looking for plugin: column hider

2007-04-25 Thread Rob Desbois
Is http://p.sohei.org/jquery-plugins/columnmanager what you're thinking of? rob On 4/25/07, Ariel Jakobovits [EMAIL PROTECTED] wrote: wasn't there a plugin that could hide table columns? what is it called? -- Rob Desbois Eml: [EMAIL PROTECTED] Tel: 01452 760631 Mob: 07946 705987

[jQuery] Process get variables to add a class

2007-04-25 Thread Alexandre Plennevaux
hello! I would like to add a selected class to one of the menu items - to visually tell the user where s/he is on the site - i usually do this via php with dynamic website, but here the menu is a static external html file. So i would like to do it via jquery, but i'm puzzled as to how to

[jQuery] Re: plugins page!!!!

2007-04-25 Thread Alexandre Plennevaux
I guess we could use a nice accordion : so that you can see first the choice of categories. Or a folder/file treeview ? -Original Message- From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Ariel Jakobovits Sent: mercredi 25 avril 2007 10:47 To:

[jQuery] Re: datePicker v2 beta

2007-04-25 Thread Ariel Jakobovits
it appears in IE7 that if you have clickInput: false you cannot drag to select the text in the input field anymore. also, i'd like to request that there be a 'Go To Today' link added (or add-able). - Original Message From: Kelvin Luck [EMAIL PROTECTED] To: jquery-en@googlegroups.com

[jQuery] Re: plugins page!!!!

2007-04-25 Thread Ariel Jakobovits
folder file tree view, yes, that sounds nice. - Original Message From: Alexandre Plennevaux [EMAIL PROTECTED] To: jquery-en@googlegroups.com Sent: Wednesday, April 25, 2007 5:03:31 AM Subject: [jQuery] Re: plugins page I guess we could use a nice accordion : so that you can see

[jQuery] Re: datePicker v2 beta

2007-04-25 Thread Kelvin Luck
Looks fantastic, Kelvin! I showed it to our lead engineer who has been assessing date packages and he said he'd drop his current date package in a heartbeat for this one IF someone had built a server-side version of it (.NET). So, if anyone takes on that challenge let me know. I long for the

[jQuery] Re: tableSorter and ajaxSubmit issue

2007-04-25 Thread Olive
Thanks a lot Ariel, rebuilding the table header as well did the trick. Olive.

[jQuery] Re: datePicker v2 beta

2007-04-25 Thread Kelvin Luck
On Wed, 25 Apr 2007 08:34:06 +0100, Ariel Jakobovits [EMAIL PROTECTED] wrote: I just added this to my site. Very nice plugin. You should be proud. One question/request: set the format PER calendar, not globally with Date. Again, nice work. and thank you for the documentation. -Ariel

[jQuery] Re: datePicker v2 beta

2007-04-25 Thread Kelvin Luck
Works flawlessly in Safari 2.0.4 (build 419.3), comparing functionality and rendering with Firefox 2. However, there is a possible bug in this demo: http://kelvinluck.com/assets/jquery/datePicker/v2/demo/datePickerIntoSelects.html It lets you select invalid dates, such as Feb 31 with the

[jQuery] Re: datePicker v2 beta

2007-04-25 Thread Kelvin Luck
On Tue, 24 Apr 2007 16:23:29 +0100, Daemach [EMAIL PROTECTED] wrote: Very cool - I can finally replace xin :) One thing I had to hack into that code was the ability to trigger an event on the input field programatically after selecting the date. Can you provide a

[jQuery] Re: datePicker v2 beta

2007-04-25 Thread Ariel Jakobovits
you are right. I just like to have customizations like that written right there in the code where I apply the calendar plugin so future developers will see it rather than have to hunt for the source of the date format. doesn't really matter, its up to you. - Original Message From:

[jQuery] Re: datePicker v2 beta

2007-04-25 Thread Kelvin Luck
it appears in IE7 that if you have clickInput: false you cannot drag to select the text in the input field anymore. I presume you mean if you have clickInput:true? The simple answer is not to use clickInput:true if you want people to be able to select the text! To tell the truth I wouldn't

[jQuery] new Autocomplete plugin - feature requests

2007-04-25 Thread Jose
Hi, Thank you for documenting and improving the Autocomplete plugin. I have two needs that probably can be handled with the current features: 1) The formatted item contains links and I want to be able to click on one link (to find more info) before selecting the name, i.e. only the leftmost

[jQuery] Re: blockUI plugin blocking form submit on IE 6 7

2007-04-25 Thread Stuart
It would seem that none of my attempts to fix the IE6 overlay position bug work. As IE6 is the current Agency standard around here (lord have mercy on us all) I have to code for it. If I can't find a work-around this might end up being a deal-breaker. I've read every post/thread that I can find

[jQuery] Re: blockUI plugin blocking form submit on IE 6 7

2007-04-25 Thread Mike Alsup
It would seem that none of my attempts to fix the IE6 overlay position bug work. As IE6 is the current Agency standard around here (lord have mercy on us all) I have to code for it. If I can't find a work-around this might end up being a deal-breaker. I've read every post/thread that I can find

[jQuery] Re: plugins page!!!!

2007-04-25 Thread Brandon Aaron
The new plugins page is located at http://jquery.com/plugins/ I believe it is still a work in progress but plugin devs might want to start moving their stuff over. -- Brandon Aaron On 4/25/07, Ariel Jakobovits [EMAIL PROTECTED] wrote: please oh please someone on the jquery committee respond

[jQuery] Re: datePicker v2 beta

2007-04-25 Thread Dan G. Switzer, II
Kelvin, I've implemented a new dpSetDisabled feature so that you can disable and reenable date picker instances. New demo here: http://kelvinluck.com/assets/jquery/datePicker/v2/demo/datePickerDisabled.h tml Just a quick behavioral quirk I noticed. After disabling the field, the cursor shows

[jQuery] Re: Best way to determine if a user has Javascript enabled?

2007-04-25 Thread Priest, James \(NIH/NIEHS\) [C]
-Original Message- From: Rick Faircloth [mailto:[EMAIL PROTECTED] However, if JS isn't working, the details for every row in the calendar will be showing and that's a no go. Perhaps there is a way to cause the calendar to default back to its original functionality with a

[jQuery] Re: plugins page!!!!

2007-04-25 Thread Jake McGraw
Cool, any way we could get a drop down list when clicking on a category, in case we just want to download the plugin and not read the description? - jake On 4/25/07, Brandon Aaron [EMAIL PROTECTED] wrote: The new plugins page is located at http://jquery.com/plugins/ I believe it is still a

[jQuery] Re: Autocomplete (Jorn) plugin problems - click broken, etc

2007-04-25 Thread Dan G. Switzer, II
Kim, thanks again! And I hope Jorn sees these issues for his plugin too. Trust me these issues will be resolved in the latest revisions of the plug-in. There are big plans for it! At the moment though, it's still a work in progress. -Dan

[jQuery] Re: datePicker v2 beta

2007-04-25 Thread Kelvin Luck
On Wed, 25 Apr 2007 13:04:59 +0100, Ariel Jakobovits [EMAIL PROTECTED] wrote: No, really, I mean clickInput: false. if its true, clicking before the drag opens the calendar. but if it's false, i can't drag to delete a date i put there. Weird! I don't have IE7 here so I can't test but

[jQuery] Re: datePicker v2 beta

2007-04-25 Thread Kelvin Luck
you are right. I just like to have customizations like that written right there in the code where I apply the calendar plugin so future developers will see it rather than have to hunt for the source of the date format. doesn't really matter, its up to you. It won't hurt to reset the date

[jQuery] Re: Autocomplete plugin

2007-04-25 Thread Jeff Fleitz
I have been using Dan's version of autocomplete successfully on some CF forms where I am querying some lookup tables, and passing primary key values on to the action pages instead of the text description for SQL inserts. I am to implement the same functionality in Jörn's version, and cannot

[jQuery] Re: datePicker v2 beta

2007-04-25 Thread Nettoyeur
wow, already implemented after a few hours, that's fast enough for me ;-) Thanks for spending your time on this feature, you made my day! On Apr 25, 12:24 pm, Kelvin Luck [EMAIL PROTECTED] wrote: Long story short, it would be nice to be able to set datePicker in disabled mode ;-) In

[jQuery] Re: Process get variables to add a class

2007-04-25 Thread Karl Swedberg
Hi Alex, This should do the trick: location.pathname With recent SVN builds of jQuery, which normalize browser inconsistencies with retrieving the href attribute, you could do something like this, provided that you're using root-relative hrefs: var activePath = location.pathname;

[jQuery] Re: datePicker v2 beta

2007-04-25 Thread Kelvin Luck
On Wed, 25 Apr 2007 13:08:10 +0100, Ariel Jakobovits [EMAIL PROTECTED] wrote: sorry for 2 emails for one response. I don't mean Set to today I mean Go To Today in the calendar itself. see, if I type '123' in the date field, then click the calendar icon to open the popup, the calendar

[jQuery] Re: datePicker v2 beta

2007-04-25 Thread Kelvin Luck
On Wed, 25 Apr 2007 14:25:19 +0100, Dan G. Switzer, II [EMAIL PROTECTED] wrote: Kelvin, I've implemented a new dpSetDisabled feature so that you can disable and reenable date picker instances. New demo here: http://kelvinluck.com/assets/jquery/datePicker/v2/demo/datePickerDisabled.h tml

[jQuery] Re: datePicker v2 beta

2007-04-25 Thread Brian Miller
It's a .NET thing. The ASP.NET paradigm is to write your page in a server-side language (usually C#), and the server-side object gets rendered into whatever is viewed on the client side. It would be pretty involved, though, because the plugin is dependent on jQuery (and bgiframe, and the Date

[jQuery] Re: new Autocomplete plugin - feature requests

2007-04-25 Thread Dan G. Switzer, II
Jose, I'm going to answer the second question first, since it's a bit easier to answer. 2) I have a menu where I toggle different autocomplete urls and I want change the autocomplete after I select a new url, i.e. if I am searching for a word in an English autocomplete and start typing the

[jQuery] Re: Process get variables to add a class

2007-04-25 Thread Dan G. Switzer, II
This should do the trick: location.pathname With recent SVN builds of jQuery, which normalize browser inconsistencies with retrieving the href attribute, you could do something like this, provided that you're using root-relative hrefs: var activePath = location.pathname; $('[EMAIL PROTECTED]'

[jQuery] Re: Autocomplete plugin

2007-04-25 Thread Dan G. Switzer, II
Jeff, $(#suggest2).result(function(event, data, formatted) { $(this).find(..+/input).val(data[1]); }); I believe the code above translates to my onFindValue. This means the above code is run when a value is selected via the autoselect control. This means that the

[jQuery] Re: library conflict

2007-04-25 Thread Sapphire
Thanks for the input. Thing is I've tried this and other variations and it just wont work. Here, for example, is what I have done: !-- Start ordered js section -- script src=[(base_url)]assets/js/protoscript/prototype.js type=text/javascript/script script

[jQuery] Re: new Autocomplete plugin - feature requests

2007-04-25 Thread Jose
On 4/25/07, Dan G. Switzer, II [EMAIL PROTECTED] wrote: You can use the setExtraParams() method to add a url argument to post back to the server. You could call this anytime the language is changed to send a language parameter: function setLanguage(l){ // do normal stuff ...

[jQuery] Re: datePicker v2 beta

2007-04-25 Thread rolfsf
Thanks for the explanation Citrus. I'm strictly a front-end designer, so I don't really understand the whole .NET paradigm, or why it needs to be a server-side control. I've already introduced jQuery and several plugins into the mix, and the .NET developers love it. I'll try and get a better

[jQuery] Re: datePicker v2 beta

2007-04-25 Thread Brian Miller
It's easy enough to simply code the script tags right into the page. But, from an engineering standpoint, I can see why the dev manager wants to keep everything as an ASP.NET control. His people are probably mostly .NET people who use C# or VB.NET . - Brian Thanks for the explanation Citrus.

[jQuery] Re: plugins page!!!!

2007-04-25 Thread Sean Catchpole
The new plugin page looks good. This would be an ideal time to put in a rating or digg system. Having the top 5/10 plugins is always helpful. ~Sean

[jQuery] Re: datePicker v2 beta

2007-04-25 Thread Mike Chabot
I would guess this is not going to happen any time soon. There are a lot of date pickers for ASP.NET already, including one distributed by Microsoft as part of their Ajax library. They way ASP.NET pages get converted to HTML when viewed by the user makes it hard to use any JavaScript library

[jQuery] Re: datePicker v2 beta

2007-04-25 Thread Kelvin Luck
I only just received this email even though it looks like it was sent yesterday... Is anyone else still having issues with the list lagging? Looking good. Lots of examples - although it would be nice to have some CSS samples as well (or 'style packs' - Outlook 2003, Google Calendar etc)

[jQuery] Re: I found an interest website http://www.openwebware.com/products/openwysiwyg/demo.shtml

2007-04-25 Thread Glen Lipka
Doesn't use jQuery. Not interesting for this list. On 4/25/07, eddy [EMAIL PROTECTED] wrote: I found an interest website http://www.openwebware.com/products/openwysiwyg/demo.shtml

[jQuery] Re: new Autocomplete plugin - feature requests

2007-04-25 Thread Dan G. Switzer, II
what if I need to set a separate url, not just a url parameter ? Without modifying the code, you're not going to be able to do that. However, I would think it would be much easier to have one page on the server responsible for serving up the Autocomplete data. There's no reason to use multiple

[jQuery] Re: datePicker v2 beta

2007-04-25 Thread Kelvin Luck
I've found some issues in Opera 9: * Sometimes the calendar doesn't render instantly when browsing fast through the dates, which makes it close unintentionally. I've fixed it by setting a fixed hight and width on div#dp-popup in the CSS. Yes - I was able to replicate this by clicking like

[jQuery] Re: Taconite, tables and IE

2007-04-25 Thread Dmitrii 'Mamut' Dimandt
Worked like a charm. Thank you! Mike Alsup wrote: Try changing that to use a tbody: tabletbody yada yad yada ... /tbody/table Here's my taconite: append select=#data table tr td

[jQuery] Re: library conflict

2007-04-25 Thread kerford
Hi Mike, Thanks for your reply. Currently I'm using jQuery instead of $ in all my code. If I continue like that and ensure any plugins also use jQuery instead of $ or use the method you describe, that should be enough, right? BTW, has interface been rewritten to use this method? Thanks, Kelly

[jQuery] Re: library conflict

2007-04-25 Thread Mike Alsup
Thanks for your reply. Currently I'm using jQuery instead of $ in all my code. If I continue like that and ensure any plugins also use jQuery instead of $ or use the method you describe, that should be enough, right? BTW, has interface been rewritten to use this method? Yes, that should be

[jQuery] Re: Autocomplete plugin

2007-04-25 Thread Jeff Fleitz
Hi Dan, I am going to owe you some serious beer here pretty soon. $(#suggest2).result(function(event, data, formatted) { $(this).find(..+/input).val(data[1]); }); I believe the code above translates to my onFindValue. This means the above code is run when a value is

[jQuery] [solved] fadeOut() and relatively positioned images?

2007-04-25 Thread agent2026
Not sure what's going on here. My posts don't seem to be showing up, so this will probably be a dup as well. BUT, I can add the solution! Removing the inline styles on the images, and moving the positioning to the container div solved the problem. Adam

[jQuery] Re: $(document).ready( ) ... tricky ajax problem

2007-04-25 Thread Scott Sauyet
sam wrote: How do I then run the $(document).ready() function on *only* this new div that has been inserted into the DOM? If I rerun the entire $ (document).ready() function, the original alerters will have the click function bound twice. There is a optional context to the $() method;

[jQuery] Re: $(document).ready( ) ... tricky ajax problem

2007-04-25 Thread sam
Hi Sean, This is what I was thinking at first.. however this would require duplicating the $(document).ready() code into the callback function. If these $.load snippets are used throughout a site, and each document has a different ready function, maintenance would be a nightmare. I'm looking

[jQuery] Re: ANNOUNCE: Another LightBox Option - Interface ImageBox

2007-04-25 Thread Josh Nathanson
Cool Rey, glad I could be of help. I didn't know there was a style for outline so that helps me too. -- Josh - Original Message - From: Rey Bango [EMAIL PROTECTED] To: jquery-en@googlegroups.com Sent: Tuesday, April 24, 2007 6:58 PM Subject: [jQuery] Re: ANNOUNCE: Another LightBox

[jQuery] Re: datePicker v2 beta

2007-04-25 Thread Shaun Kester
I get an error in Firefox and IE with the latest build. Firebug output: (new Date).zeroTime is not a function setStartDate(undefined)jquery.datePicker... (line 516) init(Object renderCallback=[0] createButton=true)jquery.datePicker... (line 498) (no name)()jquery.datePicker... (line 215)

[jQuery] Re: Best way to determine if a user has Javascript enabled?

2007-04-25 Thread Rick Faircloth
Hi, Jim... What I've typically done with non-JS calendars is put a details link at the end of the summary row with ?Details=YesEventID=3 at the end of the link refreshes the page, but this time the details area for the specified event is showing. Then the user just clicks Hide Details with

[jQuery] Re: Autocomplete plugin

2007-04-25 Thread Jörn Zaefferer
Jeff Fleitz schrieb: That's what I thought, but I can't get it to do anything. If suggest2 is the text field lookup and suggest2_pk is the hidden field, how is that function going to update the hidden field, when there is no reference to it? I tried assigning the hidden field value in the code

[jQuery] Re: jQuery HTML Documentation Generator

2007-04-25 Thread Jörn Zaefferer
Matt Kruse schrieb: The jQuery HTML Documentation Generator at http://jquery.bassistance.de/docTool/docTool.html seems like a great tool to create standard docs for jQuery plugins. I have some questions: 1) Is there any directions to make something like this the standard? I'd first make

[jQuery] Re: new Autocomplete plugin - feature requests

2007-04-25 Thread Jose
On 4/25/07, Dan G. Switzer, II [EMAIL PROTECTED] wrote: what if I need to set a separate url, not just a url parameter ? Without modifying the code, you're not going to be able to do that. However, I would think it would be much easier to have one page on the server responsible for serving up

[jQuery] Re: Best way to determine if a user has Javascript enabled?

2007-04-25 Thread Priest, James \(NIH/NIEHS\) [C]
-Original Message- From: Rick Faircloth [mailto:[EMAIL PROTECTED] Wait, I see what you're saying... the same link would serve both JS and non-JS users. How would a link that would work for both situations be coded? Seems like you could have two different links: div

[jQuery] For the promotion people another list of Ajax tools - where Jquery is not listed

2007-04-25 Thread Scottus
http://wiki.osafoundation.org/bin/view/Projects/AjaxLibraries -- Scott Wickham Everyone is equal and everyone is the best at everything. --- Principal Skinner Success is a lousy teacher. It

[jQuery] Re: new Autocomplete plugin - feature requests

2007-04-25 Thread Jose
On 4/25/07, Dan G. Switzer, II [EMAIL PROTECTED] wrote: 2) In CGI, you don't want to package multiple sets of data in a single page (especially if they are large!). You must be assuming the typical database backend ! You can still build a CGI script that you use a façade to invoke the

[jQuery] Re: Best way to determine if a user has Javascript enabled?

2007-04-25 Thread Scott Sauyet
Rick Faircloth wrote: I think I may try the AJAX solution, partly because I just want to get more experience with AJAX and mostly because it seems to be the best solution. It's not that much harder client-side than the others. But there really is more work to do on the server... Wait, I

[jQuery] Sortables: making a DIV sortable that didn't start out that way

2007-04-25 Thread [EMAIL PROTECTED]
Hi, I want to emulate the functionality of http://www.netvibes.com/, specifically the part where you drag a Featured Feed from the left column, into the Sortable section (the main viewing area of the screen). I have no idea where to start here. The feeds on the left are not Sortable starting

[jQuery] Re: datePicker v2 beta

2007-04-25 Thread Ariel Jakobovits
Does the Date.format field get reference within the datepicker function or does it get copied when the function is run initially. So... Date.format = FORMAT_1 jQuery('#1').datepicker(); Date.format = FORMAT_2 jQuery(#2).datepicker(); What will a date from #1 look like when it is opened

[jQuery] Re: library conflict

2007-04-25 Thread Ariel Jakobovits
We have a plugins page ... how about a libraries page where people can post .zip's of libraries they have assembled and debugged with different plugins and different toolkits included? - Original Message From: Sapphire [EMAIL PROTECTED] To: jquery-en@googlegroups.com Sent: Wednesday,

[jQuery] Re: click event and z-order

2007-04-25 Thread Ariel Jakobovits
or event.stopPropagation() - Original Message From: Ⓙⓐⓚⓔ [EMAIL PROTECTED] To: jquery-en@googlegroups.com Sent: Wednesday, April 25, 2007 2:00:50 PM Subject: [jQuery] Re: click event and z-order I believe your answer is false. if you return false at the end of the click code, no other

[jQuery] Re: datePicker v2 beta

2007-04-25 Thread Kelvin Luck
On Wed, 25 Apr 2007 22:20:16 +0100, Ariel Jakobovits [EMAIL PROTECTED] wrote: Does the Date.format field get reference within the datepicker function or does it get copied when the function is run initially. So... Date.format = FORMAT_1 jQuery('#1').datepicker(); Date.format =

[jQuery] Re: ANNOUNCE: Another LightBox Option - Interface ImageBox

2007-04-25 Thread Su
The outline behavior being cancelled out here is in place for accessibility purposes. When someone with limited mobility(for example) tabs through the links on a page, it's not technically a hover but focus on the link, which is what's being triggered here. If you remove the outline, you should

[jQuery] Re: ANNOUNCE: Another LightBox Option - Interface ImageBox

2007-04-25 Thread Su
This is really gorgeous, Rey. Is anybody else seeing a flash upon loading a new image in Firefox 2? I'd thought it was consistent, but it's not, so now I'm just confused. So far, I can only see that it never happens on loading the first image in a set, only when switching, just not every time.

[jQuery] New Travel Site using jquery

2007-04-25 Thread withoutwax
Hi everyone, I have just released my first site using jquery and in particular jquery's ajax functions. The concept is to provide a one page application and improve the user experience. It only launched today (as always there are a few teething problems) but I would love to hear your comments.

[jQuery] Update on new travel site

2007-04-25 Thread withoutwax
Classis mistake - I didn't leave the link: https://www.trainbreaks.com Sorry

[jQuery] Re: plugins page!!!!

2007-04-25 Thread Karl Swedberg
There is a star-rating widget on the individual plugin pages, but you might have to register/log in to see it. --Karl _ Karl Swedberg www.englishrules.com www.learningjquery.com On Apr 25, 2007, at 10:39 AM, Sean Catchpole wrote: The new plugin page looks good. This

[jQuery] Re: Update on new travel site

2007-04-25 Thread Mike Alsup
Outstanding! I love it. Mike https://www.trainbreaks.com

[jQuery] Re: Sortables: making a DIV sortable that didn't start out that way

2007-04-25 Thread Matt Stith
Basically, instead of putting the $(..).Sortable code in the document.ready, just put it in the click handler for a sort button or something like that! Then, when the link is clicked, the items will become sortable. Im not quite sure how to stop them from being sortable, but maybe someone else

[jQuery] Re: New Travel Site using jquery

2007-04-25 Thread John Resig
Do you have a URL for us?

[jQuery] Re: ANNOUNCE: Another LightBox Option - Interface ImageBox

2007-04-25 Thread Rey Bango
Yep, I see the flash as well. Not sure what to make of it. Rey... Su wrote: This is really gorgeous, Rey. Is anybody else seeing a flash upon loading a new image in Firefox 2? I'd thought it was consistent, but it's not, so now I'm just confused. So far, I can only see that it never happens

[jQuery] Re: ANNOUNCE: Another LightBox Option - Interface ImageBox

2007-04-25 Thread Rey Bango
Thanks for the feedback Su. I'm wondering how this version of LightBox http://www.huddletogether.com/projects/lightbox2/ which leverages Prototype and Scriptaculous, avoids the outline behavior. If you look at it in FF, you'll see it doesn't appear. Any chance you can take a look at it Su?

[jQuery] Obsolete xml data islands

2007-04-25 Thread [EMAIL PROTECTED]
I am starting an asp.net project, and I would like to use javascript and client-side xml processing to make for a more responsive interface. Initial prototypes look good, but actually getting the xml using asp.net seems a bit tricky. A xml data island worked well, but this element is dropped from

[jQuery] Re: Best way to determine if a user has Javascript enabled?

2007-04-25 Thread Rick Faircloth
I'll give that a try... thanks, James. Rick -Original Message- From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Priest, James (NIH/NIEHS) [C] Sent: Wednesday, April 25, 2007 2:14 PM To: jquery-en@googlegroups.com Subject: [jQuery] Re: Best way to determine if a

[jQuery] Re: Obsolete xml data islands

2007-04-25 Thread Sean Catchpole
I'm sorry, what was the question? ~Sean