UNPKG

ngrid-electric-login

Version:

Login to the NGrid Electric website using curl

9 lines (8 loc) 225 B
module.exports = function ($) { var eventvalidation = $('#__EVENTVALIDATION') if (eventvalidation.length === 0) { return null } var eventvalidationVal = eventvalidation.attr('value') return eventvalidationVal }