Search Results

Search found 52 results on 3 pages for 'aruna'.

Page 3/3 | < Previous Page | 1 2 3 

  • Remove CSS from a Div using JQuery

    - by Aruna
    Hi, I'm new to JQuery. In my App I have the following: $("#displayPanel div").live("click", function(){ $(this).css({'background-color' : 'pink', 'font-weight' : 'bolder'}); }); When I click on a Div, the color of that Div is changed. Within that Click function I have some functionalities to do. After all that I want to remove the applied Css from the Div. How could I do it in JQuery?

    Read the article

< Previous Page | 1 2 3