the site im working on is, http://chalet.dsbeta.com/ in the properties section you can see the two arrows that should govern the scrolling. i am trying to get the scrolling to tween to the next or previous five properties. the simplified html of that sections looks like this... <li><a class="prev"></a></li> <li><a class="next"></a></li> <div id="wrap"> <div id="spinner"> <div class="property" id="property_1">
</div> <div class="property" id="property_2"> </div>...and so on and so on. </div> </div> the wrap div is set to a fixed width and the spinner div contains all the floated left property divs, which spans across the page, hidden by the outer wrap. On Oct 24, 7:02 am, Flesler <[EMAIL PROTECTED]> wrote: > That seems like jQuery.Dimensions is using "throw" in some situations. > You should consult it's owner, Brandon Aaron. > Or check the project page, maybe it explains > why:http://brandonaaron.net/docs/dimensions/. > > My guess is that your selector is not matching anything (the "target" > you submit), could you post the line where you call the plugin? and if > possible and not too long, the HTML as well or a link to an example. > > Ariel Flesler > > On Oct 23, 4:51 pm, Josh V <[EMAIL PROTECTED]> wrote: > > > hi, im having some issues setting this plugin up. I have the latest > > ver. of jQuery, 1.2.1 and your plugin. do i have to link to all 3 of > > your js files to get more horizontal scrolling to work? i am trying to > > scroll to a <div> inside of another <div>. when i click on the button > > that should initiate the scrolling i get the following error from > > firebug. > > > Error: [Exception... "'Dimensions: jQuery collection is empty' when > > calling method: [nsIDOMEventListener::handleEvent]" nsresult: > > "0x8057001e (NS_ERROR_XPC_JS_THREW_STRING)" location: "<unknown>" > > data: no] > > > any idea what this means? > > > On Oct 5, 12:20 pm, Flesler <[EMAIL PROTECTED]> wrote: > > > > Hi, Some days ago I saw this > > > article:http://www.learningjquery.com/2007/09/animated-scrolling-with-jquery-12 > > > And I decided to make a plugin out of that, adding versatility and > > > customization. > > > I'd appreciate some feedback :) > > > > The project is in:http://jquery.com/plugins/project/ScrollTo > > > > Thanks > > > > Ariel Flesler- Hide quoted text - > > > - Show quoted text -