Viewing 9 replies - 31 through 39 (of 39 total)
  • You rock! It’s working perfectly for me now. ??

    And just in time for the weekend.

    Thanks a lot.

    Thanks a lot Siguy, this is just what I needed!
    Do you maybe have an idea how to make it work so I don’t have to reset every time I refine the search?

    I had that working at an earlier revision but the latest version only works if you are narrowing your search. This is something that I would like to have the script do so I will look into it. I don’t think it will be too difficult to do. Probably just a matter of resetting the match classes each time you click the search button.

    Bukajec, your question got me thinking and testing some more and I have just found that if for example you have Manager, Assistant Manager, Regional Manager positions and you search for Manager, all 3 positions will show up in the results. Clearly my little script is not perfect but I will keep refining it and posting my results here for you all to benefit from it.

    Thanks mate, you’re doing a great job. I started learning javascript myself, I have experience of working with actionscript, which is great because the 2 languages are pretty much alike. It’s amazing what you can do, and it’s a great way to avoid doing too much php, which I personally dislike working with :))

    Oh, I actually managed to do it myself, only thing you need to do is to copy this part of code from resetpage to submit function:

    $(‘.jobrow’).children(‘td’).removeClass(‘match’);
    $(‘.job-table’).children(‘tbody’).children(‘tr’).each(function(){$(this).show()});

    Hey thanks Bukajec! I haven’t gotten around to playing with the code yet but I knew it would be something pretty much as simple as that. You added those lines as the first thing that happens when you hit submit yes?

    Now I/we just have to sort out the multiple matches issue.

    Yep, first thing that happens after submitting.

    Have anybody tried using the “All in One SEO Pack” to search? The developer posted something about it on his site.

    https://pento.net/2010/03/10/job-manager-highlight-bluetree-search/

    Does anybody know how they did this?
    https://thesentiogroup.com/jobs/

Viewing 9 replies - 31 through 39 (of 39 total)
  • The topic ‘Searching jobs’ is closed to new replies.