Welcome, guest! Login / Register - Why register?
Psst.. new poll here.
Psst.. new forums here.
Microsoft is blocking us again (TY IP Reputation!) so just use oauth login instead. :)

Paste

Pasted as HTML by David Schwittek ( 14 years ago )
<!DOCTYPE html>
<html>
<head>
  <style>
  div { color:blue; }
  span { color:red; }
  </style>
  [removed][removed]
</head>
<body>
  <div>
    The values stored were
    <span></span>
    and
    <span></span>
  </div>
[removed]
$("div").data("test", { first: 16, last: "pizza!" });
$("span:first").text($("div").data("test").first);
$("span:last").text($("div").data("test").last);
[removed]

</body>
</html>

 

Revise this Paste

Children: 48682
Your Name: Code Language: