Please what is the proper synthax?
hello,
I am trying to parse a value into a plugin, but it does not work. an alert(myborderimage); shows that I am getting the value, but I cannot parse it to jQuery
- $(document).ready(function(){
- var myborderimage = $("#myborderimage").val();
- $('#myborder').borderImage('url("borders/+myborderimage+") 30% 35% 40% 30%');
- });
thank you