$(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 DLA BEZROBOTNYCH

Informujemy, że wyczerpano limit środków na udzielenie bezrobotnym osobom niepełnosprawnym dotacji na podjęcie działalności gospodarczej więcej...
[2012-05-18 08:58:45]

KOMUNIKAT DLA BEZROBOTNEGO

Jesteś bezrobotną kobietą, masz więcej niż 45 lat. Zgłoś się do projektu.   Powiat Kartuski/Powiatowy Urząd Pracy w Kartuzach zaprasza do udziału w projekcie „Inwestycja w potencjał 45 latki” wszystkie chętne bezrobotne kobiety powyżej 45 roku życia, w tym w szczeg&o...
[2012-05-10 14:43:38]

  • 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!