UNPKG
ngrid-electric-login
Version:
latest (1.1.0)
1.1.0
1.0.2
1.0.1
1.0.0
0.0.6
0.0.5
0.0.4
0.0.3
0.0.2
0.0.1
Login to the NGrid Electric website using curl
ngrid-electric-login
/
getEventValidation.js
9 lines
(8 loc)
•
225 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
module
.
exports
=
function
(
$
) {
var
eventvalidation = $(
'#__EVENTVALIDATION'
)
if
(eventvalidation.
length
===
0
) {
return
null
}
var
eventvalidationVal = eventvalidation.
attr
(
'value'
)
return
eventvalidationVal }