Thanks for your help. I finally realized that my problem was that the following code was wrong.
'var fullID = $("a").attr("id"),
deleteUser=fullID.replace(
Rather than pull the div ID from the clicked icon, it was pulling the div ID of the modal box. Once I realized that I had to get the ID from the clicked icon first, it snapped together pretty quickly. The updated, correct code is below (where deleteUser is replaced with rUser).
Thanks for your help..
Main Topics
Browse All Topics





by: JohnSixkillerPosted on 2009-08-13 at 05:44:32ID: 25087514
Hi, try following code
Select allOpen in new window