Search found 27 matches

Go to advanced search

by Ananya Raju
Wed Dec 04, 2013 12:04 pm
Forum: Issues
Topic: Form
Replies: 14
Views: 3818
 
Jump to post

Form

it doesnt work ... i tried puting this code as customJS called the default name Javascript1 var toast = function(msg){ $(""+msg+"") .css({ display: "block", opacity: 0.90, position: "fixed", padding: "7px", "text-align": "center",...
by Ananya Raju
Wed Dec 04, 2013 8:13 am
Forum: Issues
Topic: Form
Replies: 14
Views: 3818
 
Jump to post

Form

thansk .... i also had a query if i have about like 3 input box and a button ... on the click of that button i want the form to validate in such a way that the inputboxes dat do not contain text must be outlined with red and a toast message must pop up saying that these fields are not entered cud u ...
by Ananya Raju
Wed Dec 04, 2013 2:42 am
Forum: Issues
Topic: Form
Replies: 14
Views: 3818
 
Jump to post

Form

it doesnt work i have tried the following code if(Appery("mobiletextarea").val()==="") { Appery("mobilebutton").addClass("ui-disabled"); alert("Alert ALERT ALERT "); } else { Appery("mobilebutton").removeClass("ui-disabled"); } it...
by Ananya Raju
Tue Dec 03, 2013 5:35 pm
Forum: Issues
Topic: Form
Replies: 14
Views: 3818
 
Jump to post

Form

HEllo, i am performing form validation on text area....i have used.... if (Appery('textareaname').val()=== " ") { statements } else { statements } and also i have used... if (Appery("textareaname").attr("value") === " ") { statements } else { statements } both...
by Ananya Raju
Thu Oct 31, 2013 9:04 am
Forum: Issues
Topic: Date And time
Replies: 15
Views: 2202
 
Jump to post

Date And time

works perfectly THANK U!

by Ananya Raju
Thu Oct 31, 2013 5:49 am
Forum: Issues
Topic: Date And time
Replies: 15
Views: 2202
 
Jump to post

Date And time

hey Igor,

else if((value.getTime() - now.getTime()) < (7200000)) {
alert("within 2 hours ");
this code doesnt work when implemented... pls do tell me an alternative! it still accepts the value within the timespan of 2 hours

by Ananya Raju
Thu Oct 31, 2013 5:08 am
Forum: Issues
Topic: Date And time
Replies: 15
Views: 2202
 
Jump to post

Date And time

if i were to calculate the time span for two hours then wat should i do? just change the 100060603 to 100060602? will it work?

by Ananya Raju
Wed Oct 30, 2013 12:11 pm
Forum: Issues
Topic: Date And time
Replies: 15
Views: 2202
 
Jump to post

Date And time

if ((value.getTime() - now.getTime()) < (100060603)) this line of code could u pls explain..... that value of 100060603 why is it used? n how did u calculate that value for time could u pls explain that for me?

by Ananya Raju
Wed Oct 30, 2013 11:54 am
Forum: Issues
Topic: Date And time
Replies: 15
Views: 2202
 
Jump to post

Date And time

and what about the date which is already passed? if i select a date which has already passed then i want the alert to say " Date already passed"

by Ananya Raju
Wed Oct 30, 2013 11:49 am
Forum: Issues
Topic: Date And time
Replies: 15
Views: 2202
 
Jump to post

Date And time

Could u pls explain to me the logic of that code pls!

Go to advanced search