I need your help with get a value from created input. I have to get value from input search which is generated by jquery. I have following code but it didn't work:
$(document).ready(function () {
$("#raport").click(function() {
var search = $("#search").val();
alert (search);
})
});
Have you got any ideas?
raportor thesearch? Or both?