I just have 1 more question to ask. I tried looking at Google and also searched W3Schools but i still can't find any codes used in this script:
Code:
var btnTitleChange = $.button("Let's change Frame title").on_click(changeTitle,"Wow, I changed!");
var frame = $.frame("Demo Application")
.layout($.layout("table",[[20,-1,20],[20,40,10,-1,20]]))
Leave a comment: