Hi,
Thanks experts for your answers.I tried the below approach in event handler(Button Press)method.
var ip = $("#ip1").find("input").val();
I am getting the value entered in the input field.But when I tried the below approach in the same event handler I am not getting the value.
var ip = $("#ip1").val();
Why it is like this?Are there any syntaxes to use jQuery in sap ui5.If yes please provide sites where I can refer?