Opened 13 years ago
Closed 12 years ago
#6806 closed bug (invalid)
append function doesn't work correctly with tag on BlackBerry
Reported by: | dis004 | Owned by: | dis004 |
---|---|---|---|
Priority: | undecided | Milestone: | 1.5 |
Component: | manipulation | Version: | 1.4.2 |
Keywords: | append mobile blackberry | Cc: | |
Blocked by: | Blocking: |
Description
The "append" function doesn't work correctly when parameter contains tag inside.
For example, the following line doesn't work $('#divListeProfession').empty().append('<div class="ligneContenu ligneContenuPatienter">Chargement...</div>');
We must rewrite this line like below to be functional $('#divListeProfession').empty(); $('<div></div>').attr('class', 'ligneContenu ligneContenuPatienter').append('Chargement...').appendTo('#divListeProfession');
BlackBerry 8530, v5.0.0.337 Browser: BlackBerry
Change History (4)
comment:1 Changed 13 years ago by
comment:2 Changed 12 years ago by
Component: | unfiled → manipulation |
---|---|
Keywords: | append mobile blackberry added |
Milestone: | 1.4.3 → 1.5 |
Owner: | set to dis004 |
Priority: | → undecided |
Status: | new → pending |
Please confirm that this no longer works in jquery 1.4.3 and provide a reduced test case.
comment:4 Changed 12 years ago by
Resolution: | → invalid |
---|---|
Status: | pending → closed |
Automatically closed due to 14 days of inactivity.
More details in #6803.