Skip to content

Instantly share code, notes, and snippets.

<a href="javascript:window.open('http://worksforme.com.br',
'poopup',
'toolbar=no, width=300, height=300, statusbar=no')">Worksforme</a>
/* After: */
// ...
if (isNodeContent)
{
writer.WriteStartElement(name);
writer.WriteValue(item);
writer.WriteEndElement();
}
else if (isFromLinq)
{
// dom HtmlOptionElement selected in a select element
$("#filterTypes")[0][$("#filterTypes").attr("selectedIndex")]