[jQuery] remove

2010-02-11 Thread Smith, Allex

Re: [jQuery] Remove element, keep children

2010-01-14 Thread Gus Waddell
Hi Zoe, One way to do this is use .appendBefore() to move the children up one level in the DOM before the element you want to remove & then do the .remove() -- #parent { background-color: red; } Remove div id=parent This is the wrapper element Item 1Item 2 Another Child

[jQuery] Remove element, keep children

2010-01-14 Thread MonkeyGirl
Hi! Is there a way to remove an element from the DOM, like with remove(), but to keep its children? Alternatively, is there a way to move an element one branch up the tree, so when I remove what used to be its parent, it'll take its place? Thank you, Zoe.

Re: [jQuery] [ASK] jquery remove

2009-12-15 Thread water [bro] mm
good point, thanks 2009/12/16 brian > On Mon, Dec 14, 2009 at 11:08 PM, water [bro] mm > wrote: > > > > and if click remove, jquery just remove a link remove not tag > > please help me. > > > > That is because the "this" inside your click handler function refers > to the link (because the hand

Re: [jQuery] [ASK] jquery remove

2009-12-15 Thread brian
On Mon, Dec 14, 2009 at 11:08 PM, water [bro] mm wrote: > > and if click remove, jquery just remove a link remove not tag > please help me. > That is because the "this" inside your click handler function refers to the link (because the handler is onclick for the link) even though, outside of tha

[jQuery] [ASK] jquery remove

2009-12-15 Thread water [bro] mm
Hi All, I'm new member in this mailing list. I have problem with jquery, I have code like this jQuery UI Droppable - Revert draggable position #draggable, #draggable2 { width: 100px; height: 100px; padding: 0.5em; float: left; margin: 10px 10px 10px 0; }

[jQuery] Remove css attribute from the DOM element

2009-12-06 Thread Joshua Partogi
Hi all, What is the cleanest approach to remove a css attribute from the DOM element? Currently I have a DOM element which has css background color as such: This is currently what I do: $('td').css('background-color','').append(replacement); But I'm not sure that is the good approach. Or is it

Re: [jQuery] Remove a tab that contains some element

2009-11-13 Thread Michel Belleville
Bits of code would definetly help to put you on the right tracks. Can you show a little html plz ? Michel Belleville 2009/11/13 cPetru > Hello > > I created some tabs dinamically and now I need to remove one, > triggered by an element inside a tab (not tab-header, not the > currently selected t

[jQuery] Remove a tab that contains some element

2009-11-13 Thread cPetru
Hello I created some tabs dinamically and now I need to remove one, triggered by an element inside a tab (not tab-header, not the currently selected tab). I can not find a way to determine the index of the tab that contains a particular element (let's say table#Streets). Thank you very much.

[jQuery] Remove Error Message

2009-11-07 Thread Dave Maharaj :: WidePixels.com
Well i finally got the remote validation working. But if there is an error in a form then i correct it the error message still shows. How can I remove the message once the error is fixed? I am testing a email address in a db with 2 emails so i know if its unique or not. rules: { "data[Profile

[jQuery] Remove content of div if on /login.php?action=logout page

2009-10-09 Thread Painstik
Can it be done? If user comes to this page: mypage.com/login.php?action=logout To remove this div conent: Please help...

[jQuery] remove accordion item

2009-09-30 Thread Hundredth Monkey
hi, i want to realize a delete button or link within an accordion item. is it possible to remove a special item or make the header disabled after a link click within the accordion item content? so far i' ve tried $(this).parent().fadeOut('slow'); but this kills all item contents :O( best regards.

[jQuery] remove anything thats not number

2009-09-28 Thread runrunforest
Hi, I have a value that include word letter and some sign such as $. I want to remove all of them just keep the number. For example: i want "$99,99 USD" become "99" or "100" can someone please give the function

[jQuery] Remove subscrition

2009-09-13 Thread Info - Easyeos
Please remove subscription of i...@easyeos.it

[jQuery] Remove from selection

2009-09-11 Thread eskimoblood
Ho can I remove an specific element from a jquery selection. I have a selection of dd and dt of an definition list.Now I remove a specific one, using remove(), but in the selection the element is still there. I've read the manual so I know its a feature but how to remove the element without queryi

[jQuery] remove() and empy() not work for xml

2009-09-05 Thread g...@iec
Hi All, I got stuck in a situation. I have to remove a node from XML using jquery but remove() and empty() is not working. var xmlData = {xml document}; $(xmlData).find({node}).each(function(){ $(this).remove(); or $(this).parent().empty(); }) This work fine for firefox but not work in ie

[jQuery] Remove specific options from a select

2009-08-21 Thread Todd Chambery
Hi all, I'm having a devil of a time removing options from a select. Here's the scenario: I have one that when an item is chosen, that item will be removed from all the other s containing the same data: Axe, Orc double Axe, throwing Battleaxe ... Axe

[jQuery] Remove rows from tables according to some rules.

2009-08-19 Thread henrikaagaardsoren...@gmail.com
I have a table like this: To sum it up I have a rows that acts a header for a collection of i

[jQuery] Remove an element but not it's content

2009-08-06 Thread paulswansea
I'm trying to remove a link, but keep the content within, is there a simple way to do this in jquery? ***This is a test turns into ***This is a test

[jQuery] Remove help

2009-08-06 Thread Dave Maharaj :: WidePixels.com
I have append to add a loading div. But once loaded i want to fade it out and remove it. I have: /*