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