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

2007-05-11 Thread sithram
More information: In the ASP page I have a URLdecode function to use it before insert the data: function URLDecode(psEncodeString) { return unescape(psEncodeString); } I test with this one too: Private Function URLDecode_vbs(byVal encodedstring) Dim strIn, strOut, intPos, strLeft Dim strRi

[jQuery] Re: help: add click event to element

2007-05-11 Thread [EMAIL PROTECTED]
yeah, i have the code. it's located on a private server. here is the source code. Thanks. http://www.w3.org/ TR/html4/strict.dtd"> Query GVC $(function () { $("a.history").click(function(){ $("#history").slideToggle(); return false; }); $('form').submit(function () { $("#

[jQuery] Re: Suggestion - A | B | C | - Navigation container

2007-05-11 Thread Ⓙⓐⓚⓔ
thanks Bill, Like any piece of new code, there are bound to be bugs... click works better here than toggle, so : http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd";> http://www.w3.org/1999/xhtml"; xml:lang="en"> letters jQuery.keysOf = functio

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

2007-05-11 Thread sithram
Hello! I need to can use ISO-8859-1 in send data to server with the (selector).ajaxForm(options). I see that uses encodeURIcomponent in serialize parameters, and this does that the sending information uses strange codes. initial text > recieved text després > després informació > informació

[jQuery] Re: Suggestion - A | B | C | - Navigation container

2007-05-11 Thread Bil Corry
Ⓙⓐⓚⓔ wrote on 5/11/2007 5:06 PM: As a plug in: Very cool, thanks for sharing! - Bil

[jQuery] Re: Flickering slide in Firefox 1.5 on XP

2007-05-11 Thread John Resig
The dev list is down right now, the move to the new server has take a toll on us. --John On 5/11/07, bhagany <[EMAIL PROTECTED]> wrote: I tried making a ticket in the bug tracker, and it seemed to work, but it's not showing up when I try to view the ticket reports. I'm kind of new at this -

[jQuery] Re: Suggestion - A | B | C | - Navigation container

