[jQuery] Re: Remove ellipsis from shortened title.

2008-11-28 Thread Leapfrog!
dt will be an object. you could use _javascript_s replace() method maybe.. $('dt').text().replace("…", ""); .. i think DemersDesigns wrote: Hello, I am using Simplepie and truncating fields that are longer than a certain length. This process adds an ellipsis to the end, which I want in m

[jQuery] Re: How to pass arguments from link to ajax function

2008-11-14 Thread Leapfrog!
try putting the dates in single quotes, like this (assuming they are to be two separate values): "_javascript_:submit_data('2008-10-05','2008-11-04');" >2008-10-05 - 2008-11-04 balavignesh wrote: Hai Friedns, i have following three links on my page , "_javascript_:submit_data(2008-10

[jQuery] Re: jcarousel and nested lists

2008-10-12 Thread Leapfrog!
Can somebody help with this? paid work! vinci wrote: Hello everyone. I would like to modify jcarousel to only scroll a certain number of pixels, rather than to the next number of items as setup in the settings. Ie instead of scrolling 3 items, i would like to scroll 200px. I am using jc