Wednesday

jquery get first link in div

this expression returns text of first link in div
 
$('#dvPaymentStatus a:first').text()


No comments:

test smtp server with powershell

Send-MailMessage -SMTPServer smtp.domain.com -To [email protected] -From [email protected] -Subject "This is a test email" -Body ...