Top "Attributes" questions

The attributes tag should be used for any issues relating to a property of an object, element, or file, etc.

Are complex expressions possible in ng-hide / ng-show?

I want to do so: ng-hide="!globals.isAdmin && mapping.is_default" but the expression evaluates always to false. …

attributes angularjs expression
Get all Attributes from a HTML element with Javascript/jQuery

I want to put all attributes in a Html element into an array: like i have a jQuery Object, whichs …

javascript jquery attributes parsing
Getting attributes of a class

I want to get the attributes of a class, say: class MyClass(): a = "12" b = "34" def myfunc(self): return self.a …

python python-2.7 class attributes
Select elements by attribute

I have a collection of checkboxes with generated ids and some of them have an extra attribute. Is it possible …

jquery attributes
How to remove "onclick" with JQuery?

PHP code: <a id="a$id" onclick="check($id,1)" href="javascript:void(0)" class="black">Qualify</a> …

jquery attributes event-handling jquery-events
Extracting an attribute value with beautifulsoup

I am trying to extract the content of a single "value" attribute in a specific "input" tag on a webpage. …

python parsing attributes beautifulsoup
javascript remove "disabled" attribute from html input

How can I remove the "disabled" attribute from an HTML input using javascript? <input id="edit" disabled> at …

javascript input attributes
How do you programmatically set an attribute?

Suppose I have a python object x and a string s, how do I set the attribute s on x? …

python attributes object
How do I remove the "extended attributes" on a file in Mac OS X?

I have an AppleScript script that runs a stress test. Part of the test is to open, save, and close …

macos attributes
Getting the value of an attribute in XML

How would one get the value of attribute1 (blah) in the following xml using xslt: <name attribute1="blah" attribute2="…

xml xslt xpath attributes