<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Comments on snippet: 'jQuery imageSelect Plugin'</title>
<link>http://snipplr.com</link>
<description>Snipplr comments feed'</description>
<language>en-us</language>
<pubDate>Sun, 26 May 2013 19:42:53 GMT</pubDate>
<item>
<title>byjg said on 8/16/09</title>
<link>http://snipplr.com/view/12543/jquery-imageselect-plugin/</link>
<description><![CDATA[ Hi, 

I did some changes in script adding 'notFoundImage', how I send to you?

Here a real example of this code:

 
$(function() {
	$('#image').imageSelect({
		thumbnailWidth: '200',
		notFoundImage: 'notfound.png'
	});
});


	.image-select {background-color: none; padding: 1px; margin: 1px}
	.selected {background-color: red};


...

 
	botao_boleto.png 
	botao_credito.png 
	botao_debito.png 
	botao_transfbanco.png 
	aaaa.png 
	teste.png ]]></description>
<pubDate>Sun, 16 Aug 2009 11:37:27 GMT</pubDate>
<guid>http://snipplr.com/view/12543/jquery-imageselect-plugin/</guid>
</item>
</channel>
</rss>