i use such code to access item
function f(id){ $(\"#\"+id).val(); // with analogy $(\"#id item\") }
is it correct? is any other methods?<
Yes this is perfectly valid way to access the element having its id.