Pop-up

We encourage users to post events happening in the community to the community events group on https://www.drupal.org.
dickinzon's picture

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

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
nenamoss's picture

New window notifier

Do you know of a module that displays an image for links that open new windows? We're using External Links, but it uses a background image for this via CSS. To my knowledge, screen readers don't see background images. Also, the background image doesn't allow for alternate text.

According to the accessibility gurus at WebAIM, "users ought to be alerted when the link does not open in the current window or frame. The accessibility issue is that some users can get confused with the new windows." http://webaim.org/techniques/hypertext/hypertext_links#new_window

Read more
jocken's picture

Custom input format i date-popup?

Går det att ha custom input format på ett date field som man har valt som pop-up eller är man låst till de befintliga?

Read more
albercook's picture

javascript question

Hello all,

I was asking Alex a question and he suggested that I post it to the group. I will include my question and Alex's response.

I'm try to make links on our webpage that, once clicked on, will open a window over the page to show additional content like a definition, picture or video clip. I was following this tutorial.

http://articles.sitepoint.com/article/create-pop-up-notes-dhtml

This all worked well and you can see it at

http://www.rocksandrobots.com/node/937

Until I read the last paragraph of the tutorial. Where it says that this

Read more
Subscribe with RSS Syndicate content