Visitors can check out the Forum FAQ by clicking this link. You have to register before you can post: click the REGISTER link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below. View our Forum Privacy Policy.
Want to receive the latest contracting news and advice straight to your inbox? Sign up to the ContractorUK newsletter here. Every sign up will also be entered into a draw to WIN £100 Amazon vouchers!
12 hours later and I'm not much further than I was this morning. Don't think I can bill client for 12 hours of going in circles.
Do you already have jQuery on the page? If so, a suitable plugin might save you a lot of time. If not, find a suitable plugin and use it as the basis for a solution.
Apologies if you've already thought of that and it won't fly for some reason
Do you already have jQuery on the page? If so, a suitable plugin might save you a lot of time. If not, find a suitable plugin and use it as the basis for a solution.
Apologies if you've already thought of that and it won't fly for some reason
Did originally look for a plugin when we built it several months ago, but there doesn't appear to be one that does what I need. Bunk gave me a nice simple bit of code that more or less did what I needed.
Got the scrollbar thingy working OK by capturing clicks outside the listbox and, if the listbox is visible, treating that like a blur (my original idea of a div was a no-go as there's no blur event on a div). Problem now is with the partial postbacks and rebinding. Worked fine before my tweak, but is somewhat temperamental now. I have tried about a gazillion different ways of doing it and back to where I started which is at least working most of the time. It refreshes on a timer (it submits batches of stuff, and refreshes the results till it finishes.)
Comment