Jump to content
php.lv forumi

Search the Community

Showing results for tags 'timeout()'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • PHP
    • Interesanti palasīties
    • Iesācējiem
    • Vispārēji
    • Gatavi skripti
    • Freimworki, CMS
    • Datubāzes
  • Infrastruktūra, serveri, serveru programmatūra
    • Instalācija un konfigurācija
    • Hostinga piedāvājumi
    • Hostinga novērtējumi un atsauksmes
  • Pārlūkprogrammas daļa
    • HTML, XHTML
    • CSS
    • Javascript
    • Citas pārlūku vides un pārlūku valodas
    • Pārlūkprogrammas
  • Citas lietas
    • Darbs
    • Drošība
    • Manas lapu/darba novērtēšana
    • Saites uz noderīgiem resursiem
    • eKomercija un ePakalpojumi
  • php.lv
    • Netēma
    • Atsauksmes, ierosinājumi, lamu vārdi
    • Draza
  • Arhīvs
    • PHP
    • (X)HTML, CSS
    • php.lv

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


AIM


MSN


Website URL


ICQ


Yahoo


Jabber


Skype


Location


Interests

Found 1 result

  1. $(document).ready(function(){ $('.hover').mousemove( function(e){ var hovertext = $(this).attr('hovertext'); var offset = $(this).offset(); $('#hoverdiv').text(hovertext).show(); if(offset.left>100) { var wid = $('#hoverdiv').width(); $('#hoverdiv').css('top', e.pageY).css('left', e.pageX-wid-15); }else { $('#hoverdiv').css('top', e.pageY).css('left', e.pageX+5); } }) .mouseout(function() { $('#hoverdiv').hide(); }); }); meklēju kā var iepauzēt jquery izpildi (lai mousemove teksts nedaudz iekavējās) delay() neder, jo tas iepauzējot palaiž garām mouseout() finkciju. Būtībā šobrīd man ir sanācis tā, ka <div>...> izvade iepauzejas, un pat ja pele jau ir nobīdīta vienalga izvada div.
×
×
  • Create New...