[jQuery] John's Pager - best plugin no one uses?

2007-08-10 Thread agent2026
(agent2026) // $.fn.pager = function(step,spread,nonNumerical) { var types = { UL: li, OL: li, DL: dt, TABLE: tr }; return this.each(function(){ var type = types[this.nodeName]; var pagedUI = type == tr ? $(tbody,this) : $(this); var rows = $(type, pagedUI); var

[jQuery] Re: Get a range of elements (getting late, and losing my mind)

2007-07-26 Thread agent2026
: Something like this should work to get the index of the li relative to the list. There could be a shorter way, but u get the idea... var liIndex; $(ul.nav-page li).each(function(i) { if($(this).is(.curr)) { liIndex = i; return; } }); -GTG On 7/25/07, agent2026 [EMAIL

[jQuery] Get a range of elements (getting late, and losing my mind)

2007-07-25 Thread agent2026
Hey everyone, I'm working on some pagination. Before I move on to my issue, the best pagination plugin I've found is John's pager (http://jquery.com/ api/js/pager.js). But it doesn't seem that this is being developed further, and the only other I've found (http://rikrikrik.com/jquery/ pager,

[jQuery] Pretty cool 'add to bucket' function

2007-05-25 Thread agent2026
Hey guys, Just found this: http://finn.no/finn/car/used/result?CAR_MAKE=792 In the year column, under the year, is an add to bucket icon (looks nothing like a bucket to me, but it has a blue plus sign). Give it a try. The js is here: http://cache.finn.no/clientscript/bucketads.js Personally

[jQuery] Re: tip: jQueryify Bookmarklet

2007-05-22 Thread agent2026
Yeah, but you don't have any pictures of Colleen ;) Adam

[jQuery] [solved] fadeOut() and relatively positioned images?

2007-04-25 Thread agent2026
Not sure what's going on here. My posts don't seem to be showing up, so this will probably be a dup as well. BUT, I can add the solution! Removing the inline styles on the images, and moving the positioning to the container div solved the problem. Adam

[jQuery] Re: $('#div').hide(); - ?

2007-04-24 Thread agent2026
Damn you guys are fast. I deleted the post almost immediately - server problems :)