RE: [jQuery] Confirm Delete

2009-11-09 Thread Dave Maharaj :: WidePixels.com
efer [mailto:charlie.grie...@gmail.com] Sent: November-09-09 1:32 PM To: jquery-en@googlegroups.com Subject: Re: [jQuery] Confirm Delete On Mon, Nov 9, 2009 at 8:58 AM, Dave Maharaj :: WidePixels.com wrote: I am attempting to add a class to a div before deleting it. I just cant get the cl

Re: [jQuery] Confirm Delete

2009-11-09 Thread Charlie Griefer
On Mon, Nov 9, 2009 at 8:58 AM, Dave Maharaj :: WidePixels.com < d...@widepixels.com> wrote: > I am attempting to add a class to a div before deleting it. I just cant > get the class to remove if the user selects no. > > Anyone have tips or a link with suggestions? I found the jquery.confirm.js

[jQuery] Confirm Delete

2009-11-09 Thread Dave Maharaj :: WidePixels.com
I am attempting to add a class to a div before deleting it. I just cant get the class to remove if the user selects no. Anyone have tips or a link with suggestions? I found the jquery.confirm.js script but unable to add a class to the element being deleted before confirm Thanks Dave

[jQuery] Confirm Delete from DB

2008-12-04 Thread james182
Okay I'm getting there, how would i combine the delnews javascript to the jQuery statement? [CODE] function delnews(user_id, user_firstname){ if (confirm("Are you sure you want to delete '" + user_firstname + "'")) { window.location.href = 'test.php?delnews=' + user_id;