cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - Visit the PTCooler (the community lounge) to get to know your fellow community members and check out some of Dale's Friday Humor posts! X

Is it Possible to use JQuery in Thingworx Services?

Braden
4-Participant

Is it Possible to use JQuery in Thingworx Services?

In my services, if I try to do:

 

Assumption for this post:

#id is valid.

 

$("#id").show(); <-- I get the error ReferenceError:  "$" is not defined.

 

Alternatively, if I do:

 

document.getElementById("id").style.display = "block"; <-- I get the error ReferenceError:  "document" is not defined.

1 ACCEPTED SOLUTION

Accepted Solutions

No way to run code on Browser side rather than Expression and Validators, but it's not necessary dot.

View solution in original post

5 REPLIES 5

Thingworx Services run on Server Side not on Browser Runtime...

Braden
4-Participant
(To:CarlesColl)

Then how do I identify an on-screen element since there is no way (that I am aware of) to run code through the mashup?  It would be disappointing to have to use validator widgets since it would be very simple to do programatically.

 

Thank you!

No way to run code on Browser side rather than Expression and Validators, but it's not necessary dot.

Braden
4-Participant
(To:CarlesColl)

Thank you for the reply.  What do you mean, "Not necessary" ?

Not necessary more than expression and validator widget in 99.9% of cases

Top Tags