I\'m trying to select this element which has square brackets in the name attribute:
Just separate it with different quotes:
JQuery:
var value = $('input[name="myName[1][data]"]').val();