[jQuery] Re: ANN: jQuery-Powered Sites: The List Continues to Grow

2007-05-15 Thread Brandon Aaron
You can add SkyBus to that list too. They are using jQuery. http://skybus.com/home.aspx -- Brandon Aaron On 5/8/07, Rey Bango <[EMAIL PROTECTED]> wrote: Thanks for all of the submission guys. I added: - Univ. of West Georgia - Named by The Princeton Review as one of the Best Southeastern Co

[jQuery] Re: binding to two events (resize and onload)

2007-05-15 Thread willwade
Interesting. I get the alert now. But firebug is telling me "too much recursion" - but I cant work out where! - not sure if its anything to do with the code here! Whats odd is that the code appears to work on load but not resize (or perhaps that error is getting in the way) Thanks Will On May 1

[jQuery] Re: thickbox reloaded?

2007-05-15 Thread Alexandre Plennevaux
Hello Klaus, great: although i used TB2 quite a lot (that's what got me into jquery in the first place), as i grew more used to the jquery way of coding, i prefer the reloaded code. $("element").thickbox(); I'm now trying to hack your implementation so that it allows relative width and height

[jQuery] Re: thickbox reloaded?

2007-05-15 Thread Klaus Hartl
Alexandre Plennevaux wrote: > hello, > > I know thickbox 3 is out. What of the parallel branch "thickbox reladed" > ? Is it still on? > > thank you, > > Alexandre Yes, it is still on the plate. It has a few things that TB 3 doesn't have, thus I still see a reason to finish it. Unfortunate

[jQuery] Re: thickbox reloaded?

2007-05-15 Thread Su
On 5/15/07, Alexandre Plennevaux <[EMAIL PROTECTED]> wrote: hello, I know thickbox 3 is out. What of the parallel branch "thickbox reladed" ? Is it still on? From Klaus in the Thickbox 3 announcement thread: Sam Collett wrote: > Will this effect the development of thickbox reloaded (ht

[jQuery] showing overlay when loading doesn't fullscreen when scroll-down

2007-05-15 Thread ibug~
css code is : #overlay { display: none; position: absolute; z-index:100; top: 0px; left: 0px; background-color:#00; filter: alpha(opacity=75); opacity: .75;

[jQuery] Re: remove() callback

2007-05-15 Thread Equand
yeah i managed that with a check on element existence. now it removes before appending, not appending before removing... the problem was simple... the remove() itself was called in a callback... On May 15, 2:50 pm, "Erik Beeson" <[EMAIL PROTECTED]> wrote: > Like I said before, when you call remov

[jQuery] Re: Small delay in animate function - how can I fix it?

2007-05-15 Thread Andy Matthews
Thanks for your help Scott...I'll give that a shot. I thought about doing that, but didn't really know how. Thanks for your comments too...I'm only the architect of the site, I'm doing it for a local design house who doesn't know how to build...only design. andy -Original Message- Fro

[jQuery] thickbox reloaded?

2007-05-15 Thread Alexandre Plennevaux
hello, I know thickbox 3 is out. What of the parallel branch "thickbox reladed" ? Is it still on? thank you, Alexandre

[jQuery] Re: Small delay in animate function - how can I fix it?

2007-05-15 Thread Scott Sauyet
Andy Matthews wrote: http://www.commadelimited.com/clients/haven/atkins/floor-plans.html On this page, if you click any of the olive colored buttons on the left, you'll see the text slide to the right as an indicator for which floor plan is active. It also slides any other active item back t

[jQuery] Re: Concurrent Ajax request

2007-05-15 Thread Stefano Sala
Maybe it's a firefox limit?

[jQuery] Re: Thickbox fade in / out...is this possible?

2007-05-15 Thread Su
A while back, I posted how to add the slideDown effect here: http://codylindley.com/thickboxforum/comments.php?DiscussionID=76 As stated in-thread, things have probably moved, but that should give you an idea where you likely need to start and what to do. On 5/15/07, Andy Matthews <[EMAIL PROTEC

[jQuery] Thickbox fade in / out...is this possible?

2007-05-15 Thread Andy Matthews
I'm using thickbox on a site I'm building: http://www.commadelimited.com/clients/haven/atkins/photo-gallery.html The client wants to know if I can fade the thickbox page in and out when clicked instead of having it just pop into being. Is this possible? If so, how might I accomplish it? FYI: Th

[jQuery] Re: Form plugin: Multiple submit buttons

2007-05-15 Thread Mike Alsup
The best way to handle this is to give the submit buttons a name and value and key off that data on the server tier. Mike I've a form with serveral submit buttons which should call quite some different functions. Is there a way to overwrite the URL depending on the submit button, calling separ

[jQuery] Small delay in animate function - how can I fix it?

2007-05-15 Thread Andy Matthews
http://www.commadelimited.com/clients/haven/atkins/floor-plans.html On this page, if you click any of the olive colored buttons on the left, you'll see the text slide to the right as an indicator for which floor plan is active. It also slides any other active item back to the left. When clicked,

[jQuery] Re: Form plugin: Multiple submit buttons

2007-05-15 Thread Scott Sauyet
wyo wrote: I've a form with serveral submit buttons which should call quite some different functions. Is there a way to overwrite the URL depending on the submit button, calling separate server functions or do I have to separate them on the server? You could easily do this in JQuery, but then

[jQuery] Form plugin: Multiple submit buttons

2007-05-15 Thread wyo
I've a form with serveral submit buttons which should call quite some different functions. Is there a way to overwrite the URL depending on the submit button, calling separate server functions or do I have to separate them on the server? O. Wyss --~--~-~--~~~---~--~-

[jQuery] Concurrent Ajax request

2007-05-15 Thread Stefano Sala
Hi everybody! I'm trying to create a page that: - refreshes every 5 seconds some part of it. - if a button is pressed, to post data to a web service. The problem is that the second ajax request wait until the first finish, and doesn't run concurrently. The code i use is this: function SetOffe

[jQuery] Re: remove() callback

2007-05-15 Thread Erik Beeson
Like I said before, when you call remove, execution won't continue until remove is finished. There's no need for a callback. Could you maybe clarify the problem that you are having? I don't understand what this means: "on appending a span to a div the previous span removes, but now the div jumps

[jQuery] Re: remove() callback

2007-05-15 Thread Equand
On May 15, 1:58 pm, Sam Collett <[EMAIL PROTECTED]> wrote: > Missed a line ($this.remove()) > > On May 15, 11:10 am, Sam Collett <[EMAIL PROTECTED]> wrote:> You could save a > reference to its parent before hand, e.g. > > > $("a.removeme").click( > > function(e) > > { > >

[jQuery] Re: remove() callback

2007-05-15 Thread Sam Collett
Missed a line ($this.remove()) On May 15, 11:10 am, Sam Collett <[EMAIL PROTECTED]> wrote: > You could save a reference to its parent before hand, e.g. > > $("a.removeme").click( > function(e) > { > e.preventDefault(); > var $this = $(this), $parent

[jQuery] Re: Form Validation Plugin

2007-05-15 Thread Luc Pestille
Jörn Zaefferer's Validation plugin ( http://bassistance.de/jquery-plugins/jquery-plugin-validation/ ) will do what you want. It does huge stuff too, but also very simple validation, just add a class "{required:true}" to inputs, a

[jQuery] [OT] dedicated hosting in europe

2007-05-15 Thread spinnach
sorry about this being completely off topic, but can anyone recommend some good hosting provider (which offers dedicated servers), but located in europe ? we're building a pretty big portal and since all of the users will be from europe it would be great if the server was in europe also.. t

[jQuery] Form Validation Plugin

2007-05-15 Thread Mandy Singh
Does jquery have a simple form validation plugin where I can define the rules for a field and respective error messages and throw all messages out to a common container on top of the form. No ajax just simple client side validations. The one I saw on the wiki is really huge and does all sorts of t

[jQuery] Re: Text Highlighting from Search

2007-05-15 Thread Renato Formato
Wow, that looks robust. Definetely let me know when it's released. So I assume, I would remove the search definitions and add something like: [/^http:\/\/(www\.)?commadot\./i, /s=([^&]+)/i], I get a little lost on the syntax there. It might be worth while in the plugin to make a simple api t

[jQuery] Re: help! imagebox disaster - website crashes safari

2007-05-15 Thread Robert O'Rourke
Klaus Hartl wrote: Robert O'Rourke wrote: Help! I'm really desperate here, the site I just set live is causing safari to crash when you click through to a property page.. not good. The only unique thing about the page is that I am including imagebox and interface in the head. Are there

[jQuery] Re: remove() callback

2007-05-15 Thread Sam Collett
On May 15, 6:08 am, Equand <[EMAIL PROTECTED]> wrote: > but empty clears the element. and I need only to remove a particular > element... > if i use empty, i need to clear the parent. but there are some > elements in parent which should not be removed... You could save a reference to its parent b

[jQuery] Re: Detecting the next url when onunload called?

2007-05-15 Thread [EMAIL PROTECTED]
Thanks, I appreciate the help. I guess I'm just going to have to streamline the order process and reduce the timeout. On 14 May, 10:39, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > Is it possible to get the browsers next url from an onunload call? I'm > trying to determine if a user is leav

[jQuery] Re: kelvinluck - date-picker V2

2007-05-15 Thread Vincent Majer
another error fixed, in the jquery.datepicker.js, line 332 i've commented console.log(c) and it runs in IE6 BUT.. (arghh) I've still got error.. on IE 7 !!! when the page loads : Line 790 car 1 Syntax Error nobody uses this great plugin ?? Vincent Majer a écrit : ok, i've found an erro

[jQuery] Re: help! imagebox disaster - website crashes safari

2007-05-15 Thread Erik Beeson
I don't have a suggestion on why it happens, but I can confirm that it kills Safari. I see you're using an old version of jQuery (rev 1460, current is 1465). Maybe try updating? Or maybe try the current SVN version? Also, you might want to move that animating that you're doing at the top of $(do

[jQuery] Re: kelvinluck - date-picker V2

2007-05-15 Thread Vincent Majer
ok, i've found an error in my date_fr.js, it's ok now.. When i load the page i don't have an error showing in IE6, BUT... When i click the calendar icon, i've got another pretty error message : Line 333 Car 4 Erreur : "console" est indéfini Code : 0 ... ?? Does anyone know what's this error

[jQuery] Re: help! imagebox disaster - website crashes safari

2007-05-15 Thread Klaus Hartl
Robert O'Rourke wrote: Help! I'm really desperate here, the site I just set live is causing safari to crash when you click through to a property page.. not good. The only unique thing about the page is that I am including imagebox and interface in the head. Are there known issues with th

[jQuery] help! imagebox disaster - website crashes safari

2007-05-15 Thread Robert O'Rourke
Help! I'm really desperate here, the site I just set live is causing safari to crash when you click through to a property page.. not good. The only unique thing about the page is that I am including imagebox and interface in the head. Are there known issues with this in safari? Could it b

[jQuery] kelvinluck - date-picker V2

2007-05-15 Thread Vincent Majer
Hi, first, sorry for my english.. not perfect.. second point, i should say thanks to kelvinluck for this great jquery plugin, the DatePicker V2 ! I'm trying to use it.. and i have some problems with IE6.. I've used the source from this page of example : http://kelvinluck.com/assets/jquery/d

[jQuery] Re: Tabs

2007-05-15 Thread Klaus Hartl
[EMAIL PROTECTED] wrote: Hello. I am new to this group. I would like to implement tab plugin into my site. I have read the articles on http://stilbuero.de/2006/05/13/accessible-unobtrusive-javascript-tabs-with-jquery/ but i am still have problems figuring out howto make this run. Here is my c

[jQuery] Re: jquery tabs: adding a tab on the fly

2007-05-15 Thread Klaus Hartl
[EMAIL PROTECTED] wrote: Thanks for this info. One thing I notice when doing this is that when I reinitialize the tabs, a whole new group of containers gets created. So for example, if there were 5 tabs initially, and then I try and add a 6th, after reinitialization, there are now ... ... ..

[jQuery] Re: tagging

2007-05-15 Thread jquery newbie
guys- thanks for the replies.. jake got me started and i ended up with following.. if anybody can turn it into a "plugin" that takes the input field's name and the list of tags as parameters, it might be useful for the community.. //

[jQuery] Re: binding to two events (resize and onload)

2007-05-15 Thread Erik Beeson
Maybe try: $(document).ready(resizeCols); $(window).bind('load', resizeCols); Or maybe you're getting a javascript error in one of the lines before the alert that's causing it to halt. Check the firebug console or try adding an alert at the top of the function. --Erik On 5/15/07, willwade <[E

[jQuery] Re: JQuery Form Plugin: encodeURIcomponent/decodeURI with ISO-8859-1

2007-05-15 Thread Sithram PG
Thanks SeViR for your help, but in this case I must use ASP, nor ASP.NET. Regards, 2007/5/15, SeViR <[EMAIL PROTECTED]>: > > > Have you check to decode in server side? > > /Encoding iso = Encoding.GetEncoding("iso8859-1"); > //Encoding unicode = Encoding.UTF8; > > I have never any problem with

[jQuery] Re: Tutorial example problem with Firefox?

2007-05-15 Thread SeViR
I check the example in Firefox 2.0.0.3 and it works for me. This is my sample code: "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd";> http://www.w3.org/1999/xhtml";> Documento sin título $(document).ready(function(){ $("a") .filter(".clickme") .c

[jQuery] binding to two events (resize and onload)

2007-05-15 Thread willwade
Hi there I have a wacky fix to the age old problem of fluid column widths (a table would do of course). It involves using jquery to calculate the sizes of my columns - the splitter code is a bit over the top for my needs. So I have some simple code but I can't seem to get it to work. $(do

[jQuery] Re: JQuery Form Plugin: encodeURIcomponent/decodeURI with ISO-8859-1

2007-05-15 Thread SeViR
Have you check to decode in server side? /Encoding iso = Encoding.GetEncoding("iso8859-1"); //Encoding unicode = Encoding.UTF8; I have never any problem with that. / sithram escribió: Thanks Tony and Mike for your help, but I continue with the same problem after your indications. If I don'

[jQuery] Re: Tutorial example problem with Firefox?

2007-05-15 Thread SeViR
I check the example in Firefox 2.0.0.3 and it works for me. This is my sample code: "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd";> http://www.w3.org/1999/xhtml";> Documento sin título $(document).ready(function(){ $("a") .filter(".clickme") .c

<    1   2