jquery bockt!
Eingetragen von rapsli (1500)
am 06.10.2007 - 23:48 Uhr in
am 06.10.2007 - 23:48 Uhr in
Ich hoffe, es gibt hier auch Jquery Gurus :)
Ok. Folgendes Problem. Ich habe einen Wysiwyg Editor. Nun möchte ich dort je nach dem Modifikationen einfügen.
function showRz(){
var iframe = $('#whizzyedit-haupt-text')[0];
var doc = iframe.document || iframe.contentDocument || iframe.contentWindow && iframe.contentWindow.document || null;
if( !doc ) return;
//and now jquery
$('.span_rz',doc).remove();
$('p', doc ).each(function(){
var tmp = $(this).attr('id'); //wenn hier class steht und in der unterzeilen . anstatt # dann klappts.
$("#"+tmp,doc).before("<span class='span_rz'>"+tmp+"</span>");
alert(tmp)
});
}
Ich gehe also alle P attribute durch und möchte jedem p Attribute seine ID anzeigen lassen. Nur das will und will einfach nicht!
- Anmelden oder Registrieren um Kommentare zu schreiben
Neue Kommentare
vor 6 Stunden 38 Minuten
vor 10 Stunden 27 Minuten
vor 1 Tag 16 Stunden
vor 1 Tag 16 Stunden
vor 6 Tagen 10 Stunden
vor 6 Tagen 12 Stunden
vor 6 Tagen 13 Stunden
vor 6 Tagen 13 Stunden
vor 1 Woche 10 Stunden
vor 1 Woche 12 Stunden