The following example (from the jquery-doc-site) works fine with
firefox.
however, in IE7 $("element_name", xml).text() returns empty-string
anyone bypassed this issue in the past?
$(document).ready(function() {
// generate markup
$("#rating").append("Please rate: ");
for ( var i = 1;
the following example (taken from:
http://docs.jquery.com/Tutorials:Getting_Started_with_jQuery)
works fine in FF but not in IE7
dose anyone find a way to make jQuery XML parsing facilities work on
IE as well?
$(document).ready(function() {
// generate markup
$("#rating").append("Pleas
2 matches
Mail list logo