Preexecute JQuery

2018-02-13 Thread Heather Napoleone
I was wondering if I can preexecute a jquery function before my page publishes. I want the function to run before it gets publishes. Putting a preexcute tage around it, does not work. For example I want to add a class to all images that have a width of less than 200. I don't want this functi

Re: Preexecute JQuery

2018-02-13 Thread Gavin Cope
Short answer is no. If you want to run Server-side JavaScript, you could try Node.js. Cheers, Gavin On 14 February 2018 08:02:47 Heather Napoleone wrote: I was wondering if I can preexecute a jquery function before my page publishes. I want the function to run before it gets publishes.