// AGREGA ESTO
var URL = window.location.href;
alarma (URL);
$ (“.demo div.collapse ").each (función () {
$ (éste) .find (“un ").each (función () {
¿si (url.indexOf ($ (éste) .attr (“href”) .split (“? ") [1]) >= 0) {
$ (“.demo”) .find (“div [class*=collapse]: primero”) .hide ();
$ (éste) .parents (“div.collapse ").show ();
}
});
});
|