javascript - How to hide the select value from the form -


i have form have select drop down. have disabled default , re enable based on conditions. don't want access select option values when disabled(now can viewed inspecting element browser). how make secure?

i don't think can. might better off populating when it's needed instead of enabling it. ajax call.


Comments

Popular posts from this blog

node.js - Mongoose: Cast to ObjectId failed for value on newly created object after setting the value -

[C++][SFML 2.2] Strange Performance Issues - Moving Mouse Lowers CPU Usage -

ios - Possible to get UIButton sizeThatFits to work? -