Author Topic: Capturing blur event on pqSelect element  (Read 4958 times)

dinoc

  • Newbie
  • *
  • Posts: 1
    • View Profile
Capturing blur event on pqSelect element
« on: October 23, 2015, 03:28:06 pm »
Hi,

I have a multiple select pqSelect element with checkboxes which fires a query after each checkbox is selected. This is using the 'change' event. The problem I have is that the query is fired every time a checbox is checked/unchecked. What I would like is that user makes all their selections and then clicks off the element which fires the query just once for all items selected. I'm trying to use the blur event for this but can't seem to make it fire. Is the blur event (or something equivalent) supported, or is there another way I can achieve what I want?

Thanks

HarryG

  • Newbie
  • *
  • Posts: 1
    • View Profile
Re: Capturing blur event on pqSelect element
« Reply #1 on: October 30, 2017, 06:23:30 pm »
Hi there. I just wondered, if there will be an answer to this question. Right now, i am trying to solve exactly the same task. I tried it in several (jquery-standard) ways, but didn't find a solution. Is there a way to hook onto the blur-event? Thanks in advance, Harry.