Quantcast
Viewing all articles
Browse latest Browse all 6517

New Post: Building a button to command a SPS script

I would try instead of wrapping the jQuery in $(function() { [your function] }); 

Try function giviitaname() { [your function] }

And in the button:

onclick ="giviitaname()"


Viewing all articles
Browse latest Browse all 6517

Trending Articles