Click here to Skip to main content
16,020,706 members

Comments by Member 10928805 (Top 7 by date)

Member 10928805 17-Jan-20 5:30am View    
Okay thanks, can i see how you called your select2.
Member 10928805 17-Jan-20 5:11am View    
yes the select2, still new in this so I don't have an account of uploading stuff and all.
Member 10928805 17-Jan-20 5:10am View    
It is a dropdown that you could search items from. Mine is supposed to pull data from the database.
Member 10928805 17-Jan-20 5:08am View    
I wish i could show you an image
Member 10928805 17-Jan-20 5:06am View    
This is what i did, are you sure it is a searchable drop down?







$(document).ready(function () {
$("#GFG :input").prop("disabled", true);
});

$('#LId3').change(function () {
$("#GFG :input").prop("disabled", false);
}