bublik Posted April 22, 2008 Report Share Posted April 22, 2008 Sveiki! Kā jQuery dabūt elementu kurš ir pirms norādītā elementa? Zinu kā dabūt elementu kurš ir pēc norādīta.. $('#noraditais_elm + div:first') //dabūnu nākošo divu kurš ir aiz #norādītais_elm , bet kā dabūt iepriekšējo divu ? Link to comment Share on other sites More sharing options...
andrisp Posted April 22, 2008 Report Share Posted April 22, 2008 Es īpaši šitos "advencētos" selektorus nepārzinu, bet div:last + #noraditais_elm neder ? :) Link to comment Share on other sites More sharing options...
bublik Posted April 22, 2008 Author Report Share Posted April 22, 2008 (edited) Šis ja nekļūdos paņems pēdējo DIV no visa dokumenta un meklēs aiz viņa #noraditais_elm EDIT: Paldies atradu pats risinajumu. $('#noraditais_elm').prev() Edited April 22, 2008 by bublik Link to comment Share on other sites More sharing options...
Kristabs Posted April 22, 2008 Report Share Posted April 22, 2008 Varbūt var pāris vārdos pastāstīt ko ar viņu var izdarīt? Piespraust eventus vai kā? Link to comment Share on other sites More sharing options...
andrisp Posted April 22, 2008 Report Share Posted April 22, 2008 Kristabs, http://docs.jquery.com/ ? Link to comment Share on other sites More sharing options...
bublik Posted April 22, 2008 Author Report Share Posted April 22, 2008 Varbūt var pāris vārdos pastāstīt ko ar viņu var izdarīt? Piespraust eventus vai kā? Ko vien vēlies eventus, stilus , animācijas. Piem. $('#elm').prev().css('border','1px solid black'); jQuery Tutorial Link to comment Share on other sites More sharing options...
Kristabs Posted April 22, 2008 Report Share Posted April 22, 2008 thnx, noslinkoju šoreiz :) Link to comment Share on other sites More sharing options...
Recommended Posts