Can't Get My Jquery Dialog To Open On Menu Item Click August 20, 2024 Post a Comment I've got my first app with jQuery coming along, and I've got both my dialog boxes built and executing as they should be, and the login box comes up when I click login (in the FileSolution 1: Once again Alex :) You are missing # in ID selectorDEMO$("#dateturn-form").dialog({ }); CopySolution 2: You are missing a hash (#).Replace$("dateturn-form").dialog("open"); Copywith$("#dateturn-form").dialog("open"); CopyDemo Share Post a Comment for "Can't Get My Jquery Dialog To Open On Menu Item Click"
Post a Comment for "Can't Get My Jquery Dialog To Open On Menu Item Click"