There's not much we can do to help you without more code and some
html. What's i set to? Where does it get set? Where's page getting
set?

On Jan 12, 2:27 pm, bryce4president <brycekmar...@gmail.com> wrote:
> I had a piece of code that worked with 1.2.2 but now it doesn't seem
> to work with 1.2.6
>
> Here is the code, can anybody see anything that would cause it to stop
> working?  All it does is adds a link to a piece of text in a table
> cell.
>
> $('#'+i).children('td:first').next().click(function(){
> ord = $(this).text();
> window.location.href = "Recap?ord="+ord+"&pg="+page;
>
> });
>
> It doesn't seem to be picking up the right part of the DOM anymore...

Reply via email to