Jump to content

Html , Javascript Experts Raavali


Recommended Posts

Posted

Chinna code kaavali tried in web but not working

 

oka table dynamic data display chestunna

 

#1alternate row bg color different ga vundali

2#Row select cheste Kinda text area lo kontha data raavali 

 

 

Posted

Jquery use chesthe ok na?

ok i am using jquery but 

 

error radu  ..result raadu

 

atleast error vunte debug cheyyavachhu

Posted

ade try chesa

 

nothing happening

<script type="text/javascript">
    $(document).ready(function () {
    $("Table2.evenodd tr:not([th]):odd").addClass("odd");
         $("Table2.evenodd tr:not([th]):even").addClass("even");
     });
</script>
Posted

Jquery data tabels vaduochu gaa, nuvvu cheppinavanni inbult features vuntayii

Posted

my css file contains

 

 

 .even {background-color: #e6e6e6;}
 .odd {background-color: #ffffff;}
Posted

Jquery data tabels vaduochu gaa, nuvvu cheppinavanni inbult features vuntayii

thx will look into it

Posted

 

ade try chesa

 

nothing happening

<script type="text/javascript">
    $(document).ready(function () {
    $("Table2.evenodd tr:not([th]):odd").addClass("odd");
         $("Table2.evenodd tr:not([th]):even").addClass("even");
     });
</script>

 

idhi only alternate color kee gaaa

Posted

 

my css file contains

 

 

 .even {background-color: #e6e6e6;}
 .odd {background-color: #ffffff;}

 

 

this looks correct.

 

Jquery library reference chesav ga? chese untav le just confirming?

Posted

this looks correct.

 

Jquery library reference chesav ga? chese untav le just confirming?

yep chesanu

 

 

$(document).ready(function () {
$("#Table2.evenodd tr:not([th]):odd").addClass("odd");
    $("#Table2.evenodd tr:not([th]):even").addClass("even");
});
 
 
here Table2 is ID of the table
 
and i removed # b4Table2 and tried but no use
Posted

 

yep chesanu

 

 

$(document).ready(function () {
$("#Table2.evenodd tr:not([th]):odd").addClass("odd");
    $("#Table2.evenodd tr:not([th]):even").addClass("even");
});
 
 
here Table2 is ID of the table
 
and i removed # b4Table2 and tried but no use

 

 

Bhayya nuvvu ichina rendu colors nearly white and light grey shades ee kada..make sure work avuthunna kani colors sariga kanpadatleddemo...

×
×
  • Create New...