[jQuery] Re: Ajax Problem

2009-01-28 Thread Saiful Haqqi
ace("ajax_", ""); return false; }); } behav(); }); in detail.php I am just declare the js sintax like this, $('#displayRelated').load("product/related//"+page, function() { *behav();* }); I m still get error in firebug *behav is not defined* there is any wrong with my code? ~ saiful haqqi ~

[jQuery] Re: Get TD Position [X, Y]

2009-01-07 Thread Saiful Haqqi
On Thu, Jan 8, 2009 at 10:52 AM, donb wrote: > > I think you will have to calculate it from the table's position + the > width of each column. Table cells do not have x,y coordinates > defined. > > That you mean's i has define the table width and column height? how i get the index of column? i

[jQuery] Re: mouseout problem

2009-01-07 Thread Saiful Haqqi
$(document).ready( function() { $("#text_span") .mouseover( function () { $("#isPopUp