Bug Tracker

Modify

Ticket #6803 (closed bug: duplicate)

Opened 3 years ago

Last modified 14 months ago

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:
Blocking: Blocked by:

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.


<!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>

Change History

comment:1 Changed 3 years ago by john

  • Status changed from new to closed
  • Resolution set to duplicate
  • Component changed from unfiled to manipulation

Duplicate of #6806.

Please follow the  bug reporting guidlines and use  jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.

View

Add a comment

Modify Ticket

Action
as closed
Author


E-mail address and user name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.