код моей страницы os:
Код: Выделить всё
Untitled Document
$(document).ready(function() {
$("#main_div").empty();
$("#drp_name option").each(function() {
$("#main_div").append(""+ $(this).text() +"")
});
});
1
2
3
4
5
Подробнее здесь: https://stackoverflow.com/questions/108 ... en-illegal