Consider a input element
Here the input field is dynamically generat
this shoudl work for you, you almost had it:
$(document).ready(function() { var id = "#meta\\[152\\]\\[value\\]"; alert($(id).val()); });