hi all,
is jquery have function like findXY(element) or scroll position?
sorry not finish read all document about jquery
~ saiful haqqi ~
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
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
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 ~
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({
5 matches
Mail list logo