/ Published in: JavaScript
Expand |
Embed | Plain Text
function icon_prepend(str){ var path = '.'+str; strprep = '<img src="/images/'+str+'.gif" class="icon" />'; $(path).prepend(strprep); } подставляем через яваскрипт иконки приложений в прайсах. использование: icon_prepend('excel'); icon_prepend('word'); icon_prepend('zip');
You need to login to post a comment.
