pop-ups

Events happening in the community are now at Drupal community events on www.drupal.org.

popup se desactiva cuando la pagina se carga via ajax por jquery

Posted by dickinzon on July 23, 2012 at 8:16am

Saludes,

Utilizo "Popups API (Ajax Dialogs)" http://drupal.org/project/popups para mostrar dialogos, funciona muy bien para mi, pero tengo funciones en jquery que cargan algunos divs del contenido de la pagina para no actulizarla toda, en esas partes que se actualizan quedas desactivados la opcion de popup de los links.

el JS codigo que utilizo es algo asi:


$('.icons .entregado').livequery('click',function()
{
var cid = $(this).attr('id');
$.get('estado/'+cid+'/entregado', function()
{
$('.rows').load('../'+$('.current').attr('id')+' .rows');
});
return false;

Read more

Want to add Easy pop-up 'tooltips' on Any Page?

Posted by lorlarz2 on May 25, 2012 at 3:00pm

Easiest way to have pop-up "tooltips" ANYWHERE.
Procedure to do it:

  • Find the Drupal folder with your theme's .info file and
    add stylesheets[all][] = mytooltip.css (under other similar lines)
  • In Notepad (or any raw text editor) make the following file :

    span.tooltip span
    {
    

    display:none;
    }
    span.tooltip:hover span
    {
    display:inline;
    position:absolute;
    background:#FFFF99;
    border:1px solid silver;
    color:maroon;
    width:200px;
    margin-top:20px;
    margin-left:-5px;
    font-size:smaller;
    line-height:1em;

Read more
Subscribe with RSS Syndicate content

AltStyle によって変換されたページ (->オリジナル) /