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;
displaying the Quiz questions in an overlay or pop-up window
I am relatively new at Drupal and not a professional web developer.
Want to know if I can use something like Overlay or Lightbox2 to display the quiz questions & answer(s) in a pop up window. And after the quiz is over, it can either revert back to the results page (or maybe display the results too on the same pop up window).
The idea is possibly to have better control on how the questions & answers are laid out on this pop-up/Overlay window, so that it will be easier to access by people with physical challenges (who lack the fine motor skills needed to navigate and click small print)
Read moreNew 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 morePop Up Window to Display flash audio player
I desperately need the assistance of this group. I have let my javascript skills freeze in the year 2000. Now I can't make this work in Drupal as it is obvioulsy using techniques far more advanced.
I am attempting to get a pop up window to work from a menu item. The window would open a flash audio player.
I have gotten something to almost work from a node, but can't seem to get this to work from a menu item.
So, how do I open a sized new window from a menu item in Drupal?
Read more
