Esempio
1: var text = 'some string here with <a href="#link">http:something.com</a> more string and more links also';
2:
3: text = $('<div>' + text + '</div>');
4:
5: text.find('a').each(function() {
6: var string = $(this).html();
7:
8: });
9:
posted @ giovedì 10 dicembre 2009 17:22