[jQuery] Newbie question

2009-01-05 Thread saiful.ha...@gmail.com
hi all, is jquery have function like findXY(element) or scroll position? sorry not finish read all document about jquery ~ saiful haqqi ~

[jQuery] mouseout problem

2009-01-06 Thread saiful.ha...@gmail.com
hi all, i has a litle problem when using $(IdElement).shie("slow"); this my code my JQuery $(document).ready(function() { $("#text_span").mouseover(function(){ $("isPopUp").show("slow");}); $("#isPopUp").mouseover(function(){$("#isPopUp").css("display", "block");}); $("#isPopUp").mouseout(functi

[jQuery] Get TD Position [X, Y]

2009-01-07 Thread saiful.ha...@gmail.com
hi all, I want make simple sub menu, id mouse over the column of table will show the div with some text finally. can i get the XY position foreach column in table?! JQuery Code $(".left_menu_td").mouseover(function(){ $("#sub_menu").css({"top":this.position().top, "left":this.position.left, "di

[jQuery] double $().read()

2009-01-09 Thread saiful.ha...@gmail.com
hi all, can we put double $().read() declare? cos i am using tab-ui not in all page, just in one page only? is has trick's for this happen ~ saiful haqqi ~

[jQuery] Ajax Problem

2009-01-27 Thread saiful.ha...@gmail.com
hi all, I have 2 file rating.js $(document).ready(function() { var behav = function(){ $(".rating_class").hover(function(){ $("#tooltip_star").css({"visibility":"visible", "top":($ (this).offset().top - 60), "left":($(this).offset().left+$(this).width ()+ 2)}); $.ajax({