Jquery - Accessing class name which contain white space

Hi,
My html table code is
<- table class="t20Region t20ReportRegion" ....;>
now I have to use the above class name "t20Region t20ReportRegion" in the below jquery . how to do this
$header = $('table.class_name tr:first');
how to substitute / enter class_name which has white space in them ( "t20Region t20ReportRegion" )
Thanks in advance
Shijesh

I will be patient from next time.
Thanks Dan,
The changes made by you is working for standard template.
However, when i created a custom report template in which I have two row for Colum Header ( Main
Header and Sub Header), its not working.
Credentials are the same.. and same page nos.
How to change the code so that it will work for custome report template as well
if a user click on total under Col1 or Col2 , i was trying to pass Header1 + ' ' + col1 or Header1 + ' ' + col2 ( concatenation of header1 and col1/2 with space in between)
if a user click on total under Col3 or Col4 , i was trying to pass Header2 + ' ' + col3 or Header2 + ' ' + col4 ( concatenation of header2 and col3/4 with space in between)

Similar Messages

  • Java class names which contain unicode characters

    I need to create, compile and load java classes which have class names that contain unicode characters.
    I am using Win2k but will neet to support unix* in future.
    When I try to create a fooXbar.jar where X is a unicode character which is not ascii I get an error when creating the file.
    My question is: how do I map java class names and package names which contain non ascii characters into
    names that the files systems will like AND that the java VM will use when trying to load .class file from the class path.
    for example what would the .java and .class file be for the following class?
    class \u6587\u66f8 {

    You could make names for .java and .class that is understandable by the filesystem. E.g. you could prepend with % and then digits for the unicode character. The problem is then how to compile the class, and how to load the class.
    You can load the class with a custom classloader, which will translate the unicode class name to the escaped file name (using %).
    The problem is then reduced to how you can compile your code (you have to map the file name to the class name somehow). I think it can be done, but I don't know the solution to that.
    Alternatively you can use meaningful names for the classes, and then make an obfuscator that can change the bytecodes so the classnames are changed to some obscure unicode names. Perhaps there is already obfuscators out there you can use that will use unicode characters.

  • To be included jar path containing white space....

    hi,
    I have develop an application which is linked with some jar files at run time. Now those jars are in my application directory and as I have put my project in path c:\program files\proj(which contains white space) so while running the application its producing following error:
    Caused by: java.net.URISyntaxException: Illegal character in path at index 13: file:/C:/with space/repro-designer.dir/CO
    NSOLE-INF/lib/ant-1.7.0.jar
    at java.net.URI$Parser.fail(URI.java:2809)
    at java.net.URI$Parser.checkChars(URI.java:2982)
    at java.net.URI$Parser.parseHierarchical(URI.java:3066)
    at java.net.URI$Parser.parse(URI.java:3014)
    at java.net.URI.<init>(URI.java:578)
    at java.net.URI.create(URI.java:840)
    ... 21 more
    14:11:13,734 DEBUG [Application] Application destroying...
    14:11:13,734 DEBUG [Application] ContextFactory destroying...
    14:11:13,750 DEBUG [Application] ContextFactory destroyed.
    14:11:13,750 DEBUG [Application] Application destroyed.
    and if i put the project in such a path where isnt any white space, its working fine. Can any one help me out....
    regards
    Sudip

    try this :
    c:\program%20files\proj

  • Table name which contains the email addresses maintained in address area of SCOT

    HI,
    I would like to know the table name which contains the email addresses maintained in address area of SCOT.
    I know how to see through SCOT, but I want to see as a list through SAP table.
    I am not able to see email list through SXNODE AND SXADDRTYPE tables.
    Thanks,
    Nagaraju Ravuri

    Hi Nagaraju,
    You may use ADR6 table and field SMTP to get email address of respective users.
    Regards,
    Deepak Kori

  • Package name which contain user exit  in standard include name

    hai experts,
    can i know the package name which contain user exit mean standard include which contain forms of the perform. or give some suggestion to find this exit for purticular tcode.
    useful reply will be awarded.
    regards,
    jai.m

    Hai,
    it is not over thare....
    actualy i need to do some work at the time of the save document of mb1b transaction. my need is if any one exit or custmer exit or badi has trigger at the time of save the document in mb1b transaction.
    regards ,
    jai.m

  • Is knowing of Class Name, which called current method, possible?

    Hallo everyone,
    My method is called from inside some method of some class. Can I know which class called my method.
    In other words I would like to know is that possible to have a name of class from which my current method is called? It's sometrhing like I need an access to the call stack.
    thanks!

    You can do the same thing before 1.4 as well:
          Throwable t;
          PrintStream ps;
          PrintWriter pw;
          String str;
          StringBuffer sb;
          StringWriter st;
          t = new Throwable();
          st = new StringWriter();
          pw = new PrintWriter(st);
          t.printStackTrace(pw);
          sb = st.getBuffer();
          str = sb.toString();You now have the stack as a String in the variable str.
    The problem is that you have to parse the String to separate methods from classes and so on. And different platform may produce slightly different string representations of the stack.
    So, it is easier in Java 1.4

  • Table name which contains all the details of infocube

    Hi All,
    I need to write a program which contains the details of infocube like
    1) Request ID
    2) Request Number
    3) Username
    4) Transfered Records
    5) Added Records
    6) Data source
    Please could anyone tell me where i can find all these details.
    I need to know the table name or else any function module name which can fetch all the details based on Infocube. I got one table name 'RSMONICDP' where i can get Request number and username. but rest i m not able to findout..please help me out.
    Regards
    Anju

    Hi,
    Chk these tables
    RSMONICTAB -- transferred and added records
    try also RSREQDONE RSREQICODS and RSMDATASTATE for other details
    Regards,
    B

  • How to know the Column name which contains some value?

    Suppose if a table contains 30 columns, and I want to know the name of the Column that contains my search text(Value).
    For Eg. I have a Table named Allowances contains 20 columns for referencing 20 types of allowances. The columns are named like Allw_1,Allw_2,...etc..I know the allowance name(Like "Incentive") and I want to know the Column name on which this allowance name presents.
    Pls. help me.

    Change your DB model.
    A Table with columns called allw_1, allw_2, ... begs to be normalized.

  • Error writing file name which contain both English and non-English name

    Hello
    I have this simple vbscript code which suppose to write all file names in some directory to a text file
    Dim FSO
    Dim FileDirectory
    FileDirectory = "C:\temp"
    Dim FileList
    FileList = "list.txt"
    Dim Fname
    Set FSO = CreateObject("Scripting.FileSystemObject")
    set FileDirectory = FSO.GetFolder(FileDirectory)
    Set objFile = FSO.CreateTextFile(FileDirectory & "\" & FileList ,True)
    for each file in FileDirectory.files
    Fname = file.name
    objFile.Write( ChrW(34) & Fname & ChrW(34) & vbCrLf)
    objFile.Write( ChrW(34) & FileDirectory & "\" & Fname & ChrW(34) & vbCrLf)
    Next
    objFile.Close
    Everything goes fine while file names are in English but when some file name is non English or both  English with non English name (right to left languages) an error raised, so how to deal with this writing issue without changing the file name
    thanks in advance

    Thanks
    jrv for replying
    I tested you code but it didn't worked for me (works fine for English file names but doesn't work with right to left language )

  • Table name which contains status profile of a given process order

    Hi All,
    I created one process order and assigned a status profile for it.
    I need to know which table will contain both these values.
    Ex: If i give process order as an input, then it gives status profile as an output.

    Hi,
    The Table for Status Profile is JSTO.
    But there is no direct link bitween AFKO/AFPO and JSTO.
    Take the help of an ABAPer for this..
    Regards,
    Siva

  • Table Name which contains Role for a Query

    Hi
    Please let me know if there is any table present where i will give Query name as Input and i will get the Role name for that query.
    Regards
    Atul

    Go to RSA1--> Meta data repository --> search for the query , in its details you will find the role to which it is assigned .

  • DQS Term-based relations value contains white space is not allowed

    Hi
    SQL Server 2012:
    I have a term 'R & D' which i would like to replace with 'Research and Development'. How do i incorporate it in the DQS 2012 cleansing?
    I want to replace 'I C G E B' with 'International Centre for Genetic Engineering and Biotechnology'. I created a Domain values. On cleasning, it corrected the source value 'Centre for Genetic Engineering
    and Biotechnology, Cuba' with 'International Centre for Genetic Engineering and Biotechnology' with Confidence score was 81%. Not sure, why is it replacing. I have only one domain value. I have
    no other rules or term-based relations during my testing. Probably it took the initials of 'I C G E B' and partially matched in 'Centre for Genetic Engineering and Biotechnology, Cuba'.
    Any solution how to solve this.
    Any help much appreciated.
    Nikesh Shah
    Nikesh Shah

    Hi Nikesh, 
    If I understood you correctly, it is correcting your string because you gave it a domain value and no rules to guide the correction behavior. This way, DQS is comparing everything with that domain value to check if it is similar, and that stringwas similar
    enough, so DQS corrected it to the value you said "it was the only one valid in the domain"
    You can implement that correction in two ways
    - Using a term-based relation, specifying that every time DQS encounters the string "I C G E B" (even inside other strings) it will replace it with International Centre for Genetic Engineering and Biotechnology
    - Specifying a correction in your domain values. Manually insert the value "I C G E B", mark it as an error and specify its correction with International Centre for Genetic Engineering and Biotechnology. 
    Given your case, I'd rather take the first option, because we are talking about a replacement of initial letters, not about a correction. If you take the second option, you will get weird corrections as you have encountered already. 
    Regards. 
    Pau.

  • ACCESS column names containing spaces

    Hi
    I'm new to Java SQL programming and have come across a problem I can't seem to fix reharding ACCESS column names that contain spaces.
    Here's the actual code :
    sqlquery = "select * from cars,qualify where group2 = '" + addComponentsToDrivers.currentgroupcode + "' and cars.car id no = qualify.car id no";
    here's the error java.sql.SQLException: [Microsoft][ODBC Microsoft Access Driver] Syntax error (missing operator) in query expression 'group2 = 'INTGT5' and cars.car id no = qualify.car id no'.
    The question is how can I code qualify.car id no?
    Thanks
    Ken

    and cars.car id no = qualify.car id noand cars.[car id no] = qualify.[car id no]

  • White space handling dbms_xmlstore.insertxml

    Hi,
    I have a question about white space handling.
    I have a column in table which holds white space character.
    When I loading xml file using dbms_xmlstore.insertxml white space is converted into NULL and inserted into table.
    It would fail if the column type is not null.
    How do I handle it?
    ======================================================
    Alternatively, how do I insert a tag with only whitespace in it into a table?
    <Tag> </Tag> [One whitespace]
    To elaborate the question
    If I have following data in xml file ...
    =============================================
    <Rowset>
    <Row>
    <Tag1> </Tag1>
    <Tag2>1</Tag1>
    </Row>
    </Rowset>
    I have to load this data into
    table tab1...
    create table tab1 (tag1 varchar2(5), tag2 number);
    How do I achieve it using dbms_xmlstore so that I can read the whitespace in XML and load it correctly into the table?
    ========================================================================
    To use an alternate approach, I also tried the following.....
    I tried the following test program on the xml file also shown below....
    XML File is
    <?xml version="1.0"?>
    <ROWSET>
    <ROW>
    <SYS_NAME> a </SYS_NAME>
    <SYS_SERIAL_NUM>000000</SYS_SERIAL_NUM>
    </ROW>
    </ROWSET>
    And small procedure is
    create or replace procedure PRO_TEST
    as
    o_sys_name varchar(10);
    spacetag varchar2(10) := ' ';
    begin
    --execute immediate 'create global temporary table gt_xmltype_tab1 (xmlfile1 xmltype)';
    insert into gt_xmltype_tab(xmlfile1)
    values(XMLType(bfilename('RESTOREDIR','ADTL_SETUP_OPTIONS.xml'),nls_charset_id('AL32UTF8')));
    select extractvalue (value(x), '/ROW/SYS_NAME')
    into o_sys_name
    from gt_xmltype_tab gt, TABLE(XMLSequence(extract(gt.xmlfile1, '/ROWSET/ROW'))) x;
    dbms_output.put_line('[' || o_sys_name || ']');
    dbms_output.put_line('ASCII:- ' || ascii(o_sys_name));
    if o_sys_name = ' ' then
    --if o_sys_name = chr(32) then
    dbms_output.put_line('I found space');
    else
    dbms_output.put_line('I found no space');
    end if;
    commit;
    end;
    When Tag is <sys_nam> </sys_name> I get [] in the output(empty).
    When Tag is <sys_nam> a</sys_name> I get [ a] in the output(space and a).
    When Tag is <sys_nam> a </sys_name> I get [ a ] in the output(space a space).
    When I has some character along with the whitespace, behaviour is correct and as expected.
    But when the tag contains only whitespace the output is empty.
    I cant seem to get around this problem.
    Upon receiving empty string, other sub systems which are reading the data stop working.
    Can someone help here?
    Edited by: userAtoZ on May 14, 2011 2:57 PM

    White space handling dbms_xmlstore.insertxmlYou may replace all whitespaces with its corresponding html entity:
    SQL> create table test (v varchar2 (5))
    Table created.
    SQL> declare
      ctx   sys.dbms_xmlstore.ctxtype := dbms_xmlstore.newcontext ('test');
      doc   xmltype := xmltype(replace('<ROW><V> </V></ROW>',' ', '&#38;#32;'));
      ret   int;
    begin
      ret := dbms_xmlstore.insertxml (ctx, doc);
      dbms_xmlstore.closecontext (ctx);
    end;
    PL/SQL procedure successfully completed.
    SQL> select v, length (v), ascii(v) from test
    V             LENGTH(V)        ASCII(V)
                          1              32
    1 row selected.

  • Problem Accessing Class in my package from jsp file

    Hi,
    I am using Apache tomcat server and i have made package which contains a class for database connection. I have imported this package in my jsp file but when i run the jsp tomcat gives the class not found exception. i have placed the jsp file in /webapps/my_project/ folder and the package in the /webapps/my_project/WEB-INF/classes/ folder.
    Still its not working.
    Please help me out!!!!!!!!

    hi,
    Thanks for ur reply. You have guessed it right, i dont have a .jar file its a .class file in a package subfolder. I have tried out ur suggestion but it didnt work. The following error i shown when i run it.
    org.apache.jasper.JasperException: Unable to compile class for JSPNote: sun.tools.javac.Main has been deprecated.
    C:\Apache Tomcat 4.0\work\localhost\_\College\test$jsp.java:4: Package college_lib not found in import.
    import college_lib.*;
    ^
    1 error, 1 warning
    Here, College_lib is the package name which contains the class my class file
    Is there any problem with my Apache Tomcat4.0 or any other thing.
    Message was edited by:
    Despo

Maybe you are looking for

  • Please help with geometric objects in ARRAY...........

    I am facing a programming issue here; I am supposed to create an array of circle objects of random dimensions. Next, I am supposed to check each circle and make sure it does not intersect with any other circle in the array. If it does, I am expected

  • Parse xml in inputstreamobject and decode base64

    Hello I have got a http-package with content-type text/xml, from a HttpURLConnection object. From the HttpURLConnection object i get an InputStreamObject. Now i'm looking for the easiest to parse the xml, that is in the Inputstream object. The xml ju

  • Wired connection question

    Can I connect my Samsung wireless router CY-SWR1100 to my BT home/hub 2 with Ethernet cable and connect smart TV,  blu-ray. ps3 etc: to my Samsung router with Ethernet cables to free up Ethernet connections on the home/hub 2 Solved! Go to Solution.

  • Relative Sizes on HTMLTEXT on FLASH

    Hi I have a problem suing relative sizes on a HTMLtext on FLash I create the the textArea i set the size and everything if I do it by actionscript everything works fine except when i setup the htmltext, the text disspears so I need to re-set the embe

  • Epson stylus sx235w and Mac OS 10.9

    Why doesn't it work in the wifi mode?