
AYANOBRC
Ich freue mich auf euer Feedback
Informations Import in Quellcode
Erstellt am 22.09.2016
ging doch! $(document).ready(function(){ $("#div1").load("ticker.txt"); }); läd problemlos in <div class="ticker" style="left: 0px; top: 85px; height: 43px"> <h9><h4 id="div1"></h4></h9> </div> rein, html,js und txt liegen ...
6
KommentareInformations Import in Quellcode
Erstellt am 22.09.2016
also was ich bisher hinbekommen habe ist folgendes Code: $(document).ready(function() { $("select").change(function() { file_name = $("select").val(); $('#span_result').load(file_name); }); }); html: <div class="ticker" style="left: 0px; ...
6
KommentarePeripheriegeräte, Monitor über Lan
Erstellt am 12.10.2015
ja die Problematik hatte ich auch erkannt, aber auch dafür gibt es eine Lösung scheins :D ...
3
Kommentare