Click here to Skip to main content
15,886,362 members
Home / Discussions / JavaScript
   

JavaScript

 
AnswerRe: Adblock system Pin
Sibeesh KV29-Sep-14 2:02
professionalSibeesh KV29-Sep-14 2:02 
Questioncopy items of one dropdownlist to another one with jquery Pin
H.Goli11-Feb-14 6:38
H.Goli11-Feb-14 6:38 
AnswerRe: copy items of one dropdownlist to another one with jquery Pin
Kornfeld Eliyahu Peter11-Feb-14 6:54
professionalKornfeld Eliyahu Peter11-Feb-14 6:54 
QuestionCreating a static Map Pin
mrkeivan7-Feb-14 19:34
mrkeivan7-Feb-14 19:34 
GeneralRe: Creating a static Map Pin
Sunasara Imdadhusen21-May-14 23:43
professionalSunasara Imdadhusen21-May-14 23:43 
AnswerRe: Creating a static Map Pin
Sibeesh KV29-Sep-14 2:04
professionalSibeesh KV29-Sep-14 2:04 
QuestionBad Request Call WCF Service Jquery Ajax Pin
Ericsson Alves6-Feb-14 15:32
Ericsson Alves6-Feb-14 15:32 
QuestionSolve datetime country wise to display? Pin
pkarthionline6-Feb-14 0:46
pkarthionline6-Feb-14 0:46 
Hi,
How to load depends upon country datetime format?
how to load datetime format depends upon the country ?




SQL
example 1:
when i am select India ,it will display in textbox : 06/Feb/2014
 
 india  dd-MM-yyyy


example 2:
when i am select USA ,it will display in textbox : Feb/06/2014

USA  mm/dd/yyyy


XML
<html>
<head><title> date time</title> </head>



<script type ="text/javascript" src="jquery.js"></script>
<script type ="text/javascript" src="jquery.jdpicker.js"></script>



<body>
<link rel="stylesheet" href="jdpicker.css" type="text/css" media="screen" />



<div><div class="jdpicker_w"><input id="test1" type="text" name="test"></input>
</body>

<script>



$('#test1').jdPicker({
     date_format:"dd MM YYYY",
});



$(document).ready(function(){
   $('#your_input').jdPicker();
});
$(document).ready(function(){
   $('#your_input').jdPicker({
      start_of_week:2,
      show_week:1
   });
});



Thanks,
Karthikeyan,Bangalore
AnswerRe: Solve datetime country wise to display? Pin
Garth J Lancaster6-Feb-14 0:55
professionalGarth J Lancaster6-Feb-14 0:55 
AnswerRe: Solve datetime country wise to display? Pin
Richard Deeming6-Feb-14 2:08
mveRichard Deeming6-Feb-14 2:08 
QuestionSyntax error on IE10 but working fine on IE 8... Pin
Member 102794055-Feb-14 19:57
Member 102794055-Feb-14 19:57 
AnswerRe: Syntax error on IE10 but working fine on IE 8... Pin
Richard Deeming6-Feb-14 2:05
mveRichard Deeming6-Feb-14 2:05 
QuestionPopulating Input Fields Using Button UIs Pin
ASPnoob3-Feb-14 21:14
ASPnoob3-Feb-14 21:14 
AnswerRe: Populating Input Fields Using Button UIs Pin
Richard Deeming4-Feb-14 3:14
mveRichard Deeming4-Feb-14 3:14 
GeneralRe: Populating Input Fields Using Button UIs Pin
ASPnoob9-Feb-14 18:57
ASPnoob9-Feb-14 18:57 
Questionjava script project - algebric expressions Pin
chgovind2-Feb-14 0:22
chgovind2-Feb-14 0:22 
AnswerRe: java script project - algebric expressions Pin
Richard MacCutchan2-Feb-14 1:38
mveRichard MacCutchan2-Feb-14 1:38 
QuestionFailed to load resource: the server responded with a status of 405 (Method Not Allowed) Pin
Vimalsoft(Pty) Ltd30-Jan-14 8:25
professionalVimalsoft(Pty) Ltd30-Jan-14 8:25 
AnswerRe: Failed to load resource: the server responded with a status of 405 (Method Not Allowed) Pin
Kornfeld Eliyahu Peter2-Feb-14 1:30
professionalKornfeld Eliyahu Peter2-Feb-14 1:30 
AnswerRe: Failed to load resource: the server responded with a status of 405 (Method Not Allowed) Pin
swatishri20-Aug-20 15:19
swatishri20-Aug-20 15:19 
GeneralRe: Failed to load resource: the server responded with a status of 405 (Method Not Allowed) Pin
Vimalsoft(Pty) Ltd20-Aug-20 23:53
professionalVimalsoft(Pty) Ltd20-Aug-20 23:53 
QuestionNo 'Access-Control-Allow-Origin' header is present on the requested resource Pin
Vimalsoft(Pty) Ltd30-Jan-14 1:42
professionalVimalsoft(Pty) Ltd30-Jan-14 1:42 
AnswerRe: No 'Access-Control-Allow-Origin' header is present on the requested resource Pin
Kornfeld Eliyahu Peter2-Feb-14 1:29
professionalKornfeld Eliyahu Peter2-Feb-14 1:29 
AnswerRe: No 'Access-Control-Allow-Origin' header is present on the requested resource Pin
Doug Twyman3-Feb-14 18:28
Doug Twyman3-Feb-14 18:28 
GeneralRe: No 'Access-Control-Allow-Origin' header is present on the requested resource Pin
Vimalsoft(Pty) Ltd3-Feb-14 19:00
professionalVimalsoft(Pty) Ltd3-Feb-14 19:00 

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.