Convert Hex to RGBA
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试): 问题: My fiddle - http://jsbin.com/pitu/1/edit I wanted to try an easy hex to rgba conversion. Ever browser I've used renders colors using rgb as default so when using the farbtastic color picker I'm converting the hex value to rgb by grabbing the background color the hex value generates (as rgb by default = simple conversion) I tried replacing the ) symbol to , 1) , but that didn't work so I went to just see how converting rgb to rgba would work, and I'm still having trouble. The jquery $('.torgb').val($('#color').css('background-color')); $('