Top "Prop" questions

The prop() function was added in jQuery 1.6 library.

React Set Image Props

Hello guys im new to REACT im trying to pass my image props to {logo} has anybody a clue how …

image reactjs src prop
jQuery .prop() compatibility

I'm trying to test if the .prop() method exists on the current jQuery included (for compatibility reason) via: if(typeof $.…

jquery version compatibility prop
jquery property disabled and input value form submit

What I wanna ask is, I have a check box called full screen and when I checked it the two …

jquery input field prop
jQuery .prop() returns undefined, while .attr() works as expected for data-*

I am simply trying to get a couple of properties from two elements. Getting the property value from the input …

javascript jquery html attr prop
Should href be set with prop() or attr()?

If I want to change the href of a link dynamically, should I do so using prop() or attr()?

jquery attr prop
Why isn't .prop("selected",true) not working when .attr() or .addClass() does?

I have a script that replaces a select box with a set of styled divs by hiding the select box …

jquery html-select prop
How to initialize the react functional component state from props

I'm using React hooks for app state, I wondered about how to initialize the functional component state using props? The …

reactjs initialization state react-hooks prop
prop('disabled', false); is not working

I want to make a button that will be disable when checkbox is false. But prop('disabled', false); isn't working.

javascript jquery prop
Why jQuery 1.9+ attr() method not deprecated?

Can I, a jQuery1.9+ software developer, "deprecate" the use of the attr() method in my day-by-day work? As showed in …

jquery deprecated attr prop
Getting prop('tagName') problems in jQuery

Having a bit of trouble with some strange setups I encountered while working on a bookmarklet for work purposes. I …

jquery find bookmarklet prop