Loading...
Copy code
Close
Permalink
Close
Please tell us why you want to mark the subject as inappropriate.
(Maximum 200 characters)
Report Inappropriate
Cancel
Private Message
From :
guest
To :
Subject :
Content :
Type the characters you see in the picture below.
Send
Cancel
From :
guest
To :
Subject :
Content :
Type the characters you see in the picture below.
Send
Update
Cancel
Feedback
Email ID
Subject :
Comments :
Send
Cancel
Private Message
Type the characters you see in the picture below.
Type the characters you see in the picture below.
Attach files
Desktop
Google Docs
Each Attachment size should not exceed 1.0 MB.
Max no of attachments : 3
Loading User Profile...
guest
Response title
This is preview!
Attachments
Publish
Back to edit
Cancel
(
)
Sign In
New to this Portal? Click here to
Sign up
You can also use the below options to login
Login with Facebook
Login with Google
Login with Yahoo
jQuery
Plugins
UI
Meetups
Forum
Blog
About
Donate
All Forums
Recent Posts
Log In
Search
jQuery
Search
jQuery Forum
Screen name:
karindpowell
karindpowell's Profile
2
Posts
7
Responses
0
Followers
Activity Trend
Last 30 days
Last 30 days
Date Interval
From Date :
To Date :
Go
Loading Chart...
Posts
Responses
PM
Show:
All
Discussions
Questions
Ideas
Problems
Expanded view
List view
Private Message
DatePicker calendar width issue
[3Replies]
03-Apr-2015 10:39 AM
Forum:
Using jQuery UI
Please look at my image below to see my issue.The calendar is breaking out of the div / container?
I've put the thick solid red border around it to help show what's really going on (see image below).
I'm loading these in the header:
jquery.js
jquery-ui.min.js
jquery-ui.theme.min.css
jquery-ui.min.css
I also added to my CSS... but this CSS isn't solving the issue below.
.ui-datepicker { width: 216px;
height: auto;
font: 9pt Arial, sans-serif;
border: thick solid red;
}
There is an 'outer div' around the date fields:
<div style="text-wrap:none; margin:16px 0px 16px 0px;">
<input type="text" name="mydate" id="mydate" size="10" class="DatePickerCalendar">
<script type="text/javascript">
$(document).ready(function(){
$(".DatePickerCalendar").datepicker({
dateFormat: 'mm\/dd\/yy',
closeText: "Close",
dayNamesMin: ['Su','Mo','Tu','We','Th','Fr','Sa']
}); //DatePickers
}); //document ready
</script>
Thank you for your assistance.
jquery-validate with custom methods and messages: radio button
[8Replies]
03-Sep-2014 03:57 PM
Forum:
Using jQuery Plugins
I have a form that uses the 'tricks' for custom methods and messages found
here:
(see link below):
http://jqueryvalidation.org/files/demo/custom-methods-demo.html
HOWEVER I want to also add validation for my radio buttons to the mix and the demo above does not give me options for select | check | and radio ... I tried adding the 'trick' for validating radio buttons from
here
(see link below) with no results.
http://jqueryvalidation.org/files/demo/radio-checkbox-select-demo.html
Help?
«Prev
Next »
Moderate user : karindpowell
Forum