BLUI Open Source HTML5/JS/CSS HUD/UI

[QUOTE=ArceDeer;443606]

Searching through the source I found the Blueprint callable function ‘Execute JS’. Through it, I could send basic things such as 'alert(‘x’);" and stuff, but I haven’t found how to call a JQuery function. So far, ‘$(this).someFunction();’ or just ‘someFunction();’ doesn’t do anything.

I don’t know how well versed are you in the HTML/CSS/JS world, but you need to include js files in a particular order for them to work properly. And make sure you call your functions when the document is ready.