$(function() { var self = this; self.input = $("#search_oferty").select().focus(); //handles searching the document self.performSearch = function() { //create a search string var phrase = self.input.val();//.replace(/^\s+|\s+$/g, ""); //phrase = phrase.replace(/\s+/g, "|"); //make sure there are a couple letters if (phrase.length < 2) { return; } //append the rest of the expression phrase = ["\\b(", phrase, ")"].join(""); //search for any matches var count = 0; $(".oferty_link").each(function(i, v) { //replace any matches var block = $(v); block.html( block.text().replace( new RegExp(phrase, "gi"), function(match) { count++; return ["", match, ""].join(""); })); }); //update the count $(".result-count").text(count + " wyników!"); //clear this search attempt //should be gone anyways... self.search = null; }; self.search; self.input.keyup(function(e) { if (self.search) { clearTimeout(self.search); } //start a timer to perform the search. On browsers like //Chrome, Javascript works fine -- other less performant //browsers like IE6 have a hard time doing this self.search = setTimeout(self.performSearch, 300); }); });

KOMUNIKAT


Dyrekcja Powiatowego Urzędu Pracy w Kartuzach informuje, iż wstrzymuje nabór wniosków na szkolenia od dnia 21.02.2012r. do odwołania. Ilość złożonych do dnia 20.02.2012r. wniosków o skierowanie na szkolenie indywidualne przekracza kwotę środków przeznaczonych obe...
[2012-02-21 09:14:06]

KOMUNIKAT DLA PRACODAWCÓW

Informujemy, że uruchomiony zostaje proces naboru wniosków o zawarcie umowy o zorganizowanie stażu dla osób bezrobotnych. więcej ...
[2012-02-20 13:58:42]

  • Rejestracja przez internet
  • Zgłoszenie podjęcia pracy
  • Zgłoszenie oferty pracy


  • Baza aktualnych ofert pracy


  • Centrum Aktywizacji
    Zawodowej

Kreator CV

  • Stwórz swoje Curriculum Vitae online!