Ver Mensaje Individual
  #2 (permalink)  
Antiguo 04/09/2012, 00:11
Avatar de Dradi7
Dradi7
 
Fecha de Ingreso: junio-2008
Ubicación: Peru - Lima
Mensajes: 1.518
Antigüedad: 15 años, 10 meses
Puntos: 220
Respuesta: usar attr en <div> sin id ó class

Entonces para esto tendrias que usar algo como esto

Código Javascript:
Ver original
  1. $(document).ready(function(){
  2. $('div').each(function(index) {
  3.     var style = $(this).attr('style');
  4.     if(style == 'border: thin dashed #e6e5e6'){
  5.     // ACA TU CODIGO
  6.     }
  7. });
  8. });
__________________
La clave de todo triunfador es eliminar todas sus excusas y sus limitaciones