Welcome Guest [Log In] [Register]
We hope you enjoy your visit.

You're currently viewing our forum as a guest. This means you are limited to certain areas of the board and there are some features you can't use. If you join our community, you'll be able to access member-only sections, and use many member-only features such as customizing your profile, sending personal messages, and voting in polls. Registration is simple, fast, and completely free.


Join our community!


If you're already a member please log in to your account to access all of our features:

Username:   Password:
Multiquote (on) Multiquote (off)
Add Reply
Code Problem
Topic Started: Dec 24 2011, 02:14 AM (351 Views)
Deleted User
Deleted User

Hi I saw this code

Code:
 
<script>
$("dd:contains('#3')").text("#2")
</script>


as a way to change a members #. But I found that it changes every member with a 3 in it. So if 3 became 2 than so would 30 and 300 and so forth. Is it possible to make it specific to a member?

I also tried changing the join date with this code

Code:
 
<script type="text/javascript">
$(document).ready(function() {
$("DT:contains('Joined')")
$("dd:contains('Nov 9, 2010')").text("May 25, 1992") = "Sliver";
});
</script>


Problem is that if a member shares the same join date for this instance "Nov 9 2010" than it changes it to the new join date. I want to know how to make so SPECIFIC members are changed.

Quote Post Goto Top
 
1 user reading this topic (1 Guest and 0 Anonymous)
« Previous Topic · ZetaBoards - Theme & Code Support · Next Topic »
Add Reply