Questions tagged [classname]

Classname may refer to classes in scripting languages and markup languages. Typically, a class denotes a certain part of the application which can be manipulated.

620 questions
-2
votes
1 answer

Get ClassName of a Window from Window Reference

I have a Window partial class (WPF Window) like: public partial class MyWindow : Window { // this is just a WPF window // I have in XAML Closing event like Closing="Window_Closing" // and here is the event definition public void…
pixel
  • 9,653
  • 16
  • 82
  • 149
-2
votes
2 answers

How to extract the name of all classes in a normal String from java class?

public class A { public class B{ public class C { } } public class D { } } If this is my example how I write a java code to get then names of classes like A,B,C and D in a string. Help will highly be…
Haseb Ansari
  • 587
  • 1
  • 7
  • 23
-2
votes
2 answers

Javascript : How why i get the .className 'underfined' but .html() work

I know this question was posted many times but I can't understand my problem : When I do : alert($('#CalendarType').className); I keep getting undefined in the alert, at start by searching on the web I thought it was because my div wasn't already…
BleuBizarre
  • 368
  • 2
  • 15
-3
votes
1 answer

className.remove Not Working. Trying to remove active when you click on button

I am trying to make a remove active function but it wont register and I got an error on my console: Uncaught TypeError: Cannot read properties of undefined (reading 'remove') Is there any other way i can add a remove function apart from…
ryan
  • 5
  • 2
-6
votes
1 answer

How to append one more class to exisiting one in Jquery

I want to bind a class to tr using jQuery. tr looks as below: @item[0] @item[1] after loading the data above tr looks as below: AAA …
user1893874
  • 823
  • 4
  • 15
  • 38
1 2 3
41
42