Re: [jQuery] Issue with jQuery 1.0.3 + ASP.NET LinkButton

2006-11-09 Thread Jörn Zaefferer
Great, thanks! Sorry if this sounds incredibly lazy, but is there a compressed version available for download somewhere or would I need to build it? Not a huge deal - I'm in a Windows environment and don't currently have an SVN client or Ant, but I'll get them if I need to. Afaik there is

Re: [jQuery] Media plugins

2006-11-09 Thread Dan Atkinson
I really like what you've done there. It's neat and very clean! malsup wrote: I've just posted some convenience plugins for dealing with Quicktime, Flash, and mp3 media. Source and demos can be found here: http://malsup.com/jquery/media/ Mike

Re: [jQuery] New jQuery Plugin - Star Rating

2006-11-09 Thread Roberto Ortelli
http://sandbox.wilstuckey.com/jquery-ratings/ Not working on Safari 1.3 (blank page, no error displayed) 2006/11/9, Brandon Aaron [EMAIL PROTECTED]: On 11/8/06, Wil Stuckey [EMAIL PROTECTED] wrote: Ok, I implemented the IE6 background flicker fix. Source has been updated. If it is in the

Re: [jQuery] Tweak to Jorn's ToolTip plugin

2006-11-09 Thread Jörn Zaefferer
Original-Nachricht Datum: Wed, 8 Nov 2006 16:44:09 -0600 Von: Andy Matthews [EMAIL PROTECTED] An: [jQuery] discuss@jquery.com Betreff: [jQuery] Tweak to Jorn\'s ToolTip plugin I'm going to use Jorn's plugin for a site I manage, but I didn't think it was all that useful to

Re: [jQuery] Media plugins

2006-11-09 Thread Patrick Hall
Oh word, I've been looking for something like this. I send you karma cookies. ___ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/

Re: [jQuery] Accordion plugin

2006-11-09 Thread Jörn Zaefferer
I noticed that when text is scaled up in the browser, the containing boxes do not expand to accommodate the larger content. Would this be troublesome to fix? My lame guess is that the height needs to be set to auto at some stage of the animation, or will this cause a flicker problem

Re: [jQuery] selectbox plugin - take 2

2006-11-09 Thread Christian Bach
Erik Beeson wrote: Changing with the arrow keys is nice, but it seems like it should select when you hit Enter, and revert to the last selection when you hit ESC. It's now on the list of stuff to implement. Perhaps accessibility expert Klaus, could share some light on what keys that needs to

Re: [jQuery] New jQuery Plugin - Star Rating

2006-11-09 Thread Matthew Delmarter
Hi Will, Great plugin! Just wondered if you could describe your solution to the IE6 flicker? Is it just a matter of caching images first or something? I have this issue I something I am building and it is very frustrating. Thanks for your time Regards, Matthew

Re: [jQuery] Tweak to Jorn's ToolTip plugin

2006-11-09 Thread Sam Collett
On 08/11/06, Andy Matthews [EMAIL PROTECTED] wrote: I'm going to use Jorn's plugin for a site I manage, but I didn't think it was all that useful to have the link or the img src be displayed. I know I can turn it off, but I chose instead to go behind the scenes and make the P tag display

Re: [jQuery] New jQuery Plugin - Star Rating

2006-11-09 Thread Sam Collett
On 09/11/06, Matthew Delmarter [EMAIL PROTECTED] wrote: Hi Will, Great plugin! Just wondered if you could describe your solution to the IE6 flicker? Is it just a matter of caching images first or something? I have this issue I something I am building and it is very frustrating.

Re: [jQuery] selectbox plugin - take 2

2006-11-09 Thread Sam Collett
On 09/11/06, Christian Bach [EMAIL PROTECTED] wrote: Erik Beeson wrote: Changing with the arrow keys is nice, but it seems like it should select when you hit Enter, and revert to the last selection when you hit ESC. It's now on the list of stuff to implement. Perhaps accessibility expert

Re: [jQuery] New Plugin: ODBCDate functions

2006-11-09 Thread Dan Atkinson
Hi there. Your JS code link is dead! :) cjordan wrote: Hi folks, Today, I was in need of a function to parse strings in the ODBCDateTime format. I needed to convert a string in the ODBCDateTime format to a valid JavaScript Date object, and vise versa. So instead of just writing the

Re: [jQuery] Building a Community

2006-11-09 Thread digital spaghetti
On 11/9/06, Dragan Krstic [EMAIL PROTECTED] wrote: It will be very nice to have list of sites runs on jQuery on http://jquery.com, then to have contest for site of month, year, best plugins, widgets, etc... Definitely, I think that would be quite achievable (again, using Drupal!) with each

Re: [jQuery] New Plugin: ODBCDate functions

2006-11-09 Thread Louise Dade
Hi, [I'm usually a lurker, this is my first response - been using JQuery for a couple of months now and loving it!] On 09/11/06, Christopher Jordan [EMAIL PROTECTED] wrote: Today, I was in need of a function to parse strings in the ODBCDateTime format. I needed to convert a string in the

Re: [jQuery] New Plugin: ODBCDate functions

2006-11-09 Thread Blair Mitchelmore
The problem is the plugin uses d.getYear() which returns the current year minus 1900. To get the actual year that line should be changed to d.getFullYear(). Quick fix until the plugin gets officially updated. -blair Louise Dade wrote: Hi, [I'm usually a lurker, this is my first response -

[jQuery] Problems loading select options in IE

2006-11-09 Thread Michael Prinsloo
HiI am generating some option tags with php and then loading them into a select box with jQuery's load method as follows:The Select Box:select id=selectbox/select The _javascript_:$(#selectbox).load(phpfile.php, {action: getoptions, alpha: A});This works well with Firefox but IE simply displays an

Re: [jQuery] New jQuery Plugin - Star Rating

2006-11-09 Thread Klaus Hartl
Andy Matthews schrieb: Rockin! Yeah! Did I already say I really like it! Thanks Wil! -- Klaus ___ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/

Re: [jQuery] Accordion plugin

2006-11-09 Thread Klaus Hartl
Jörn Zaefferer schrieb: I noticed that when text is scaled up in the browser, the containing boxes do not expand to accommodate the larger content. Would this be troublesome to fix? My lame guess is that the height needs to be set to auto at some stage of the animation, or will this

Re: [jQuery] Problems loading select options in IE

2006-11-09 Thread Sam Collett
On 09/11/06, Michael Prinsloo [EMAIL PROTECTED] wrote: Hi I am generating some option tags with php and then loading them into a select box with jQuery's load method as follows: The Select Box: select id=selectbox/select The Javascript: $(#selectbox).load(phpfile.php, {action:

Re: [jQuery] $.get - Retrieving XML Docs

2006-11-09 Thread Klaus Hartl
Richard Walker schrieb: Hi Steve, I've got the latest source from the SVN and built it but I still have the same problem. Maybe I should illustrate what I'm doing, so here is an example: I have a template XML document: ?xml version=1.0 encoding=UTF-8? doc header

Re: [jQuery] Ajax malformed response problems

2006-11-09 Thread Klaus Hartl
Paul McLanahan schrieb: It also does this in IE6 WinXP/sp2. One other caveat is that the cgi also attempts to set cookies in the response header. I don't know if that makes a difference... but there it is. On 11/8/06, Paul McLanahan [EMAIL PROTECTED] wrote: I can't make it stop spitting out

Re: [jQuery] Problems loading select options in IE

2006-11-09 Thread Klaus Hartl
Michael Prinsloo schrieb: Hi I am generating some option tags with php and then loading them into a select box with jQuery's load method as follows: The Select Box: select id=selectbox/select The Javascript: $(#selectbox).load(phpfile.php, {action: getoptions, alpha: A}); This

[jQuery] jQuery SVN over HTTPS

2006-11-09 Thread Sam Collett
SVN access over HTTPS would be useful. Are there any plans for it being implemented (the port used by SVN is blocked here and the required header methods for HTTP access aren't allowed either (and probably never will be))? ___ jQuery mailing list

Re: [jQuery] Problems loading select options in IE

2006-11-09 Thread Michael Prinsloo
Thanks guys. Think I'll get it sorted now. On 09/11/06, Klaus Hartl [EMAIL PROTECTED] wrote: Michael Prinsloo schrieb: Hi I am generating some option tags with php and then loading them into a select box with jQuery's load method as follows: The Select Box: select id=selectbox/select The

Re: [jQuery] Media plugins

2006-11-09 Thread Mike Alsup
Excuse me, Kurt, would you please elaborate more on for content that's going to be delivered in RSS feeds? I am not sure that I fully understand your point. I think he means that since the actual markup is just an anchor tag it will appear that way in a feed. Likewise if you have javascript

[jQuery] Sortables and containment

2006-11-09 Thread Vaska
I have sorting working for the most part, using Interface of course, but I'm able to drop my li containers into other lists on the page. Need to prevent this from happening... accept : 'box', helperclass : 'sorthelper', activeclass : 'sortableactive', hoverclass :

Re: [jQuery] selectbox plugin - take 2

2006-11-09 Thread Klaus Hartl
Christian Bach schrieb: Erik Beeson wrote: Changing with the arrow keys is nice, but it seems like it should select when you hit Enter, and revert to the last selection when you hit ESC. It's now on the list of stuff to implement. Perhaps accessibility expert Klaus, could share some

Re: [jQuery] $.get - Retrieving XML Docs

2006-11-09 Thread Richard Walker
currently it is using application/xml. Are you able to get my example to work on your machine? Klaus Hartl-3 wrote: Are you sure you have set the proper mime type? -- Klaus ___ jQuery mailing list discuss@jquery.com

Re: [jQuery] selectbox plugin - take 2

2006-11-09 Thread Christian Bach
Klaus Hartl wrote: Hey Christian, I'm happy to share my recent findings - I implemented an autocomplete keyboard navigation for Plazes just yesterday - funny! I just had a look at Plazes, but it think i didn't find the right one, perhaps it isn't live yet? In my opinion the following keys

Re: [jQuery] Media plugins

2006-11-09 Thread Mike Alsup
Can it be modified to work with FLAM and WIMPY? Hi Sam, I've never used either of those but if they just use flash then I would think the flash plugin would work with them with little or no modifications. Mike ___ jQuery mailing list

Re: [jQuery] New Plugin: ODBCDate functions

2006-11-09 Thread Christopher Jordan
oops! fixed. :o) Thanks Dan! Chris Dan Atkinson wrote: Hi there. Your JS code link is dead! :) cjordan wrote: Hi folks, Today, I was in need of a function to parse strings in the ODBCDateTime format. I needed to convert a string in the ODBCDateTime format to a valid

Re: [jQuery] Media plugins

2006-11-09 Thread Rafael Santos
I really appreciate it... thx man!2006/11/9, Mike Alsup [EMAIL PROTECTED]: Can it be modified to work with FLAM and WIMPY?Hi Sam,I've never used either of those but if they just use flash then Iwould think the flash plugin would work with them with little or nomodifications.

Re: [jQuery] Accordion plugin

2006-11-09 Thread Joel Birch
Jörn Zaefferer schrieb: I noticed that when text is scaled up in the browser, the containing boxes do not expand to accommodate the larger content. Would this be troublesome to fix? My lame guess is that the height needs to be set to auto at some stage of the animation, or will this cause a

Re: [jQuery] New Plugin: ODBCDate functions

2006-11-09 Thread Christopher Jordan
Louise, Thanks for catching that. I thought I'd checked all the code in both IE and FF(2.0), but missed that one. I was using getYear() instead of getFullYear(). I didn't realize the difference between the two. Anyway, it's fixed now. Thanks again! Chris Louise Dade wrote: Hi, [I'm

Re: [jQuery] $.get - Retrieving XML Docs

2006-11-09 Thread Richard Walker
Hmm If I change the fuction call to: $.ajax({type:GET, url:xml/testTemplate.xml, dataType:xml, success: function(xml) { $.each(data_item, function(i) { $(i,xml).append(data_item[i]); }); alert(Request: + $(xml).toXML()); },

Re: [jQuery] New Plugin: ODBCDate functions

2006-11-09 Thread Krzysztof FF
I've experienced many problems when converting date from database to usable format, so your work is great. But copying date taken after pressing Current time, from: Current Time in ODBCDateTime format: {ts '2006-11-9 14:57:5'} and pasting it into Enter a string to convert box, gives an error:

[jQuery] Another media plugin, but that fails in Firefox 2

2006-11-09 Thread BoOz
Hello, I'm working too on a media player (using Aflax) but I have a problem with Firefox 2. The following code doesn't work althought it used to work with firefox 1. //deal with the classes of the play button $(.play_).toggle(function(){

Re: [jQuery] Problems loading select options in IE

2006-11-09 Thread Brandon Aaron
Oh ... I did not realize that $().load used $().html and totally ignores the recent fix for this issue with the append type methods. I'll have to take a look at fixing this. In the mean time you could just use the $.ajax() with a success callback that $().empty()'s the select and then

Re: [jQuery] Accordion plugin

2006-11-09 Thread Brandon Aaron
On 11/9/06, Joel Birch [EMAIL PROTECTED] wrote: To this: var finished = function() { --running; this.style.height=auto; }; Perhaps it would be best to just allow the style sheet to define whether or not it is auto by setting the style to a blank string. var finished = function() { --running;

Re: [jQuery] Synchronous XMLHttpRequest option

2006-11-09 Thread Sébastien
Le Wed, 08 Nov 2006 16:54:48 +0100, Jörn Zaefferer [EMAIL PROTECTED] a écrit : It should pretty easy to add it, especially after the refactoring I did after 1.0.3. I created a bug report (http://jquery.com/dev/bugs/bug/367/), but would delay it for 1.1. Thanks :) I could implement the

Re: [jQuery] Tweak to Jorn's ToolTip plugin

2006-11-09 Thread Andy Matthews
I love it! I'm sure you'd do a better job than I at making it work properly. I'm jsut glad you think it's a good idea. !//-- andy matthews web developer certified advanced coldfusion programmer ICGLink, Inc. [EMAIL PROTECTED] 615.370.1530 x737 --//-

Re: [jQuery] Media plugins

2006-11-09 Thread Kurt Mackey
That's correct, people who post things like Youtube videos on their blogs generally annoy me. Most readers won't (and probably shouldn't) do anything with flash or other rich content. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Mike Alsup Sent:

Re: [jQuery] Accordion plugin

2006-11-09 Thread Joel Birch
On 11/9/06, Joel Birch [EMAIL PROTECTED] wrote: To this: var finished = function() { --running; this.style.height=auto; }; Perhaps it would be best to just allow the style sheet to define whether or not it is auto by setting the style to a blank string. var finished = function() {

Re: [jQuery] New Plugin: ODBCDate functions

2006-11-09 Thread Christopher Jordan
Krzysztof, You're right. I am expecting the digits in the time format to have leading zeros, because I thought that was the "proper" ODBC format. But I should allow single digits, and prepend the zero. Good suggestion. I'll implement that in a few minutes. Thanks, Chris Krzysztof FF wrote:

Re: [jQuery] Accordion plugin

2006-11-09 Thread Wil Stuckey
On 11/8/06, Jörn Zaefferer [EMAIL PROTECTED] wrote: Hi jQueryians,just improved and commited the jQuery accordion plugin, or rather Accordion widget. Whatever you like to call it, it's quite neat and very flexible.Very cool Jörn, I really like how flexible it is.-Wil

Re: [jQuery] new plugin: AnimateClass/animateStyle

2006-11-09 Thread Blair Mitchelmore
Beautiful plug-in Paul! I haven't looked at the code yet, but I'm sure it's spectacular. You've officially put my highlightFade plug-in out of business. ;) -- blair Paul Bakaus wrote: Hi jQuerians, I managed to get the core functionality of my new plugin done today. Still, cross-browser

Re: [jQuery] conflict between jtip and thickbox

2006-11-09 Thread Kolman Nándor
Hi In _javascript_ I really miss not to have a print_r() function to debug. Often I use alert() and innerHTML in order to see what I am manipulating, but here with objects, I don't know how to debug... If you develop on Firefox, you can use the firebug extension. It has a

Re: [jQuery] conflict between jtip and thickbox

2006-11-09 Thread Stephen Woodbridge
Olivier Percebois-Garve wrote: Hi I'm trying to implement jtip on a page where I have already implemented the thickbox, both on a elements. Apparently the saveTitle function is not being called. Any thoughts ? In javascript I really miss not to have a print_r() function to debug.

Re: [jQuery] new plugin: AnimateClass/animateStyle

2006-11-09 Thread Paul Bakaus
I'm not sure it's spectacular ;-)I think highlightFade is still a great specialized plugin, I have used it before! I haven't looked at your code, maybe you can cross-check mine (the parts with the color functionality), tell me if you see some possible improvements, I'm sure there are many.

Re: [jQuery] selectbox plugin - take 2

2006-11-09 Thread Wil Stuckey
On 11/9/06, Christian Bach [EMAIL PROTECTED] wrote: Erik Beeson wrote: Changing with the arrow keys is nice, but it seems like it should select when you hit Enter, and revert to the last selection when you hit ESC.It's now on the list of stuff to implement. Perhaps accessibility expert Klaus,

Re: [jQuery] conflict between jtip and thickbox

2006-11-09 Thread Olivier Percebois-Garve
WowU are really fast guys !!! I'll definitely gonna to use this dumpObj function (I have already firebug). thanks a lotI found my mistakes which was as usual quit dumb:I made this: class=thickbox class=tooltip instead of class=thickbox tooltipolivvvOn 11/9/06, Stephen Woodbridge [EMAIL PROTECTED]

Re: [jQuery] $.get - Retrieving XML Docs

2006-11-09 Thread Richard Walker
setting the type to text/xml doesn't seem to help any. -- View this message in context: http://www.nabble.com/%24.get---Retrieving-XML-Docs-tf2598993.html#a7260622 Sent from the JQuery mailing list archive at Nabble.com. ___ jQuery mailing list

Re: [jQuery] new plugin: AnimateClass/animateStyle

2006-11-09 Thread Giuliano Marcangelo
Paul, works beautifully in FF.but in IE6 only Example1 works when clicking button Press Me...the other button Go Back does not function/has no effect.Examples 2 and 3 do not work at all... :-(On 09/11/06, Paul Bakaus [EMAIL PROTECTED] wrote: I'm not sure it's spectacular ;-)I think

[jQuery] $.getJSON ?

2006-11-09 Thread Truppe Steven
Hello, i try to use the $.getJSON function to get some JSON data from my php file. The actual code looks like this: function loadArticle(id) { $.getJSON(../admin/article.php, { mode:get, id: id }, function(json){ if(console) console.log(json); else alert(json);

Re: [jQuery] Accordion plugin

2006-11-09 Thread Theo Welch
Brilliant, guys! Thanks a lot for sharing these enhancement ideas Joel and Brandon. Not only can the text in the accordion now be resized with no penalty, but this also makes it possible to swap out the contents of the accordion sections at runtime! This was a big help (and enlightening). :)

Re: [jQuery] New Plugin: ODBCDate functions

2006-11-09 Thread Christopher Jordan
Hi folks, Per Krzysztof's suggestion I've added the ability to pass ODBCDateTime strings that are missing leading zeros in the month, day, hours, minutes or seconds. In the case of seconds, if you intend "00" you can leave it off entirely (including the preceding colon). The year must still

Re: [jQuery] new plugin: AnimateClass/animateStyle

2006-11-09 Thread Karl Swedberg
On Nov 9, 2006, at 10:29 AM, Paul Bakaus wrote:I'm not sure it's spectacular ;-)I think highlightFade is still a great specialized plugin, I have used it before! I haven't looked at your code, maybe you can cross-check mine (the parts with the color functionality), tell me if you see some possible

Re: [jQuery] $.getJSON ?

2006-11-09 Thread Truppe Steven
Hello again, i've now updated to jQuery 1.0.3 and get a new error (same code): / syntax error/ jquery-1.0.3.pack... (line 1) data = $.getJSON(file.php, {mode:get, id:45}, function(json) { console.log(json); } ); Firebug shows me that the GET request is going out but i get no

Re: [jQuery] Media plugins

2006-11-09 Thread Luke Lutman
Dang! You beat me to the punch, Mike. I've been working on (more or less) the same thing, and was just finishing up my documentation and examples last night when you posted yours... too bad we didn't find out sooner. Here's my version: http://jquery.lukelutman.com/plugins/flash/ I've

Re: [jQuery] $.getJSON ?

2006-11-09 Thread Mike Alsup
i've now updated to jQuery 1.0.3 and get a new error (same code): Can you post a link? ___ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/

Re: [jQuery] $.getJSON ?

2006-11-09 Thread Truppe Steven
Mike Alsup schrieb: at the moment i'm just using jQuery 1.0.1. getJSON wasn't added to jQuery until ver 1.0.2. ___ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/ It's working now, don't know what the problem was.

[jQuery] Alternative tooltip, with shadows...

2006-11-09 Thread Andy Matthews
So I was planning on using Jorn's tooltip plugin, but my client nixed it saying that he wanted something that looked more like this: http://www.sleekspaces.com/category/Workspace/Office_Chairs?scope=brandscop e_id=188 Scroll down a bit, then hover over the Lider Conference Chair. I'm thinking

Re: [jQuery] Media plugins

2006-11-09 Thread Mike Alsup
I'm curious to know what you think :-) That's excellent, Luke! Very flexible and very powerful; nice work! Mike PS: Love the Beatles! ___ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/

[jQuery] .clone and form elements

2006-11-09 Thread bmsterling
Hey guys and gals, I am trying to duplicate a set of form elements using: $(#claims).clone().appendTo(#ap) and div id=claims div class=fieldlabelinput type=text class=contact name=claim[] value=//div div class=fieldinput

Re: [jQuery] Alternative tooltip, with shadows...

2006-11-09 Thread Andy Matthews
Okay... An update. I've got this working by placing a transparent PNG as a background image for #tooltip. I'm having trouble getting it to be transparent in IE though. Does jQuery have a plugin to make ANY png transparent regardless of where it appears in the code? !//-- andy

[jQuery] does jQuery has support for parameter handling ?

2006-11-09 Thread Truppe Steven
Hello everyone, i have the following problem: i want to pass a string that is encoded with the php urlencode() function via json to some javascript code. does javascript or jQuery support any way to decode such a string ? Another point: Does jQuery support any sort of URL parameter handling ?

Re: [jQuery] .clone and form elements

2006-11-09 Thread Karl Swedberg
On Nov 9, 2006, at 12:21 PM, bmsterling wrote: Hey guys and gals, I am trying to duplicate a set of form elements using: $(#claims).clone().appendTo(#ap) and div id=claims div class=fieldlabelinput type=text class=contact name=claim[]

Re: [jQuery] does jQuery has support for parameter handling ?

2006-11-09 Thread Truppe Steven
Mark Gibson schrieb: Javascript has the functions: decodeURI(s) and decodeURIComponent(s) I get a string like this: Stumpf+einer+Palme%2C+ausgeh%F6hlt%2C+geschliffen+und+mit+Perlmutteinlegearbeiten+verziert If this string is inside the variable test and i do: var newtest

Re: [jQuery] does jQuery has support for parameter handling ?

2006-11-09 Thread Stephen Woodbridge
Does decodeURIComponent() support character encoding character sequences? %F6 looks like an accented character, if you remove this does it work? That might give you a clue to the problem or what to search for. -Steve Truppe Steven wrote: Mark Gibson schrieb: Javascript has the functions:

Re: [jQuery] does jQuery has support for parameter handling ?

2006-11-09 Thread Luke Lutman
escape() and unescape() have always worked for me :-) i.e. escape('The quick brown fox') - The%20quick%20brown%20fox unescape('The%20quick%20brown%20fox') - The quick brown fox Luke Truppe Steven wrote: Mark Gibson schrieb: Javascript has the functions: decodeURI(s) and

Re: [jQuery] .clone and form elements

2006-11-09 Thread Dave Methvin
$(#claims).clone().siblings(.contact).val().appendTo(#ap) and that give me an error. You didn't mention the error message or browser, that could help. I did notice you are cloning an element that has an id on it and inserting a duplicate id elsewhere in the tree. I think IE lets you get away

[jQuery] Satellite for jquery, does it already exist?

2006-11-09 Thread Daniel Ruiz
I would like to do something like Satellite(tm) 1.0 (an online application for displaying a gallery of images remotely from your flickr.com account) [http://design.tedforbes.com/] but with jquery rather than prototype. Has this been done already? If so can someone send me the url. Thx Daniel

[jQuery] table rows are reluctant to give up their space

2006-11-09 Thread dan conner
nd am seeing something strange, though it is probably more _javascript_ related. I have a simple table of rows for items in a shopping cart. in each row is a remove link that should remove the item from the cart, and the row from the table. here's the basic HTML: !DOCTYPE html PUBLIC -//W3C//DTD

[jQuery] Transparent PNG IE plugin for jQuery?

2006-11-09 Thread Andy Matthews
Is there a jQuery plugin that causes ANY png to be transparent? There are scripts that I've seen that force any PNG called from within an IMG tag to be transparent in IE, but I've got a PNG set as a background image that I'd also like to have that same behaviour. I'm sure I could find it

Re: [jQuery] Transparent PNG IE plugin for jQuery?

2006-11-09 Thread Jörn Zaefferer
Andy Matthews schrieb: Is there a jQuery plugin that causes ANY png to be transparent? There are scripts that I've seen that force any PNG called from within an IMG tag to be transparent in IE, but I've got a PNG set as a background image that I'd also like to have that same behaviour. I'm

Re: [jQuery] Synchronous XMLHttpRequest option

2006-11-09 Thread Jörn Zaefferer
Sébastien schrieb: It should pretty easy to add it, especially after the refactoring I did after 1.0.3. I created a bug report (http://jquery.com/dev/bugs/bug/367/), but would delay it for 1.1. Thanks :) I could implement the solution for this bug easily, but as I've not

Re: [jQuery] Accordion plugin

2006-11-09 Thread Jörn Zaefferer
Theo Welch schrieb: Brilliant, guys! Thanks a lot for sharing these enhancement ideas Joel and Brandon. Not only can the text in the accordion now be resized with no penalty, but this also makes it possible to swap out the contents of the accordion sections at runtime! This was a big help (and

Re: [jQuery] Transparent PNG IE plugin for jQuery?

2006-11-09 Thread Andy Matthews
I could swear that I've seen it somewhere. This has to be possible, even if it's not in jQuery. !//-- andy matthews web developer certified advanced coldfusion programmer ICGLink, Inc. [EMAIL PROTECTED] 615.370.1530 x737 --//- -Original Message-

Re: [jQuery] Alternative tooltip, with shadows...

2006-11-09 Thread Andy Matthews
Of course. Once I get them uploaded I'll show you an example. !//-- andy matthews web developer certified advanced coldfusion programmer ICGLink, Inc. [EMAIL PROTECTED] 615.370.1530 x737 --//- -Original Message- From: [EMAIL PROTECTED]

Re: [jQuery] Chili syntax highlighter updated

2006-11-09 Thread Matt Stith
I added a little notice at the top of the plugins page, hopefully people will see it.On 11/9/06, Jörn Zaefferer [EMAIL PROTECTED] wrote:Hi Andrea! Many thanks for adding Chili to the jQuery.com plugins page. I've just released a new version, 1.2 I'd appreciate very much if you could change the

Re: [jQuery] Transparent PNG IE plugin for jQuery?

2006-11-09 Thread Andy Matthews
So this matches only background images? !//-- andy matthews web developer certified advanced coldfusion programmer ICGLink, Inc. [EMAIL PROTECTED] 615.370.1530 x737 --//- -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf

Re: [jQuery] Click event is not sticking

2006-11-09 Thread Chris W. Parker
On Thursday, November 09, 2006 12:14 PM Jörn Zaefferer said: There is quite a lot of stuff on your page. It would be a great help if you could reduce the code we have to check to find the problem. Which page are you referring to? custom.js? index.php? One of my ajax php pages? Chris.

Re: [jQuery] Transparent PNG IE plugin for jQuery?

2006-11-09 Thread Alex Cook
IE does not perform well with PNGs as background objects. Microsoft requires a PNG to be wrapped in on of their stupid filters in order to make it transparent, and those filters won't work with background images placed via CSS. I'm not sure how IE7 handles PNG backgrounds however. So, in answer

Re: [jQuery] Transparent PNG IE plugin for jQuery?

2006-11-09 Thread kscholl . jq
Thanks for the suggestion ,but it doesn't seem to be working. BTW, as an aside, is there a preferred method of responding on this list: top- or bottom-posting? Makes no matter to me, but some places are pretty adamant about one or the other, and as they say, when in Rome... --

Re: [jQuery] Transparent PNG IE plugin for jQuery?

2006-11-09 Thread Alex Cook
And of course Jorn trumps me as soon as I hit send. I didn't realize the filter could be placed that way, but lo and behold. I'm never replying before reading all the messages again ;) -ALEX -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Jörn

Re: [jQuery] Transparent PNG IE plugin for jQuery?

2006-11-09 Thread Klaus Hartl
Jörn Zaefferer schrieb: [EMAIL PROTECTED] schrieb: Andy, I looked pretty extensively some weeks ago for exactly the same thing, and came up empty. There are several solutions available for IMG tags, as you state, but all of them seem to use imposition of a background on the image by

Re: [jQuery] Accordion plugin

2006-11-09 Thread Brandon Aaron
On 11/9/06, Jörn Zaefferer [EMAIL PROTECTED] wrote: Brandon Aaron schrieb: Perhaps it would be best to just allow the style sheet to define whether or not it is auto by setting the style to a blank string. var finished = function() { --running; this.style.height = ''; }; Wouldn't it be

Re: [jQuery] Transparent PNG IE plugin for jQuery?

2006-11-09 Thread Andy Matthews
This doesn't appear to work in conjunction with your plugin Jorn. I'm thinking that it's because the #tooltip element is being created dynamically, it's not able to find it in the query, and therefore can't apply the fix. Let me upload the code for anyone to fiddle with.

Re: [jQuery] Transparent PNG IE plugin for jQuery?

2006-11-09 Thread Andy Matthews
Here's the link I forgot to send. http://www.modernessentials.com/tooltip/tooltiptest.cfm It's got Stefan's code in place, but I very well could have put it in the wrong location. Anyone have an idea? !//-- andy matthews web developer certified advanced coldfusion

[jQuery] How to Add HTML to a page, and make it active?

2006-11-09 Thread Scott Sharkey
Hi All, Relatively new to jQuery, and loving it so far. Hopefully you can help me with this one... I have a quote page, which has line items that fetch various pieces of info (via ajax) from the server as the user starts drilling down. There are a variable number of line items, of 4 different

Re: [jQuery] Accordion plugin

2006-11-09 Thread Jörn Zaefferer
Jörn Zaefferer schrieb: Hi jQueryians, just improved and commited the jQuery accordion plugin, or rather Accordion widget. Whatever you like to call it, it's quite neat and very flexible. That is true once more! Please checkout the updated demo:

Re: [jQuery] Transparent PNG IE plugin for jQuery?

2006-11-09 Thread Jörn Zaefferer
Andy Matthews schrieb: Here's the link I forgot to send. http://www.modernessentials.com/tooltip/tooltiptest.cfm It's got Stefan's code in place, but I very well could have put it in the wrong location. Anyone have an idea? Put jQuery code into document ready. You didn't :p (I hope

Re: [jQuery] Transparent PNG IE plugin for jQuery?

2006-11-09 Thread Jörn Zaefferer
[EMAIL PROTECTED] schrieb: BTW, as an aside, is there a preferred method of responding on this list: top- or bottom-posting? Makes no matter to me, but some places are pretty adamant about one or the other, and as they say, when in Rome... As you may notice, I prefer bottom-posting with

Re: [jQuery] Click event is not sticking

2006-11-09 Thread Jörn Zaefferer
Chris W. Parker schrieb: There is quite a lot of stuff on your page. It would be a great help if you could reduce the code we have to check to find the problem. Which page are you referring to? custom.js? index.php? One of my ajax php pages? Just the complete application. It's way

Re: [jQuery] Transparent PNG IE plugin for jQuery?

2006-11-09 Thread Jörn Zaefferer
Andy Matthews schrieb: This doesn't appear to work in conjunction with your plugin Jorn. I'm thinking that it's because the #tooltip element is being created dynamically, it's not able to find it in the query, and therefore can't apply the fix. Let me upload the code for anyone to fiddle

Re: [jQuery] jQuery SVN over HTTPS

2006-11-09 Thread Paul McLanahan
Second!! On 11/9/06, Sam Collett [EMAIL PROTECTED] wrote: SVN access over HTTPS would be useful. Are there any plans for it being implemented (the port used by SVN is blocked here and the required header methods for HTTP access aren't allowed either (and probably never will be))?

[jQuery] jQuery Bug #262: name.replace is not a function in 1.0.3

2006-11-09 Thread Dossy Shiobara
http://jquery.com/dev/bugs/bug/262/ I re-opened this bug (it was closed) as I'm now running into this error. Can some more folks take a look at this and see if there's any kind of work-around, even? Is there anything that can be done if another JS script extends the Object object in a foolish

Re: [jQuery] $.get - Retrieving XML Docs

2006-11-09 Thread Ⓙⓐⓚⓔ
When you aren't getting what you expect from an ajax call, inside the complete callback I show the req.responseXML req.responseText using routines like the $.debug from jquery.com (somewhere) or my own version: jQuery.fn.debug = function(message) { return this.log('debug:' + (message ||

Re: [jQuery] Transparent PNG IE plugin for jQuery?

2006-11-09 Thread Andy Matthews
That was exactly it!!! http://www.modernessentials.com/tooltiptest.cfm Once I've got it in place for reals, I'll send out another link. !//-- andy matthews web developer certified advanced coldfusion programmer ICGLink, Inc. [EMAIL PROTECTED] 615.370.1530 x737

Re: [jQuery] Click event is not sticking

2006-11-09 Thread Chris W. Parker
On Thursday, November 09, 2006 1:49 PM Jörn Zaefferer said: Just the complete application. It's way to much stuff to look through all of it to find the problem you mentioned. I'm willing to help, but please understand that you can help, too :-) Although I haven't removed anything (well, I've

  1   2   >