Skip to content

Instantly share code, notes, and snippets.

View goulvench's full-sized avatar

Goulven Champenois goulvench

View GitHub Profile
@goulvench
goulvench / testcase.html
Created November 25, 2010 16:23
[Testcase] Replacing loaded pages with AJAX content: duplicate ID problem
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<title>[Testcase] Replacing loaded pages with AJAX content: duplicate ID problem</title>
<link rel="stylesheet" href="http://code.jquery.com/mobile/1.0a2/jquery.mobile-1.0a2.min.css" />
<script src="http://code.jquery.com/jquery-1.4.4.min.js"></script>
<script type="text/javascript" src="http://code.jquery.com/mobile/1.0a2/jquery.mobile-1.0a2.min.js"></script>
</head>
<body>