Avatar for Username

Поиск в Поддержке

Избегайте мошенников, выдающих себя за службу поддержки. Мы никогда не попросим вас позвонить, отправить текстовое сообщение или поделиться личной информацией. Сообщайте о подозрительной активности, используя функцию «Пожаловаться».

Подробнее

Catch position of event jquery

  • 1 ответ
  • 1 имеет эту проблему
  • 1 просмотр
  • Последний ответ от David Tenser

more options

Hello,

I am writing functionality for a web application and I am making use of jquery. For some reason when I pass e as a function parameter the e.pageX or e.clientX return undefined. I have also tried using the global event variable but after reading, I learnt that Firefox does not store events in that way.

I would appreciate any guidance towards the right direction.

Kind regards, Erika

Hello, I am writing functionality for a web application and I am making use of jquery. For some reason when I pass e as a function parameter the e.pageX or e.clientX return undefined. I have also tried using the global event variable but after reading, I learnt that Firefox does not store events in that way. I would appreciate any guidance towards the right direction. Kind regards, Erika

Все ответы (1)

more options

Hi Erika,

Unfortunately support.mozilla.org isn't the place to ask web developer questions because we don't have any experts of that here -- we're only specialized in user issues with Firefox. :)

Your best bet is probably to do a web search for this problem, or check out the developer resources on MDN: https://developer.mozilla.org/en-US/