I'm looking for javascipt toolkit for Blackberry OS 4.6 and above (but must be 4.6 comptible!) for business applications. XUI looks interesting but can'y find examples or more than 1 page of documentation. Anyone have experience/examples with XUI?

link|improve this question
feedback

1 Answer

Yes i do have some experience and xui 2.0 has blackberry OS 4.6 support.

Example:

x$(window).on('load', function() { 
    x$('#button').click(function () {
        alert('Hello');
    });
});
link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.