Side navigation
#6803 closed bug (duplicate)
Opened July 19, 2010 08:20PM UTC
Closed August 23, 2010 06:40PM UTC
Last modified March 13, 2012 10:52PM UTC
html function doesn't work on BlackBerry
Reported by: | dis004 | Owned by: | |
---|---|---|---|
Priority: | Milestone: | 1.4.3 | |
Component: | manipulation | Version: | 1.4.2 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
The HTML function doesn't work on BlackBerry 8530 v5.0.0.337. See code below. I tried APPEND function and it's working but not HTML.
div content has been blanked but was not replace by the new text.
---------------------------- CODE ------------------
<!DOCTYPE html PUBLIC "-W3CDTD XHTML 1.0 TransitionalEN" "http:www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head><title>
Assure
</title>
<script src="/SoumissionLocataire/Scripts/JQuery/jquery-latest.min.js" type="text/javascript"></script>
</head>
<body class="fr">
<form method="post" action="locataire" id="form1">
<div class="boiteContenu" id="divListeProfession">
replace content here!
</div>
<script>$(document).ready(function goo() { $('#divListeProfession').html('Look! text was replaced... doh!'); });</script>
</form>
</body>
</html>
Attachments (0)
Change History (1)
Changed August 23, 2010 06:40PM UTC by comment:1
component: | unfiled → manipulation |
---|---|
resolution: | → duplicate |
status: | new → closed |
Duplicate of #6806.