用jQuery,我们像这样做:
$(document).ready(function() {
$("#orderedlist").append("Please rate: ");
});
和 de 字符串附加到 id 为 orderedlist 的组件。
Using icefaces framework , i got a component with id form1:p i tried accessing it using followin code :
jQuery.noConflict();
jQuery("#form1:p").append("Please rate: ");
字符串被附加到form1而不是具有ID为form1:p的指定组件。 (Depending on the context, the translation may differ slightly.)