Jump to content

jQuery bind problem


c_pattle

Recommended Posts

I'm have a bit of trouble using jQuery bind. I have a function that I want to run on two different event types on 2 different elements. Basically I want to merge the two event types below into one. I have tried using bind but am not sure how to do it. Any help would be great.

 

$(".validate").change(function() {

 

 

$(".validate2").keyup(function() {

Link to comment
https://forums.phpfreaks.com/topic/222802-jquery-bind-problem/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.