[jQuery] curcss error with resizables.. odd situation though

2008-10-04 Thread Korijn
Hello jQuery, I'm working on a t-shirt design module with jQuery. Check it out here: http://84.86.134.134/shirt/ No worries, it's my home development server. Nothing bad happenin'. ;) This is how to produce the error in Firefox 3 (and I suspect in other browsers too): 1) Switch to the backsid

[jQuery] Strange issue with crossSlider

2008-07-09 Thread Korijn
I'm working on a website which utilizes crossSlide, a jQuery plugin. It works in IE6/7 on the website itself but not on mine, while I use the same code. What's wrong? I tried using 1.2.3 instead of 1.2.6 but that didn't work either. URL: Site: http://84.86.134.134/swart/?p=home Plugin site: http:

[jQuery] simple table row pager

2007-11-01 Thread Korijn
I've been working on a simple pager function but it's incredibly lengthy and I can imagine that it should be possible to do this much, much more simpler and shorter. So I decided to post it up here and see if anyone could give me some pointers. Thanks. function pageMe(which, page, pager) {

[jQuery] Re: Filter doubles from selection

2007-10-25 Thread Korijn
elect... > .each(function(){ this.selected = false; }); > return false; > }); > $('#left').click(function(){ > $('option:selected', tgt).remove(); > return false; > }); > > > test 1 > test 2 > test 3 &

[jQuery] Re: Filter doubles from selection

2007-10-24 Thread Korijn
And what would I do in this case? Having multiple selectboxes to choose items from? I'm not sure if using prefixes in the valuables is a good idea to keep track of what item came from what selectbox but it's all I can come up with right now. //

[jQuery] Re: Filter doubles from selection

2007-10-24 Thread Korijn
..) > > test 1 > test 2 > test 3 > > >> > << > > > > $('button').each(function(){ > var lr = this.id.split('_'); > $(this).click(function(){ > $('#' + lr[0] + ' option:select

[jQuery] Filter doubles from selection

2007-10-23 Thread Korijn
The problem I have is (I think) quite simple but I find myself unable to find a solution to it. In the system I made you can select options from a select box and then click a button to add them to a different select box with your selected options. There's also a button to remove items from your se