Jump to content

JQuery change event is not working in Spotfire 10.3


saurabh kasyap

Recommended Posts

I have implemented to show/hide control based on change of dropdown. This was working perfectly in Spotfire 7.11 but not working in Spotfire 10.3

Basically change event is not firing on the selection change of drop-down in Spotfire version 10.3.

$("#dropDownInput").on('change',

function(){

$(".dateInput").css("display","none");

$("#GetData").css("display","inline");

});

 

Thanking in advance to help me out here

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...