[jQuery] How would I implement this?

2009-11-25 Thread Damien
A component of my website needs a table that holds a lot of information. On most screens there will be too many columns to fit across the width of the site. I would like the user to be able to scroll through these columns (probably through use of buttons). Would it be possible to use jQuery to scro

[jQuery] TableSorter not correctly sorting GridViews

2008-11-12 Thread Damien
Hello, I have a GridView, and applied to this GridView is the TableSorter jQuery Plug-in. As mentions it does not seem to be sorting correctly! Especially in the case of number where it sometimes using the first number to sort. Thus 70 is considered higher than 100! I am not sure what's causing

[jQuery] Re: jQuery, ASP.Net and Drop-Down-Lists

2008-11-06 Thread Damien
Thought I would make the question clearer. I need to be able to access a control, using JavaScript (or assigning a result from a script that would get the correct ID to then use in the selector), without using code-behind and ideally as concise as possible. Thank you.

[jQuery] Re: jQuery, ASP.Net and Drop-Down-Lists

2008-11-06 Thread Damien
]> wrote: > Yes, selecting by classname instead of id is a much easier solution > > but then again, that depends on what you are trying to do. > 1) Do something in jQuery to just one row's select item > 2) Do something in jQuery to all row's select items > > On N

[jQuery] Re: jQuery, ASP.Net and Drop-Down-Lists

2008-11-06 Thread Damien
a CssClass as selector *^ On Nov 6, 4:38 pm, Damien <[EMAIL PROTECTED]> wrote: > Ok the problems seem to be to do with embedded objects, i.e my > dropdownlist exists in a gridview. But if I use a class it should > still work shouldnt it? > > On Nov 6, 2:10 pm, "Brando

[jQuery] Re: jQuery, ASP.Net and Drop-Down-Lists

2008-11-06 Thread Damien
e select element is > actually getting selected. I'd recommend using Firebug to help you see if > the selector you are using is working and to help you formulate one that > does if it isn't. > -- > Brandon Aaron > > On Thu, Nov 6, 2008 at 7:42 AM, Damien <[EMAIL PR

[jQuery] jQuery, ASP.Net and Drop-Down-Lists

2008-11-06 Thread Damien
Hi, I am trying to use a DropDownLists and jQuery, I was trying to use the jQuery events and then call a function but it seems not to be working. No matter what event I choose nothing happens! Anyone got an idea of what could be causing it? Do drop down lists in .Net not have the standard events

[jQuery] Triggering a function when a user stops scrolling

2007-10-22 Thread Damien
Hey all, I've been trying to figure out how to trigger a function after a user stops scrolling. I was considering a time delay, but that doesn't seem to make sense for what I'm using this for (a long page of links). Here's a basic example of what I've got now: $(document).scroll(function(){ m

[jQuery] Re: Selecting elements WITHOUT children?

2007-10-20 Thread Damien
Thanks all, this is exactly what I was looking for! I was not aware of the :not or :has selectors, this should make my life significantly easier. (I also need to pay a bit more attention next time I RTFM).

[jQuery] Selecting elements WITHOUT children?

2007-10-20 Thread Damien
Hey all, this is my first time posting to the mailing list, so please, be gentle. ;) Anyway, to the point, I have long lists of items similar to the HTML below Item 1 Item 2 Item 3 Now, what I need to do here is be able to select and apply a function to Item 1, without having the said function