Try this instead:
$(function() {
if($('#coda-slider-1').size())
{
$('#coda-slider-1').codaSlider();
}
});
The source code says: "do not select anything with jQuery and apply a ready-made handler to it." The correct long syntax is:
$(document).ready(function() { ...
Also note that I deleted eval, because it should never be used never, unless this is avoided.
UPDATE
, , jQuery ( , $. script ? , jQuery.noConflict() ?
script , , script coda:
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.6.0/jquery.min.js"></script>
2
Kingjiv , , $().ready ( ). , , , jQuery, , , .