get background-image
get background-image
Hello guys.
I need
to get
the
image name
that
is
the end
of the
background-
image
, example
:
var name = this.css('background-image');
alert(name);
it return me:
url("file:///C:/wamp/www/project/teste/img/teste.png");
i just need the name and file extension, example:
teste.png
Thank you very much
Topic Participants
yakumarubr
charlietfl