我目前正在使用此代码:
jQuery("input[type=file]").filestyle({
image: "http://localhost:8888/davidgray/wp-content/themes/davidgray/images/browse.png",
imageheight : 22,
imagewidth : 72,
width : 460
});
但是,当我将其切换到实时状态时,我当然想要它要打开的 URL,我该如何使它成为动态的?
干杯,史蒂夫