Click here to Skip to main content
15,891,657 members
Home / Discussions / JavaScript
   

JavaScript

 
AnswerRe: Window.close overriding in java script Pin
Joezer BH12-Aug-13 23:41
professionalJoezer BH12-Aug-13 23:41 
GeneralRe: Window.close overriding in java script Pin
Tahir Tamboli13-Aug-13 0:18
Tahir Tamboli13-Aug-13 0:18 
GeneralRe: Window.close overriding in java script Pin
Joezer BH13-Aug-13 0:49
professionalJoezer BH13-Aug-13 0:49 
GeneralRe: Window.close overriding in java script Pin
Tahir Tamboli13-Aug-13 19:20
Tahir Tamboli13-Aug-13 19:20 
GeneralRe: Window.close overriding in java script Pin
twseitex18-Aug-13 3:22
twseitex18-Aug-13 3:22 
GeneralRe: Window.close overriding in java script Pin
Tahir Tamboli20-Aug-13 3:37
Tahir Tamboli20-Aug-13 3:37 
GeneralRe: Window.close overriding in java script Pin
Tahir Tamboli20-Aug-13 3:46
Tahir Tamboli20-Aug-13 3:46 
Questionlazy load not working Pin
*Najla* 20108-Aug-13 8:57
*Najla* 20108-Aug-13 8:57 
Hello,

I tried to apply this code here

http://www.appelsiini.net/projects/lazyload[^]

But the picture does not appeare, I do not know what is the problem

this is my code here

<!DOCTYPE HTML>

<html>
	
<head>
	
	<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
	<script src="jquery.js" type="text/javascript"></script>
	<script>$("img.lazy").lazyload();</script>
<script src="jquery.lazyload.js" type="text/javascript"></script>
	<title>Your Website</title>
</head>

<body>


<img class="lazy" data-original="../img/66_Rafael20%Ginatulin20%-white20%GREEN20%LIFE20%001.jpg" src="mg/grey.gif" width="640" height="480" alt="No-Image">
	
	
</body>

</html>


Can any one give me some help please!
AnswerRe: lazy load not working Pin
sjyanxin12-Aug-13 23:20
sjyanxin12-Aug-13 23:20 
GeneralRe: lazy load not working Pin
*Najla* 201013-Aug-13 0:38
*Najla* 201013-Aug-13 0:38 
GeneralRe: lazy load not working Pin
Dholakiya Ankit18-Sep-13 2:11
Dholakiya Ankit18-Sep-13 2:11 
Questionviop in java Pin
Member 98777295-Aug-13 9:03
Member 98777295-Aug-13 9:03 
AnswerRe: viop in java Pin
Richard MacCutchan5-Aug-13 20:54
mveRichard MacCutchan5-Aug-13 20:54 
GeneralRe: viop in java Pin
Member 98777297-Aug-13 5:31
Member 98777297-Aug-13 5:31 
Questionjquery accordition page jumps after completion of accordition Pin
pandu web dev3-Aug-13 1:03
pandu web dev3-Aug-13 1:03 
AnswerRe: jquery accordition page jumps after completion of accordition Pin
Ashutosh Mahto5-Aug-13 19:36
professionalAshutosh Mahto5-Aug-13 19:36 
GeneralRe: jquery accordition page jumps after completion of accordition Pin
pandu web dev5-Aug-13 20:39
pandu web dev5-Aug-13 20:39 
AnswerRe: jquery accordition page jumps after completion of accordition Pin
Dholakiya Ankit18-Sep-13 2:13
Dholakiya Ankit18-Sep-13 2:13 
QuestionNeed help creating an array for checked checkboxes in order checked Pin
jlistunner2-Aug-13 11:23
jlistunner2-Aug-13 11:23 
QuestionHow to get rid of "X" button of dialog box in dojo. Pin
Mehwish Wajiuddin30-Jul-13 20:29
Mehwish Wajiuddin30-Jul-13 20:29 
Questionhow to select numbers that is not between single/double cuotes with regular expression Pin
mohammadkaab30-Jul-13 3:03
mohammadkaab30-Jul-13 3:03 
AnswerRe: how to select numbers that is not between single/double cuotes with regular expression Pin
twseitex30-Jul-13 7:14
twseitex30-Jul-13 7:14 
QuestionJquery .on() not working on dynamic content Pin
log9827-Jul-13 10:13
log9827-Jul-13 10:13 
AnswerRe: Jquery .on() not working on dynamic content Pin
Richard Deeming29-Jul-13 1:29
mveRichard Deeming29-Jul-13 1:29 
QuestionSet in kendogrid sparkline Pin
log9824-Jul-13 10:16
log9824-Jul-13 10:16 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.