hola buen dia
tengo el siguiente frame:   
Código HTML:
Ver original- <iframe name="frame" id="frame "src="inicio.html" width="100%" height="300" frameborder="0" scrolling="no" AllowTransparency> 
-                 Texto alternativo para navegadores que no aceptan iframes 
y una lista que cargar htmls externos en el frame:    
Código HTML:
Ver original-                             <li><a href="inicio.html" target="frame">- Inicio </a></li>
 
-                             <li><a href="historia.html" target="frame">- Historia </a></li>
 
-                             <li><a href="productos.html" target="frame">- Equipos de Frio </a></li>
 
-                             <li><a href="revestimientos.html">- Revestimiento Termico </a></li>
 
-                             <li><a href="repuestos.html" target="frame">- Repuestos A/A </a></li>
 
-                             <li><a href="Contacts.html" target="frame">- Contacto </a></li>
 
lo que quiero hacer es hacer lo mismo pero con JQUERY para poder ponerle algun efecto cuando cargar el html dentro del frame.
Se podra? gracias a quien ayude!!