I can get background image by doing
$('#item').css('background-image').
but the result is url('www.example.com/something/123.png')
How can get get only the 123 value? I can't use string position because the value of the img name doesn't' necessary is 3 characters.