skip to Main Content

Why can't I import jquery?

I am trying to use jquery to get a random fact. However I got alot of errors whilst trying to use ajax, after changing the way i defined $ or jquery alot of times it still hasn't solved it. I…

VIEW QUESTION

Jquery Post with dynamic key

I would like to send a post request. But I have to change the key. function call(obj) { console.log("Call " + obj.value); if (obj.value == 1) { $.post( "index.htm", { '"webdata".web[1].Taster': '1'} ); } I would like to change [1]…

VIEW QUESTION

Trying to add styles using jQuery in dialog of UI5

I am trying to add styles to my dialog header of my ui5 application, but the effect is not applied. Here is the code: ` onValueHelpRequest : function(oEvent) { var sInputValue = oEvent.getSource().getValue(), oView = this.getView(); if (!this._pValueHelpDialog) { this._pValueHelpDialog…

VIEW QUESTION
Back To Top
Search