2007-05-11 Thread Ⓙⓐⓚⓔ
As a plug in: http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd";> http://www.w3.org/1999/xhtml"; xml:lang="en"> letters jQuery.keysOf = function(obj){ var keys = [] for(keys[keys.length] in obj);

[jQuery] Re: Suggestion - A | B | C | - Navigation container

2007-05-11 Thread Ⓙⓐⓚⓔ
I'd do it like this. http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd";> http://www.w3.org/1999/xhtml"; xml:lang="en"> letters jQuery(function($){ var keysOf = function(obj){ var keys = [] f

[jQuery] Re: help: add click event to element

2007-05-11 Thread Jake McGraw
Do you have an example document you would use this code on? - jake On 5/11/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: What I'm trying to do is to add a click event to all element with class name 'backtotop'. The code works in IE, but not in Fx; It seems like Fx can execute select and f

[jQuery] Re: Flickering slide in Firefox 1.5 on XP

2007-05-11 Thread bhagany
I tried making a ticket in the bug tracker, and it seemed to work, but it's not showing up when I try to view the ticket reports. I'm kind of new at this - anybody have any advice? Also, I keep on trying to sign up for the dev mailing list, but I get a 404 every time I find a link to it. What's

[jQuery] help: add click event to element

2007-05-11 Thread [EMAIL PROTECTED]
What I'm trying to do is to add a click event to all element with class name 'backtotop'. The code works in IE, but not in Fx; It seems like Fx can execute select and focus on the second line too, just not the line containing "trigger". $("td.backtotop").click(function(){ $("a.nav

[jQuery] Re: Suggestion - A | B | C | - Navigation container

2007-05-11 Thread Andy Matthews
update the code part to actually write the letters to the screen: JS CODE -- $(document).ready( function() { // declare an array var capArr = []; var capStr = ''; $('li').each(function(){ var cap = $(this).html().substring(0,1); if (capStr.indexOf(cap) != 1) {

[jQuery] Re: Google AJAX Feed API

2007-05-11 Thread Mike Alsup
Google recently announced a "Feed Control" to go along with their Feed API. This mostly obviates the need for my gFeed plugin, but I've updated it to use their control so that you can still have a layer of unobtrusive jQuery goodness if you like. http://malsup.com/jquery/gfeed/ Mike On 4/24/

[jQuery] Re: Suggestion - A | B | C | - Navigation container

2007-05-11 Thread Andy Matthews
This code gives you an arrary containing the first character of any string inside a list item. You can then do whatever you want with it. I only used the capStr var because I couldn't get indexOf working with the capStr array. I'd also be interested in seeing if anyone has ideas to improve the co

[jQuery] any way to clear cached data

2007-05-11 Thread [EMAIL PROTECTED]
Hi, I noticed with the Jquery AJAX tabs, when the remote tab content is loaded, it is stored in a hidden DIV, and then when the tab is re- selected, the content of that DIV is loaded. Is there a way to get the tab to reload the AJAX content each time, instead of going to the cached data in the D

[jQuery] Suggestion - A | B | C | - Navigation container

2007-05-11 Thread Mario Moura
Hi Folks This email is a suggest to a new plugin. Is it possible from a list create a A/B/C Navigation container? A | B | C | ... Accessible Travel Assisted Living ... If is possible please let me know, If not feel free to use it. Regards Mario

[jQuery] Re: Flickering slide in Firefox 1.5 on XP

2007-05-11 Thread bhagany
After I posted, I realized that first paragraph is a little outdated... so disregard the stuff that doesn't seem to make sense. On May 11, 3:05 pm, bhagany <[EMAIL PROTECTED]> wrote: > Okay, I've been fooling around with this all day, and I think I have > narrowed down the problem, but I'm not su

[jQuery] Re: partially loaded ajax callback

2007-05-11 Thread Ⓙⓐⓚⓔ
added to the bug tracker, http://dev.jquery.com/ticket/1172 On 5/10/07, Mike Alsup <[EMAIL PROTECTED]> wrote: Cool! I like it. Mike > I have a demo, it just shows the count of characters. > > http://jpassoc.com/Library.html -- Ⓙⓐⓚⓔ - יעקב ʝǡǩȩ ᎫᎪᏦᎬ

[jQuery] Re: Flickering slide in Firefox 1.5 on XP

2007-05-11 Thread bhagany
Okay, I've been fooling around with this all day, and I think I have narrowed down the problem, but I'm not sure what to do about it. It's actually a few problems, and it's mostly in Interface, but just in case anybody has the same problems, I'll post my solution here. I stepped through the scri

[jQuery] Show the World Your Talent and Win

2007-05-11 Thread [EMAIL PROTECTED]
Born in Austin, TX - home of the Live Music Capital of the World, FameCast is the first online competition designed to find America's best new talent. Understanding that lack of exposure is what keeps some of our best artists in the shadows, we aim to shine the spotlight on those that have what it

[jQuery] Re: Return a reference to the root DOM object

2007-05-11 Thread Pogo
Thanks, everyone, for the answers. On May 11, 1:47 pm, "Dan G. Switzer, II" <[EMAIL PROTECTED]> wrote: > > I haven't really spent any time looking through the parsing engine, but > > wouldn't it be faster to find elements by ID and then filter by the tag? > > >IIRC, that's what the selector engin

[jQuery] Re: using jQuery with multiple libraries

2007-05-11 Thread browntown
unfortunately I can't...this currently on an internal server. I can't push it live until the site is in production. Let me try to replicate it and push it somewhere for you to view. On May 11, 3:37 pm, "John Resig" <[EMAIL PROTECTED]> wrote: > Can you provide a URL for where this is happening? It

[jQuery] Re: using jQuery with multiple libraries

2007-05-11 Thread John Resig
Can you provide a URL for where this is happening? It will help us to debug the problem. --John On 5/11/07, browntown <[EMAIL PROTECTED]> wrote: Thanks for the replies...I've tried every variation provided on the using jquery with other libraries page...still no dice. I still receive the fol

[jQuery] Re: Getting null when trying to retrieve textarea value

2007-05-11 Thread [EMAIL PROTECTED]
A minor correction to what was up above it should be a *= not just an = On May 11, 3:15 pm, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > Sorry I didn't provide an accurate description above. Basically the > scenario is that I have a asp:textbox control set with multiline, and > when the page

[jQuery] tablesorter plugin - filesize support

2007-05-11 Thread Gaieges
Hey all, Just thought I'd give back to the community and offer up a simple addition to the great tablesorter plugin by Christian Bach (http:// motherrussia.polyester.se). I needed a simple sorter based on filesize, and it didn't quite work with the generic sorter. Thanks to the great structu

[jQuery] Re: using jQuery with multiple libraries

2007-05-11 Thread browntown
Thanks for the replies...I've tried every variation provided on the using jquery with other libraries page...still no dice. I still receive the following error: jQuery(document).ready is not a function [Break on this error] jQuery(document).ready(function($){ On May 10, 11:25 pm, "[EMAIL PROTECT

[jQuery] Re: Getting null when trying to retrieve textarea value

2007-05-11 Thread [EMAIL PROTECTED]
Sorry I didn't provide an accurate description above. Basically the scenario is that I have a asp:textbox control set with multiline, and when the page renders, the id/name of the control also gets changed. Anyways I was using the above as a way to get the value of the control without knowing the

[jQuery] Re: Getting null when trying to retrieve textarea value

2007-05-11 Thread [EMAIL PROTECTED]
The reason I am using the other is because of asp.net. When it renders it changes the id of the tag, so all I know is that snippet. On May 11, 12:51 pm, Sam Collett <[EMAIL PROTECTED]> wrote: > On May 11, 5:46 pm, Bil Corry <[EMAIL PROTECTED]> wrote: > > > [EMAIL PROTECTED] wrote on 5/11/2007 9:3

[jQuery] Nav Tab with Controls Play, Pause, Next and Prev.

2007-05-11 Thread itcaso
Hi... i have a prototype code... this code its a navigation tab like this site http://www.endi.com, see?... the seccion on top?... how i can crean some like that but.. with jquery... i have the prototype code... but it to difficult by me!! Helpme!!! the code!! //

[jQuery] Re: Return a reference to the root DOM object

2007-05-11 Thread Dan G. Switzer, II
> I haven't really spent any time looking through the parsing engine, but > wouldn't it be faster to find elements by ID and then filter by the tag? > >IIRC, that's what the selector engine does currently (that or something >like it). "p#myId" used to take a very long time because it would go >t

[jQuery] Re: Return a reference to the root DOM object

2007-05-11 Thread Aaron Heimlich
On 5/11/07, Aaron Heimlich <[EMAIL PROTECTED]> wrote: IIRC, that's what the selector engine does currently (that or something like it). "p#myId" used to take a very long time because it would go through every "p" and look for one with an id of "myId". I'm quite sure that jQuery doesn't do that a

[jQuery] Re: Return a reference to the root DOM object

2007-05-11 Thread Aaron Heimlich
On 5/11/07, Dan G. Switzer, II <[EMAIL PROTECTED]> wrote: I haven't really spent any time looking through the parsing engine, but wouldn't it be faster to find elements by ID and then filter by the tag? IIRC, that's what the selector engine does currently (that or something like it). "p#myId"

[jQuery] Re: Return a reference to the root DOM object

2007-05-11 Thread Dan G. Switzer, II
>yes, all of what you said is correct.. an alternative way to access a >single dom element would be $("p#thisIsMyParagraph").get(0) (both ways >to access the dom element are correct).. just one advice, it's much >faster to find the element with just the id, without the tag,.. because >when writing

[jQuery] Re: Return a reference to the root DOM object

2007-05-11 Thread spinnach
yes, all of what you said is correct.. an alternative way to access a single dom element would be $("p#thisIsMyParagraph").get(0) (both ways to access the dom element are correct).. just one advice, it's much faster to find the element with just the id, without the tag,.. because when writing

[jQuery] Re: Getting null when trying to retrieve textarea value

2007-05-11 Thread Sam Collett
On May 11, 5:46 pm, Bil Corry <[EMAIL PROTECTED]> wrote: > [EMAIL PROTECTED] wrote on 5/11/2007 9:34 AM: > > > I am trying to get the value of a textarea with the following code, > > however it is returning null all the time. > > > var curText= $("[EMAIL PROTECTED]").val(); > > This works: > >

[jQuery] Re: Getting null when trying to retrieve textarea value

2007-05-11 Thread Bil Corry
[EMAIL PROTECTED] wrote on 5/11/2007 9:34 AM: I am trying to get the value of a textarea with the following code, however it is returning null all the time. var curText= $("[EMAIL PROTECTED]").val(); This works: var curText= $("#myText").val(); - Bil

[jQuery] Re: jCarousel

2007-05-11 Thread Jan Sorgalla
Hi, On May 11, 3:51 pm, [EMAIL PROTECTED] wrote: > Hi folks > > 2 things (both related) regarding jCarousel > > Beta 0.2.0 - Am I right in asumming that the old 'itemStart' var is > not equivalent to 'start'. > If it is equivalent; this may be a bug, if it isn't; is this feature > being dropped?

[jQuery] Getting null when trying to retrieve textarea value

2007-05-11 Thread [EMAIL PROTECTED]
I am trying to get the value of a textarea with the following code, however it is returning null all the time. var curText= $("[EMAIL PROTECTED]").val(); alert(curText); Is there something else I need to do?

[jQuery] Re: Autocomplete plugin

2007-05-11 Thread Brian Miller
Dan, I'm essentially trying to replicate a "combobox". I'm almost certainly going to use a fairly limited set of local data. Not that I want to rule remote data out, mind you. Basically, I want a "pulldown" control that will show the entire list (preferably with scrolling, which I think is not

[jQuery] Re: Return a reference to the root DOM object

2007-05-11 Thread John Resig
I understand that one way of doing the same thing in jQuery is to reference it thus: var element = $("p#thisIsMyParagraph")[0]; IS THIS CORRECT? Is there a more correct way, or is this the only way? You're spot-on. That is the correct way to get a reference to the original DOM node. --John

[jQuery] Return a reference to the root DOM object

2007-05-11 Thread Pogo
This is the simplest of ideas, but I'm new to jQuery (I probably shouldn't admit that), and I want to know, when working with the power of the "$" how does one return a reference. I hope I'm saying this correctly. Allow me to illustrate: Let's say one grabs a paragraph with the ID "thisIsMyPara

[jQuery] Re: jQ Curvy Corners

2007-05-11 Thread Glen Lipka
I think I see the problem. Apparently with this plugin, you need to have a background image declared for stuff that has borders. Not sure why? I put in a 50x50 image as the background and it worked. Glen On 5/11/07, Glen Lipka <[EMAIL PROTECTED]> wrote: Ok, I did that. Still JS Error and no

[jQuery] Re: Autocomplete plugin

2007-05-11 Thread Dan G. Switzer, II
Brian, >How would I go about creating a button/anchor to put next to a field with >an autocompleter, that will cause the selection list (with all of its >values) to appear? At the moment there's no external hooks that will allow you to do this. All the hide/show functions are private declaration

[jQuery] Re: [bug]removeClass('') removes all classes

2007-05-11 Thread Arrix
Glad to see the trac up and running:-) Ticket created here. On 5/11/07, John Resig <[EMAIL PROTECTED]> wrote: The bug tracker is back up again - feel free to add this as a bug! --John On 5/9/07, John Resig <[EMAIL PROTECTED]> wrote: > I agree then, it is i

[jQuery] jquery tabs: setting tab width on IE

2007-05-11 Thread [EMAIL PROTECTED]
Hi, Regarding the JQuery tabs plug-in, I want to have variable width tabs, depending on how long the tab text is. So, using the default style sheet from the example (http://www.stilbuero.de/jquery/tabs/ jquery.tabs.css), I removed the "width: 64px;" line of the following CSS block .tabs-nav a {

[jQuery] Re: jQ Curvy Corners

2007-05-11 Thread Glen Lipka
Ok, I did that. Still JS Error and no corners in IE7. Glen On 5/11/07, Equand <[EMAIL PROTECTED]> wrote: there is an error console in firefox that manages all the errors u have in your scripts here is a bugful css declaration: div.navigation a { background-image; background-position: 10p

[jQuery] Unsubscribing

2007-05-11 Thread Dan Shields
How do we unsubscribe from the mailing list. I didn't join when it was the google group and now it looks like there isn't a way to remove me from the list.

[jQuery] Re: jquery tabs: How to make the tab contain both text and a small image

2007-05-11 Thread [EMAIL PROTECTED]
yes, there was an extra element. I have removed it and added a click handler to the image I wanted. No tables. Thanks, - Dave On May 11, 12:56 am, Klaus Hartl <[EMAIL PROTECTED]> wrote: > [EMAIL PROTECTED] wrote: > > Hi, > > > With regards to the plugin (http://stilbuero.de/jquery/tabs/), I w

[jQuery] Re: jQ Curvy Corners

2007-05-11 Thread Equand
there is an error console in firefox that manages all the errors u have in your scripts here is a bugful css declaration: div.navigation a { background-image; background-position: 10px; background-repeat: no-repeat; background-color: ; ... delete background-image or set it to none, set ba

[jQuery] Re: Flickering slide in Firefox 1.5 on XP

2007-05-11 Thread Equand
the divs, u should look into divs position, position them absolutely, or add another div with a strict size which doesn't slide, because on relative position when it slides - it's height or width changes, so the previous div gets into place... On May 11, 4:49 pm, bhagany <[EMAIL PROTECTED]> wrote

[jQuery] Re: jQ Curvy Corners

2007-05-11 Thread Glen Lipka
It's running. It works perfectly in Firefox. I think its dependant on some CSS exsiting, but I can't figure out what it needs. The error fails on a line about the background style. Glen On 5/11/07, Andy Matthews <[EMAIL PROTECTED]> wrote: I get a js error in IE7 Glen... Could it be that th

[jQuery] Flickering slide in Firefox 1.5 on XP

2007-05-11 Thread bhagany
I've spent awhile searching for a solution in the archives, but have been unable to find one, so I finally bit the bullet and joined the group to ask about it. Here's the situation: I've got two divs, one starts out set to display:none, the other is display:block. When a link is clicked, I want

[jQuery] Re: New Plugin - SerachDb

2007-05-11 Thread Tony
No problem Mike, I'm speking in case of more than 10 fields in the search, which is in my case.

[jQuery] Re: space on your server for plugin demo?

2007-05-11 Thread Shelane
Bil Corry generously offered me space on his server. The select Combo demo is now on http://lasso.pro/selectCombo/ Thanks. On May 10, 7:40 pm, Shelane <[EMAIL PROTECTED]> wrote: > I have a plugin posted and available on google code, but I don't have > a place to put the demo page. It will requ

[jQuery] Re: Validate triggering

2007-05-11 Thread Emil Ivanov
Sorry, found the solution myself. The $.validate() method return an object, on which .form() can be invoked and it does just what I needed. Regards, Emil Ivanov On May 11, 4:54 pm, Emil Ivanov <[EMAIL PROTECTED]> wrote: > Hi, > > I'm using the validate plug-in and I works great. > > But (there

[jQuery] Validate triggering

2007-05-11 Thread Emil Ivanov
Hi, I'm using the validate plug-in and I works great. But (there's always a but :), I want to be able to trigger the validation via js, as I'm doing other stuff before submitting the form and I need to know if the form is valid. Regards, Emil Ivanov

[jQuery] jCarousel

2007-05-11 Thread stevechamp
Hi folks 2 things (both related) regarding jCarousel Beta 0.2.0 - Am I right in asumming that the old 'itemStart' var is not equivalent to 'start'. If it is equivalent; this may be a bug, if it isn't; is this feature being dropped? I like being able to set the start item as it allows the use of

[jQuery] Re: jQ Curvy Corners

2007-05-11 Thread Andy Matthews
I get a js error in IE7 Glen... Could it be that the code isn't running at all? _ From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Glen Lipka Sent: Friday, May 11, 2007 1:12 AM To: jquery-en@googlegroups.com Subject: [jQuery] jQ Curvy Corners http://cpns.kok

[jQuery] Re: New Plugin - SerachDb

2007-05-11 Thread MikeR
An interesting approach, but I'm not entirely sure I'd want to rely on JS to parse a form for me and pass the SQL query to the (for example) PHP script that will be processing it.. especially by just using the query w/out checking. Adds complexity to a rather simple process I believe. BUT, that's

[jQuery] Re: Autocomplete plugin

2007-05-11 Thread Brian Miller
While we're on the topic... How would I go about creating a button/anchor to put next to a field with an autocompleter, that will cause the selection list (with all of its values) to appear? - Brian > The list has been quiet lately about this plugin's update development. > How's it going? > >

[jQuery] Re: Weird bug when using ie7 jquery and smarty templates

2007-05-11 Thread sublimenal
got it thanks for the help! On May 11, 8:39 am, sublimenal <[EMAIL PROTECTED]> wrote: > Yep just tried that, now i get the error: > > > > On May 11, 8:28 am, "Mike Alsup" <[EMAIL PROTECTED]> wrote: > > > > > Have you tried removing "defer" from the jQuery script element? > > > > > > On 5/11/07,

[jQuery] Re: Weird bug when using ie7 jquery and smarty templates

2007-05-11 Thread Anthony Leboeuf(Worcester Wide Web)
Oh ok i got it, thanks for the help. sublimenal wrote: Yep just tried that, now i get the error: On May 11, 8:28 am, "Mike Alsup" <[EMAIL PROTECTED]> wrote: Have you tried removing "defer" from the jQuery script element? On 5/11/07, sublimenal <[EMAIL PROTECTED]> wrote: I

[jQuery] Re: New / Updated Plugin - Focus Fields

2007-05-11 Thread Sam Collett
On May 11, 12:15 pm, "Erik Beeson" <[EMAIL PROTECTED]> wrote: > The outline part doesn't show up in Safari, but that's because Safari > already highlights the focused field. The background color part works > though. Really, Safari's border is nicer than just a plain border. > Your plugin is adding

[jQuery] Re: Weird bug when using ie7 jquery and smarty templates

2007-05-11 Thread sublimenal
Yep just tried that, now i get the error: On May 11, 8:28 am, "Mike Alsup" <[EMAIL PROTECTED]> wrote: > Have you tried removing "defer" from the jQuery script element? > > > > On 5/11/07, sublimenal <[EMAIL PROTECTED]> wrote: > > > > > > > I got this weird bug happening, it only happens when

[jQuery] Re: Weird bug when using ie7 jquery and smarty templates

2007-05-11 Thread Mike Alsup
Have you tried removing "defer" from the jQuery script element? On 5/11/07, sublimenal <[EMAIL PROTECTED]> wrote: I got this weird bug happening, it only happens when i add jquery on to my website and only in IE. The page seems to crash then when you try to reload and view the source all y

[jQuery] Weird bug when using ie7 jquery and smarty templates

2007-05-11 Thread sublimenal
I got this weird bug happening, it only happens when i add jquery on to my website and only in IE. The page seems to crash then when you try to reload and view the source all you see is this: I tracked that bit down to a section in jquery and tried commenting it out but then jquery wont work at

[jQuery] New Plugin - SerachDb

2007-05-11 Thread Tony
I have documented the Serachdb plugin. More information at http://www.trirand.com/blog/ Regards Tony

[jQuery] Re: New / Updated Plugin - Focus Fields

2007-05-11 Thread Erik Beeson
The outline part doesn't show up in Safari, but that's because Safari already highlights the focused field. The background color part works though. Really, Safari's border is nicer than just a plain border. Your plugin is adding a Safari feature to other browsers, and since it doesn't break Safar

[jQuery] Re: New / Updated Plugin - Focus Fields

2007-05-11 Thread Sam Collett
Is anyone able to test it in Safari to see if it works OK? I am not able to test myself, so would appreciate a fix if it doesn't work.

[jQuery] Re: Help on Form plugin and Form validation field

2007-05-11 Thread Massimiliano Marini
Hi Jörn, > Sounds like a good opportunity for the form validation plugin: > http://bassistance.de/jquery-plugins/jquery-plugin-validation/ > There is an example for integration with the form plugin: > http://jquery.bassistance.de/validate/demo-test/ajaxSubmit-intergration-demo.html > > I hope

[jQuery] Re: grabbing all href attribute values on the page - how?

2007-05-11 Thread Kenneth
It looks like you've already worked this out, but another method to do this would be to use the document.links object. It would go something like this: $(document.links).filter(function() { return this.indexOf('http://') == 0; }).addClass('external') On 5/10/07, stef <[EMAIL PROTECTED]> wrote:

[jQuery] Re: space on your server for plugin demo?

2007-05-11 Thread Olaf Bosch
Shelane schrieb: I have a plugin posted and available on google code, but I don't have a place to put the demo page. It will require any middleware application server. I can write in lasso, php, or jsp. The demo file itself should only be about 20k with code and the plugin is less than 8k. I

[jQuery] Re: Refreshing Thickbox

2007-05-11 Thread Olaf Bosch
Trav Johnston schrieb: The Issue How do I keep the Thickbox open and refresh the ajax table when a new record has been submitted? Any help would be greatly appreciated. You must make the ajax/submit call in the ThickboxJS I have a Ajax-in-Thickbox-Demo here: http://olaf-bosch.