Jquery in ESTK?

Discussion of Photoshop Scripting, Photoshop Actions and Photoshop Automation in General

Moderators: Tom, Kukurykus

nirkaufman

Jquery in ESTK?

Post by nirkaufman »

Is it possible to use jquery inside script UI?
will it work with photoshop?

Professional AI Audio Generation within Adobe Premiere Pro - Download Free Plugin here

theiviaxx

Jquery in ESTK?

Post by theiviaxx »

Probably, but youll need to yank any DOM stuff. Ive ported mootools 1.2 and 1.3 over, but im now using the crockford json lib and underscore.
nirkaufman

Jquery in ESTK?

Post by nirkaufman »

thanks
Im trying to find new ways to make UI for my photoshop scripts..
jacobolus

Jquery in ESTK?

Post by jacobolus »

It should conceivably be possible to make a panel with a web view inside it, and somehow communicate from the Javascript in teh web view, through the panel’s actionscript, to the “extendscript” used for scripting Photoshop. Actually getting such a little communication shim working isn’t entirely trivial though; it’d help to find a Flex/ActionScript expert someplace.
Stitches

Jquery in ESTK?

Post by Stitches »

Has anyone had any luck using jQuery in ESTK since this was last updated? I'm really looking for a way to make an alert style popup with check-boxes so a user can pick a function to use.

If anyone has any ideas of how to achieve this or a different approach, I'd appreciate the input.