m/assets/jquery/jScrollPane/examples.html
> <http://www.kelvinluck.com/assets/jquery/jScrollPane/examples.html>
> - S
>
> 2010/1/16 swfobject_fan
>
>
>
> > Thanks dave, but I can't change the look of the scroll bars with this
> > right? I was looking for somet
Thanks dave, but I can't change the look of the scroll bars with this
right? I was looking for something similar to flexcroll.
http://www.hesido.com/web.php?page=customscrollbar
On 16 Jan, 19:49, Dave Methvin wrote:
> > Where can I find more about those plugins?
>
> This search turned up jScrollP
ross-browser.
>
>
>
> On Sat, Jan 16, 2010 at 1:03 PM, swfobject_fan wrote:
> > Hi,
>
> > I'm having a hard time customizing scroll bars for panels and drop
> > downs. It works in some browsers and it doesn't in some.
> > Is there a jQuery feature/plug
tion(){
> checkedGenres.push($(this).getAttribute('title'));
> });
> alert( checkedGenres.join(", ") );
> $("#divGenres").text(checkedGenres.join(", "));
> });});
>
>
>
> on 09/01/2010 13:57 swfobject_fan said::
t; alert( checkedGenres.join(", ") );
> $("#divGenres").text(checkedGenres.join(", "));
> });});
>
>
>
> on 09/01/2010 13:57 swfobject_fan said::
>
>
>
> > Hi,
>
> > I'm using this piece of code to find a s
Hi,
I'm using this piece of code to find a set of selected check boxes
that are selected abd build a comma separated list from their values
('txt' custom attribute). Is this a jQuery standard method?
e.g
$(document).ready(function(){
$("#tryme").click( function(){
va
6 matches
Mail list logo