Posts by Paulo Lelis • 25 points
3 posts
-
0
votes2
answers333
viewsQ: A div superimposed on an image descends according to the scroll bar
I have a div that shows some details about an image when it is displayed, but I’m developing for mobile and when you slide down the Ivs that contain these details also move out of the images. Follow…
-
0
votes0
answers147
viewsQ: Function does not work after installed the application
This is the function that when installing does not work. document.addEventListener("deviceready", onDeviceReady, false); function onDeviceReady() { document.addEventListener("backbutton",…
-
2
votes1
answer229
viewsQ: Open a <span> when the image loaded by Jquery is loaded
This is the Jquery code: What I want is that when I click the loaded image it displays a span with text at the end of the image. (function(){ /* Private variables */ var overlay = $('<div…