Correct way of retrieving input text value in jQuery 1.9.1

shooleartiste

New Member
This is how I used to get the input text value prior to jQuery 1.9.1\[code\]<input type="text" id="input_text_Id" ...$("#input_text_Id").attr('value')\[/code\]It no longer works when I upgraded my jQuery version to 1.9.1, so apparently it's been deprecated.What are my other options?I'm also curious, what are the reasons jQuery creators keep removing features that works without any issues? I'm assuming security vulnerability might be one of them.
 
Back
Top