[jQuery] find table row not containg another table

2008-06-19 Thread Lampa
Hello, i have table with few rows and last row contains in some cases another table. I need to find last row which not contains table. Thank you for you help.

[jQuery] contains(text) - is there a contains(html) method?

2008-06-19 Thread F1LT3R
PROBLEM: I am trying to remove the comment mark-up around an IMG element . I tried using the :contains(text) selector but as a

[jQuery] Re: jQuery best practices

2008-06-19 Thread Isaak Malik
Did you already check out the documentation section? It's quite comprehensive. On Wed, Jun 18, 2008 at 4:28 PM, Estevão Lucas <[EMAIL PROTECTED]> wrote: > > Hi, > > I'd like to know if is there a document, article, or anything that a > can show for the JavaScripts developers here in the company

[jQuery] jquery and collapsor

2008-06-19 Thread vneal
I've just downloaded the jQuery Collapsor demo (http:// plugins.jquery.com/project/collapsor) for use on a navigation system and was wondering whether anyone knew how to achieve the following. I'm a newbie at js so i really have no idea. Ideally what i want it to do, is when i click on a link tha

[jQuery] WordPress plugin to submit form?

2008-06-19 Thread TazaTek
Hello, I was wondering if anyone could point me in the direction of a jQuery plugin for WP that pops up a form. Something like a tell-a-friend form is what I'm ultimately looking for. If there is some way to integrate cforms into popup, that would be even better. Thanks Matt

[jQuery] find table row not containg another table

2008-06-19 Thread Lampa
Hello, i have table with few rows and last row contains in some cases another table. I need to find last row which not contains table. Thank you for you help.

[jQuery] find table row not containg another table

2008-06-19 Thread Lampa
Hello, i have table with few rows and last row contains in some cases another table. I need to find last row which not contains table. Thank you for you help.

[jQuery] Re: Get some text and replace it

2008-06-19 Thread Isaak Malik
You could do it with: $('span.email').html().replace('[monkeytail]', '@'); And you probably also need: $('span.email').html().replace('[dot]', '.'); On Thu, Jun 19, 2008 at 12:26 AM, IschaGast <[EMAIL PROTECTED]> wrote: > > I have this: contact [monkeytail] yabadabadoo > [dot] .com > Now I wan

[jQuery] Re: imageAreaSelect bug

2008-06-19 Thread webmotionuk
Try this instead: $(document).ready(function(){ $('#asdf').slideDown('slow'); $('#asdf img').imgAreaSelect({ maxWidth: 20, maxHeight: 20 }); }); The imageareaselect will be called after the image is loaded, You could even put this into a click function as f

[jQuery] What is the best way to send data betwen JS -> PHP

2008-06-19 Thread Aaron
Hi, I use POST for send all data to a PHP scrip, for ex: data:"script.php?id="+id+"&text="+text, but sometimes text contains \& or another istrange characters and not like to be correct send data in this way. ¿what is the best way? PHP -> JS I use json, but for JS->PHP? -- Asterisk ext: 13

[jQuery] What is the best way to send data betwen JS -> PHP

2008-06-19 Thread Harlok
Hi, I use POST for send all data to a PHP scrip, for ex: data:"script.php?id="+id+"&text="+text, but sometimes text contains \& or another strange char and I think that is not the better way for send data. ¿what is the best way? PHP -> JS I use json, but for JS->PHP? Thanks

[jQuery] Re: xml parsing error

2008-06-19 Thread David Decraene
Are you loading that xml file locally? That may be the problem: try something like this for local xml file access: if($.browser.msie && location.toString().indexOf('file') == 0) { // stupid IE won't load local xml files with XMLHttpRequest var xml = document.creat

[jQuery] Naivgate with lightbox / thickbox etc.?

2008-06-19 Thread Michael Price
Hi all, Working on a site for a client at the moment and they would like to do the following: Given a list of search results, when a result is clicked a "widget" opens - currently in a new window. Our client would instead like this widget to open over the top of the current page, thickbox st

[jQuery] Re: How can I make jquery work with Konquerer?

2008-06-19 Thread Michael Geary
Maybe put it this way instead?... Konqueror isn't *currently* supported by jQuery. But we're always interested in improving browser support, especially if it can be done without much increase in code size. Would you [the OP] be able to help troubleshoot why jQuery isn't working in Konqueror, and

<    1   2