[jQuery] Re: CACHING FORM

2007-05-03 Thread oscar esp
I supose that I could do. On 2 mayo, 22:46, Jörn Zaefferer <[EMAIL PROTECTED]> wrote: > oscar esp schrieb:> I am using post with form pluggin. > > So how about switching to GET? > > -- > Jörn Zaefferer > > http://bassistance.de

[jQuery] Re: $().load() and redirect

2007-05-03 Thread ATom
So, what must fit redirected page to pass javascript security?

[jQuery] IE lt 6 png hack

2007-05-03 Thread Kush Murod
Hi guys, Every time I had to use png image in IE lt 6 I had to look up old emails. So I decided to put together initial documentation, example and plugin for everybody to use, including for myself. So together we could make it even better, your feedback is appreciated. http://khurshid.com/jqu

[jQuery] Bug in jQuery implementation of EXT, works with other libraries.

2007-05-03 Thread Juha Suni
Theres a bug in Ext running over jQuery. Since Im certainly not sure if it's got to do with Ext's jQuery adapter, or jQuery itself, Im posting it both here and the Ext forums. The calendar implementation of Ext (See here http://www.extjs.com/deploy/ext/examples/menu/menus.html, open first menu,

[jQuery] hash map

2007-05-03 Thread oscar esp
I have a string like that str = "REF_EMP:'sss',REF2:'A1'" I need to generate a hash map in order to execute jQuery('#DB').deserialize(str); Any idea?

[jQuery] Re: jquery simple star rating plug-in broken?

2007-05-03 Thread nicmae
Hello, I have the same problem. "$form.title is not a function". I use jquery 1.1.2. I try with 1.03 and 1.04 and it works with these old versions. Really strange as on the mainpage of jquery it's written "Features include: 100% graceful degradation and fractional ratings. It has been refactored

[jQuery] Re: hash map

2007-05-03 Thread Rob Desbois
Oscar, Is this what you're looking for: var str = "REF_EMP:'sss',REF2:'A1'"; eval("var hashmap = {"+str+"}"); alert(hashmap.REF_EMP); alert(hashmap.REF2); Apologies if I've misunderstood the question. Rob On 5/3/07, oscar esp <[EMAIL PROTECTED]> wrote: I have a string like that str

[jQuery] Re: $().load() and redirect

2007-05-03 Thread ATom
Try the same here: http://seznamka.sms.cz/index.php?P_id_kategorie=8202&P_soubor=%2Fseznamka%2Fmain.php%3Fimg_num%3D4%26m_xmlform_idg%3Dfotos%26m_ido%3Dpsv%26m_uid%3D13967%26img_oid%3Dview%26d_portal_key%3Dfotogal_13967_89%26d_akce%3Dforum_read%26d_forum_all%3D1 now this is the same domain sezna

[jQuery] Re: $().load() and redirect

2007-05-03 Thread Olaf Bosch
ATom schrieb: Try the same here: http://seznamka.sms.cz/index.php?P_id_kategorie=8202&P_soubor=%2Fseznamka%2Fmain.php%3Fimg_num%3D4%26m_xmlform_idg%3Dfotos%26m_ido%3Dpsv%26m_uid%3D13967%26img_oid%3Dview%26d_portal_key%3Dfotogal_13967_89%26d_akce%3Dforum_read%26d_forum_all%3D1 now this is the s

[jQuery] Re: Bug in jQuery implementation of EXT, works with other libraries.

2007-05-03 Thread Sam Collett
A bit off topic (apologies for hijacking the topic), but I've noticed that the jQuery version of the page actually has a greater download requirement than YUI (and only slightly less that Prototype). jQuery: 177 KB YUI: 164 KB Prototype+Scriptaculous: 178 KB This could be reduced a little if the

[jQuery] Re: Bug in jQuery implementation of EXT, works with other libraries.

2007-05-03 Thread Kush Murod
Sam, Don't know where you are getting numbers from but Core JQuery is ONLY 60kb (uncompressed) Common plugin such as 'form' 31kb (uncompressed) Even combined size is nowhere 100kb, size drops once you compress js --Kush

[jQuery] newbie question: how to set location to a target in a way that is supported by i.e. and safari?

2007-05-03 Thread [EMAIL PROTECTED]
Hi can jquery help with the followng problem? If, in conventional javascript, I have a function goToAnchor(){ href.location="#blah" } and call it by then it works fine in i.e. and firefox but causes safari to endlessly load the page - see (http://www.s-seven.net/safari_bug.html#h_value6) I'd

[jQuery] Re: newbie question: how to set location to a target in a way that is supported by i.e. and safari?

2007-05-03 Thread Klaus Hartl
[EMAIL PROTECTED] wrote: Hi can jquery help with the followng problem? If, in conventional javascript, I have a function goToAnchor(){ href.location="#blah" } and call it by then it works fine in i.e. and firefox but causes safari to endlessly load the page - see (http://www.s-seven.net/saf

[jQuery] Dropdown select value help

2007-05-03 Thread Luc Pestille
Hi all, I've got a problem I can't work out on my own, so i thought I'd enlist the help of you lot =]. I have a dropdown select in a form in an admin system that is either auto selected, or changed by a user - dependent on what they select, or what is selected automatically, I want other s to be

[jQuery] Re: Dropdown select value help

2007-05-03 Thread Alexandre Plennevaux
Hi luc, basically, with the few details you provide, i can only say that you will trigger things using the event "change" on the select element. From then on, use the select.val() example: $("select#type").change(function(){ if($(this).val()=='root'){ $("select

[jQuery] Re: Dropdown select value help

2007-05-03 Thread Luc Pestille
I think it's a bit clearer, but I don't think I want to use .change, because there might not be a change... It's better explained in code; Ae B div #a and #b are hidden at the start. When a user chooses "Ae", div #a should show and div #b should hide, and vice v

[jQuery] Re: Bug in jQuery implementation of EXT, works with other libraries.

2007-05-03 Thread Sam Collett
On May 3, 11:08 am, Kush Murod <[EMAIL PROTECTED]> wrote: > Sam, > > Don't know where you are getting numbers from but > > Core JQuery is ONLY 60kb (uncompressed) > Common plugin such as 'form' 31kb (uncompressed) > > Even combined size is nowhere 100kb, size drops once you compress js > > --Kush

[jQuery] Re: IE lt 6 png hack

2007-05-03 Thread jmcclure
Nice. Having gone through the same process of looking this up several times over the past few months, this is a welcome solution. * > http://khurshid.com/jquery/iepnghack/ --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google

[jQuery] Re: checking on project practicality

2007-05-03 Thread abused by speech recognition
that is almost exactly what I was looking for. The major difference is that it doesn't apply comments to regions but instead to blocks of text. not a fatal flaw but one that should be remedied. in any case many thanks for the pointer. next task is to find a project partner to handle the js/bro

[jQuery] Re: checking on project practicality

2007-05-03 Thread Rick Faircloth
Wow. that's a really usefully integrated commenting system Jack has. I can see tons of applications for such a system. education, commenting on proposals, coding comments, etc, etc, etc! Karl, you're saying that Jack implementation is a custom job, right? Rick From: jquery-en@googlegroups

[jQuery] AJaX Error

2007-05-03 Thread Rob Wilkerson
I don't think this is jQuery specific, but I'm using jQuery and this community is helpful as hell, so I thought I'd post to see whether anyone had any thoughts. I'm making an AJaX call to a PHP page that returns a lot of data in JSON format. 1. The PHP page is doing a lot of work and could tak

[jQuery] Re: Dropdown select value help

2007-05-03 Thread Alexandre Plennevaux
this should work, no? you could of course make this much more code efficient by wrapping the switch case in a function. (did not test this code, but you get the idea) $(document).ready(function(){ // onLoad if ($("select#mySelect").is(".selected")){ switch ($(this).val()){ case

[jQuery] Re: An idea for a jQuery core addition - Plugin Registering...

2007-05-03 Thread Christof Donat
Hi, > $.dimensions = {}; > >>> > >>> OK, here we use $package('dimensions',{}) with jsPax - not really more > >>> complicated. > >> > >> Yeah, but I don't see that we actually gain anything that way. > > > > 1. If you use Stuff like $.dimensions = {}; You pollute the jQuery > > internal name

[jQuery] Re: Bug in jQuery implementation of EXT, works with other libraries.

2007-05-03 Thread Brandon Aaron
Good point about providing compressed versions of the plugins. I recently went through all my plugins and added a min and a packed version of them. I even took the time to copy over the header with the version :). This includes the latest version of the dimensions plugin 1.0a. I believe you will

[jQuery] Re: IE lt 6 png hack

2007-05-03 Thread Kush Murod
Thanks, I'll be maintaining it as I get feedbacks --Kush [EMAIL PROTECTED] wrote: > Nice. > > Having gone through the same process of looking this up several times > over the past few months, this is a welcome solution. > > * > > > >> http://khurshid.com/jquery/iepnghack/ >> > > > > >

[jQuery] Re: Dropdown div functionality

2007-05-03 Thread Rey Bango
Holy moly Erik, you're my new best friend! That is great work! The only quirk I see is that in IE7, the main table shoots out to the right when closing a row. Since you have the table set at 50%, I'm wondering if it would do that at a fixed width. I'm going to test it out. Thank you man! Rey

[jQuery] Re: jquery simple star rating plug-in broken?

2007-05-03 Thread Rey Bango
John Resig updated the star rating for v1.1.1 which should also work with v1.1.2. Are you using that version? http://john.jquery.com/plugins/rating/ Rey... nicmae wrote: Hello, I have the same problem. "$form.title is not a function". I use jquery 1.1.2. I try with 1.03 and 1.04 and it wor

[jQuery] history/remote plugin, initialization callback doesn't work?

2007-05-03 Thread Canglan
Hi folks, I'm trying to use history/remote plugin with jquery to build a web app which supports history and bookmarking. However, the problem is, the function callback in $.ajaxHistory.initialize() doesn't seem to work... Here's my code: $(function() { $("a.categories").remote('#threads

[jQuery] Re: newbie question: how to set location to a target in a way that is supported by i.e. and safari?

2007-05-03 Thread ron
Klaus fantastic - thank you :) Ron On May 3, 11:31 am, Klaus Hartl <[EMAIL PROTECTED]> wrote: > [EMAIL PROTECTED] wrote: > > Hi > > > can jquery help with the followng problem? > > > If, in conventional javascript, I have a function > > goToAnchor(){ > > href.location="#blah" > > } > > and cal

[jQuery] Re: Dropdown select value help

2007-05-03 Thread Luc Pestille
The onchange select works, but the onload doesn't =/ Something to do with is(".selected") ? Thanks. if ($("#jobtype_row select").is(".selected")){ switch ($(this).val()){ case 'p': $("#dayrate_row").hide(); $("#salary_row").show(); break; ca

[jQuery] Re: checking on project practicality

2007-05-03 Thread Karl Swedberg
On May 3, 2007, at 7:59 AM, abused by speech recognition wrote: that is almost exactly what I was looking for. The major difference is that it doesn't apply comments to regions but instead to blocks of text. not a fatal flaw but one that should be remedied. in any case many thanks for the po

[jQuery] Re: Dropdown select value help

2007-05-03 Thread Alexandre Plennevaux
try instead: if ($("#jobtype_row select").val() !=""){ ... _ From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Luc Pestille Sent: jeudi 3 mai 2007 14:50 To: jquery-en@googlegroups.com Subject: [jQuery] Re: Dropdown select value help The onchange select

[jQuery] Re: Dropdown div functionality

2007-05-03 Thread Karl Swedberg
These are really cool examples, Erik! I have such a love/hate relationship with iframes that I rarely think to use them. The OP example was a little bit more complex, since the iframe spanned the entire width of the table even through there were multiple columns. Would be cool to see what yo

[jQuery] Elements opacity doesnt work after fade in effect on IE

2007-05-03 Thread [EMAIL PROTECTED]
Hi, Im using the following script to display a hidden div block once a button is clicked. $(document).ready( function() { $(".channellink").click(function() { var channelId = $(this).attr('id').replace('channellink',''); //Hide div

[jQuery] Re: Dropdown select value help

2007-05-03 Thread Luc Pestille
Nope, it still won't automatically show the div. =/ Any other suggestions? From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Alexandre Plennevaux Sent: 03 May 2007 15:53 To: jquery-en@googlegroups.com Subject: [jQuery] Re: Dropdown select va

[jQuery] Mouse drag for textbox in Draggable Panel

2007-05-03 Thread Mahadewa
Hi all, I have a bit of a problem here. I have a draggable panel with a textbox on it. The problem is, if I have a text in the Textbox, I can't 'highlight' it by using the mouse. I suspect this is something to do with the way draggable works. My question is, is there any way to enable this hi

[jQuery] Re: Autocomplete plugin

2007-05-03 Thread Jeff Fleitz
I thought I had it working, but I don't, I am still having issues. I have two lookups on the same form, and the data is returned fine. data[0] is the text description and data[1] is the primary key of the lookup table. I am trying to pass the values to some hidden fields. I am using the code blo

[jQuery] Re: Dropdown select value help

2007-05-03 Thread Sam Collett
On May 3, 3:14 pm, "Luc Pestille" <[EMAIL PROTECTED]> wrote: > Nope, it still won't automatically show the div. =/ Any other suggestions? I think it should be ":selected" not ".selected" if ($("select#mySelect").is(":selected")){

[jQuery] Suggestion on authentication form

2007-05-03 Thread Massimiliano Marini
Hi all, someone knows or has realized an authentication form calling a external PHP file for the authentication, in order to remain to the inside of the main page (index.php) All I want realize is this, when I click on submit, I call the login.php file that control user and password. What I must

[jQuery] problems with swf focus

2007-05-03 Thread amircx
hey. i got a swf game that i put inside iframe, the problem is that once the user clicks on somewhere in the screen outside the swf file its losing focus, and the result is that if he press on keys like space, down, and up its scrolls the page instad of tirgger the "fire" button on a game etc

[jQuery] Re: Dropdown select value help

2007-05-03 Thread Luc Pestille
Nope, that didn't work either. =/ It surely can't be this hard to do? -Original Message- From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Sam Collett Sent: 03 May 2007 15:24 To: jQuery (English) Subject: [jQuery] Re: Dropdown select value help On May 3, 3:14 pm,

[jQuery] Re: jQuery Examples pack

2007-05-03 Thread Kevin Scholl
@Jack, Thanks for the kudos! The jqtabcontrol.js is based on my own original, raw javascript for what I refer to here at work as "sliding tabs". Over the past year since I originally wrote it, I've gradually pared down the file size as I've tweaked the code. There isn't really a whole lot of jQu

[jQuery] Re: hi : need help with saving icon

2007-05-03 Thread Scott Sauyet
bingo wrote: I am jquery for now almost 3 months. But, one thing I am not able still figure out. This is more for a user convience. I want to let user know which divs will be updated after certain action. For this, I want to show a spinning wheel on the div that will be updated. But I am not sur

[jQuery] Re: An idea for a jQuery core addition - Plugin Registering...

2007-05-03 Thread traunic
On May 3, 8:54 am, Christof Donat <[EMAIL PROTECTED]> wrote: > variable names. You can e.g. do that by encouraging people to use Plugin > names like java packages, e.g. "org.jquery.ajax". > > Christof Exactly! And furthermore if you use a corresponding directory structure i.e. /jslib/org/jquery/

[jQuery] Re: Dropdown div functionality

2007-05-03 Thread Rick Faircloth
Using the iframe was a very good way to solve the "jumpiness" of showing and hiding table rows. I'm just about to implement a calendar using rows with slide down details and this is better than the solution I can up with to make things smooth! Excellent! Rick -Original Message- From

[jQuery] Interface 3d Carousel problems

2007-05-03 Thread MrTufty
Hi all, I'm looking for a bit of help here, because I'm stuck with a problem that I just can't think yet how to solve. I'm in the process of developing an interactive presentation using jQuery. I've got the first part working, but now I've run into an issue, which is going to hold up development

[jQuery] Re: Bug in jQuery implementation of EXT, works with other libraries.

2007-05-03 Thread Dan G. Switzer, II
Suni, >The calendar implementation of Ext (See here >http://www.extjs.com/deploy/ext/examples/menu/menus.html, open first menu, >choose date) is not working properly with jQuery, but is with YUI and >Prototype (you can change the active library from top right). Changing the >calendar months from

[jQuery] Re: Bug in jQuery implementation of EXT, works with other libraries.

2007-05-03 Thread Brandon Aaron
Events in the latest SVN are now using addEventListener and attachEvent. -- Brandon Aaron On 5/3/07, Dan G. Switzer, II <[EMAIL PROTECTED]> wrote: Suni, >The calendar implementation of Ext (See here >http://www.extjs.com/deploy/ext/examples/menu/menus.html, open first menu, >choose date) is

[jQuery] Internet Explorer 6 resize event.

2007-05-03 Thread MikeR
I'm just wondering if anyone knows of a fix for IE6's onresize... Example: $(document).resize(function() { $('body').append('Resized'); } That will execute several times as you are resizing the browser. I'm looking for Firefox-like functionality.. where it fires the event one time when yo

[jQuery] Re: An idea for a jQuery core addition - Plugin Registering...

2007-05-03 Thread Christof Donat
Hi, > > variable names. You can e.g. do that by encouraging people to use Plugin > > names like java packages, e.g. "org.jquery.ajax". > > Exactly! And furthermore if you use a corresponding directory > structure i.e. /jslib/org/jquery/ajax.js then you should eliminate > collisions right off the

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

2007-05-03 Thread mp
Hi, i can submit it to SVN. How can i do that ? Matthieu On Apr 24, 9:02 pm, Stefan Petre <[EMAIL PROTECTED]> wrote: > Rey Bango wrote: > > In searching for a LightBox option that was similar to this: > > >http://www.huddletogether.com/projects/lightbox2/ > > > I came upon this version which is

[jQuery] Re: Internet Explorer 6 resize event.

2007-05-03 Thread Brandon Aaron
That is different. Most people prefer IE's functionality in this case. You could possibly use setTimeout along with a flag that if it hasn't been X milliseconds, don't run the code in the resize event. Kinda klunky but the only thing I can think of right now. -- Brandon Aaron On 5/3/07, MikeR

[jQuery] Re: IE lt 6 png hack

2007-05-03 Thread Jörn Zaefferer
Kush Murod schrieb: Hi guys, Every time I had to use png image in IE lt 6 I had to look up old emails. So I decided to put together initial documentation, example and plugin for everybody to use, including for myself. So together we could make it even better, your feedback is appreciated. h

[jQuery] Re: Internet Explorer 6 resize event.

2007-05-03 Thread MikeR
Thanks, Brandom! I've tried a setTimeout-based solution, but haven't had too terribly much luck with that either. Yes, it is klunky.. which is why I'm posting here :). Anybody else have any ideas? On May 3, 10:13 am, "Brandon Aaron" <[EMAIL PROTECTED]> wrote: > That is different. Most people pre

[jQuery] Re: Autocomplete plugin

2007-05-03 Thread Jörn Zaefferer
Jeff Fleitz schrieb: I thought I had it working, but I don't, I am still having issues. I have two lookups on the same form, and the data is returned fine. data[0] is the text description and data[1] is the primary key of the lookup table. I am trying to pass the values to some hidden fields.

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

2007-05-03 Thread Rey Bango
Hi Matthieu. This is really great news. Contact John Resig offlist and he will assign you a SVN account. Rey... [EMAIL PROTECTED] wrote: Hi, i can submit it to SVN. How can i do that ? Matthieu On Apr 24, 9:02 pm, Stefan Petre <[EMAIL PROTECTED]> wrote: Rey Bango wrote: In searching for

[jQuery] Fadein + Safari issues

2007-05-03 Thread richard
I'm just about to tear my hair out with this now! I have a passage of text that I want to fade in when the page loads. This is not a problem on IE or Firefox (on both PC and Mac). The problem it has is with Safari on the Mac. The text will first flash on screen, then off and then start fading in,

[jQuery] Re: Autocomplete plugin

2007-05-03 Thread Shelane Enos
I downloaded the latest trunk, but I got no output. The server was still returning results - autocomplete just didn't display them. I have reverted back whatever the last version was that I had for now. On 5/3/07 9:24 AM, "Jörn Zaefferer" <[EMAIL PROTECTED]> wrote: > > Jeff Fleitz schrieb: >

[jQuery] jQuery Site: EverBank.com

2007-05-03 Thread Jonathan Sharp
Spotted in the wild: http://everbank.com/ -js

[jQuery] Re: Interface 3d Carousel problems

2007-05-03 Thread jmcclure
> Is it possible to make the carousel work when it's being loaded into a > div via Ajax? Can you post some code/link? Have you set: var noRotate = false; I have it working here: http://www.activespotlight.com/ *

[jQuery] Reload page

2007-05-03 Thread Massimiliano Marini
Hi all, It is possible to recharge the entire page like a refresh? If yes how? -- Massimiliano Marini - http://www.linuxtime.it/massimilianomarini/ "It's easier to invent the future than to predict it." -- Alan Kay

[jQuery] Re: Reload page

2007-05-03 Thread Fabyo Guimaraes
location.reload(); 2007/5/3, Massimiliano Marini <[EMAIL PROTECTED]>: Hi all, It is possible to recharge the entire page like a refresh? If yes how? -- Massimiliano Marini - http://www.linuxtime.it/massimilianomarini/ "It's easier to invent the future than to predict it." -- Alan Kay

[jQuery] Re: Internet Explorer 6 resize event.

2007-05-03 Thread MikeR
Well, after some more fiddling... I actually _did_ manage to get a Firefox-like resize behavior in IE6... however, it may not be the MOST reliable (what in IE6 _is_ most reliable??). --- snippet --- $(window).resize(function() { StartResize(); }); //

[jQuery] Re: AJaX Error

2007-05-03 Thread Rob Wilkerson
A bit more on this: Whatever is happening, whether it's a timeout or code error seems to happen after approximately 5 minutes of waiting for a response. I'd really appreciate any input you all may have. On 5/3/07, Rob Wilkerson <[EMAIL PROTECTED]> wrote: > I don't think this is jQuery specific,

[jQuery] Re: .load() callback and hide, show DIV problem

2007-05-03 Thread summea
Is there something about using .click with a callback that I don't know? Everytime do a click on a target, the callback is called increasingly multiple times thereafter.

[jQuery] Re: Reload page

2007-05-03 Thread Massimiliano Marini
Hi Fabyo, > location.reload(); Tnx 1K :) -- Massimiliano Marini - http://www.linuxtime.it/massimilianomarini/ "It's easier to invent the future than to predict it." -- Alan Kay

[jQuery] Re: Autocomplete plugin

2007-05-03 Thread Jeff Fleitz
That was it! It looks so simple. Thanks, Jörn. I just received John Resig's Pro JS Techniques book, and plan on going over this oop style js stuff and studying your examples, now that the heat will be off. Many thanks again. On May 3, 12:24 pm, Jörn Zaefferer <[EMAIL PROTECTED]> wrote: > Jeff

[jQuery] SWFObject.js, IE and the onChange handler

2007-05-03 Thread Andy Matthews
This is an extension of my post from yesterday...I've got some more information and it's quite tricky. My company uses SWFObject extensively to rewrite our SWFs. It's in loads of places at the moment. Now, my coworker and I are writing some related selects which work fine on a page by themselves,

[jQuery] Re: AJaX Error

2007-05-03 Thread Ⓙⓐⓚⓔ
I bet your server is killing the week long php report, can you get the json to appear on it's own? I've not gotten timed out in a very long time. a fast server program makes a happy ajaxer! perhaps you need to create the report in one call and continually check to see if it is done. On 5/3/07, R

[jQuery] Re: .load() callback and hide, show DIV problem

2007-05-03 Thread summea
I'm still working on this problem, (and I have poured over the jQuery group trying to find any answers,) and I'm realizing that maybe it's not the callback's fault. I'm thinking it might be more of a problem with (not only me,) but the fact that when you click on any folder in the file tree, the

[jQuery] Can a list be sortable and droppable at the same time (with Interface)?

2007-05-03 Thread real
Hi, I have an unordered list that needs to be sortable, but also droppable. I'm using the Interface plugin, but whenever I make one UL both droppable and sortable, it doesn't function properly. Either that, or is there a way to have the same functionality as the onDrop callback (for droppables),

[jQuery] Problem with Ajax post

2007-05-03 Thread Leonardo K.
I have this code that work fine in Firefox and IE7, but in IE6 doesn't work. $("#enviar").click(function(){ if ($("#message").val() != ""){ var message = $("#message").val(); var nick = $("#nick").val(); $.post('/WebApplication/Webchat', {message: messa

[jQuery] Re: SWFObject.js, IE and the onChange handler

2007-05-03 Thread Dan G. Switzer, II
Andy, >This is an extension of my post from yesterday...I've got some more >information and it's quite tricky. > >My company uses SWFObject extensively to rewrite our SWFs. It's in loads of >places at the moment. Now, my coworker and I are writing some related >selects which work fine on a page b

[jQuery] Re: Can a list be sortable and droppable at the same time (with Interface)?

2007-05-03 Thread real
Or actually, would there just be a way for the following functionality: an item from a sortable is dragged into another list (that's also sortable), but when the dragging stops, instead of the item being *moved* to the new list, can it be copied there instead? On May 3, 3:01 pm, real <[EMAIL PROT

[jQuery] Re: SWFObject.js, IE and the onChange handler

2007-05-03 Thread Andy Matthews
Dan... It's only happening in IE 6 & 7 And even then, not all the time (as I mentioned). It appears that my production code seems to be working correctly. Here's a few URLs for you all to preview: Here's an example of the code (working) on a page with no Flash content: http://www.courtesyportla

[jQuery] Re: jQuery Site: EverBank.com

2007-05-03 Thread Rey Bango
Added. Good catch. Jonathan Sharp wrote: Spotted in the wild: http://everbank.com/ -js -- BrightLight Development, LLC. 954-775- (o) 954-600-2726 (c) [EMAIL PROTECTED] http://www.iambright.com

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

2007-05-03 Thread Rey Bango
Just a quick reminder to everyone that the list of sites using jQuery continues to grow at an amazing rate. Check out the sites at: http://docs.jquery.com/Sites_Using_jQuery Rey...

[jQuery] Pass objects to Ajax Success

2007-05-03 Thread Jeff
I have run into a problem. I am attachking a click() event to every row of an inventory table. When the user clicks on the row, it fetches detailed information from the server and creates a new row below the clicked row. Below is the code $(document).ready(function() { $("table > tbody

[jQuery] Re: Dropdown div functionality

2007-05-03 Thread Erik Beeson
The OP example was a little bit more complex, since the iframe spanned the entire width of the table even through there were multiple columns. Would be cool to see what you could come up with for a multi-column example. Check out the "multicol" versions at the same page as before: http://erika

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

2007-05-03 Thread Erik Beeson
A couple more: http://www.mackie.com/products/tracktion3/splash.html http://yoursharade.com/ --Erik On 5/3/07, Rey Bango <[EMAIL PROTECTED]> wrote: Just a quick reminder to everyone that the list of sites using jQuery continues to grow at an amazing rate. Check out the sites at: http://docs

[jQuery] JQUERY SELECTOR based on image path

2007-05-03 Thread millionmonkey
Hi folks, This works - but I was wondering if there is a cleaner more jquery way to do the same thing? Perhpas there is a selector that I missed in the docs? $(function() { s = $("img").eq(0).attr("src") if (s.search("images/m")>0) { $("img").eq(0).addClass("newimage") } }); tia, George

[jQuery] Re: Pass objects to Ajax Success

2007-05-03 Thread Jeff
I should add that calling the row by name is not an option as the rows do not have unique ids On May 3, 2:50 pm, Jeff <[EMAIL PROTECTED]> wrote: > I have run into a problem. I am attachking a click() event to every > row of an inventory table. When the user clicks on the row, it > fetches detai

[jQuery] Re: JQUERY SELECTOR based on image path

2007-05-03 Thread Scott Sauyet
millionmonkey wrote: This works - but I was wondering if there is a cleaner more jquery way to do the same thing? Perhpas there is a selector that I missed in the docs? s = $("img").eq(0).attr("src") if (s.search("images/m")>0) { $("img").eq(0).addClass("newimage") } I'm not sure, but I t

[jQuery] Re: Dropdown select value help

2007-05-03 Thread Alexandre Plennevaux
Luc, can you post your page so i can have a look at it? -Original Message- From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Luc Pestille Sent: jeudi 3 mai 2007 15:34 To: jquery-en@googlegroups.com Subject: [jQuery] Re: Dropdown select value help Nope, that didn't

[jQuery] Re: Pass objects to Ajax Success

2007-05-03 Thread Jonathan Sharp
Hi Jeff, You just need to use a closure. Outside your ajax call do $t = $(this); and then you can reference $t inside of your anonymous function. See below... Cheers, -js $(document).ready(function() { $("table > tbody > tr").hover(function(){$ (this).css("backgroundColor", "#de7121")}, f

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

2007-05-03 Thread Rey Bango
Added. Erik Beeson wrote: A couple more: http://www.mackie.com/products/tracktion3/splash.html http://yoursharade.com/ --Erik On 5/3/07, Rey Bango <[EMAIL PROTECTED]> wrote: Just a quick reminder to everyone that the list of sites using jQuery continues to grow at an amazing rate. Check o

[jQuery] Re: JQUERY SELECTOR based on image path

2007-05-03 Thread Aaron Heimlich
On 5/3/07, Scott Sauyet <[EMAIL PROTECTED]> wrote: I'm not sure, but I think this would do it: $("img[src*=images/m]").eq(0).addClass("newimage"); Very close, Scott. It should be: $("[EMAIL PROTECTED]'images/m']").eq(0).addClass("newimage"); Attribute selectors always begin with @[1]

[jQuery] Re: SWFObject.js, IE and the onChange handler

2007-05-03 Thread Dan G. Switzer, II
Andy, >It's only happening in IE 6 & 7 >And even then, not all the time (as I mentioned). It appears that my >production code seems to be working correctly. Here's a few URLs for you >all >to preview: > > >Here's an example of the code (working) on a page with no Flash content: >http://www.courte

[jQuery] Re: Pass objects to Ajax Success

2007-05-03 Thread Jeff
you are the man! On May 3, 3:25 pm, "Jonathan Sharp" <[EMAIL PROTECTED]> wrote: > Hi Jeff, > > You just need to use a closure. Outside your ajax call do $t = $(this); and > then you can reference $t inside of your anonymous function. See below... > > Cheers, > -js > > $(document).ready(function()

[jQuery] Re: Dropdown div functionality

2007-05-03 Thread Rick Faircloth
Hmmm... IE 7 just goes to the page in the link. No "show"... Rick -Original Message- From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Erik Beeson Sent: Thursday, May 03, 2007 3:55 PM To: jquery-en@googlegroups.com Subject: [jQuery] Re: Dropdown div functionality

[jQuery] Re: JQUERY SELECTOR based on image path

2007-05-03 Thread Scott Sauyet
Aaron Heimlich wrote: Attribute selectors always begin with @[1] and I added quotes around "images/m" just for safety, as jQuery sometimes has issues when you don't use them. I always forget the damn "@"! I don't think the quotes are necessary, but they can't hurt, although allowing them hu

[jQuery] Re: An idea for a jQuery core addition - Plugin Registering...

2007-05-03 Thread traunic
On May 3, 12:05 pm, Christof Donat <[EMAIL PROTECTED]> wrote: > > That is exactly what jsPax is for. Have a look at jspax.org. > > > This keeps the initial footprint small. > > Last time I looked at JSAN, the initial Footprint for jsPax was a lot > smaller. As I can see from your Script-tags, you

[jQuery] Re: JQUERY SELECTOR based on image path

2007-05-03 Thread millionmonkey
Thanks Aaron and Scott - that works perfectly. And Aaron, thanks for the link - I had looked at that area but didn't connect the dots. This opens up a lot for me. thanks again George On May 3, 3:01 pm, millionmonkey <[EMAIL PROTECTED]> wrote: > Hi folks, > > This works - but I was wondering if

[jQuery] ThickBox 3

2007-05-03 Thread Shelane Enos
Cody Lindley updated his ThickBox to version 3 yesterday, but I saw no announcement :-( The only thing I didn't see that I was expecting - making the plugin safe for use with other libraries. Of course, I'm hoping Jörn will be done with his autocomplete plugin soon and I can be rid of scriptacul

[jQuery] Re: ThickBox 3

2007-05-03 Thread Aaron Heimlich
Here's the announcement http://codylindley.com/Webdev/321/thickbox-3 On 5/3/07, Shelane Enos <[EMAIL PROTECTED]> wrote: Cody Lindley updated his ThickBox to version 3 yesterday, but I saw no announcement :-( The only thing I didn't see that I was expecting - making the plugin safe for use wi

[jQuery] Re: ThickBox 3

2007-05-03 Thread Shelane Enos
Yes, I happened across that, which is why I said something on the list. However, who can possibly monitor every plugin¹s site to see if there¹s an update. I just thought an announcement on the list would be nice. So I guess I announced it to the list ;-) On 5/3/07 2:10 PM, "Aaron Heimlich" <[EM

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

2007-05-03 Thread Franck Marcia
Hi Rey, You can add http://www.alapage.com as well. You can drag your mouse on any product image or click on "diaporama" on this kind of pages: http://www.alapage.com/-/Fiche/Imageson/902790... to see jQuery, thickbox, mousewheel, dimensions... in action. Cheers, Franck. On 3 mai, 22:31, Rey

[jQuery] Evaulating script tags when .load-ing HTML

2007-05-03 Thread Sean O
Hi, I'm trying to get IE6/Win to eval javascript returned from .load(). What I have is a function that calls a file: $("#master").load("inc/inc_master_update.php"); That PHP script echoes a simple line of JS in a tag: echo "