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:
1: from f in tabella
2: select new {
3: v = ((f.campo!=null)?f.campo:"")
4: }
5:
RSS