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:
ramiromd
ramiromd's Profile
2
Posts
1
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
Problems with selectmenu()
[0Replies]
21-Dec-2011 04:36 PM
Forum:
Using jQuery UI
Hi!. I'm using Jquery and Jquery UI from Google API and i'm trying apply select html tag with Jquery UI, using selectmenu() method.
My js code is this:
$(document).ready(function() {
$("#datepicker").datepicker({
dateFormat: 'd MM, yy',
minDate: '-5Y',
maxDate: '+1Y',
changeMonth: false,
changeYear: false,
numberOfMonths: 1,
dayNamesMin: ['Do', 'Lu', 'Ma', 'Mi', 'Ju', 'Vi', 'Sa'],
monthNames: ['Enero', 'Febrero', 'Marzo', 'Abril', 'Mayo','Junio', 'Julio', 'Agosto', 'Septiembre','Octubre', 'Noviembre', 'Diciembre'],
monthNamesShort: ['Ene', 'Feb', 'Mar', 'Abr','May', 'Jun', 'Jul', 'Ago','Sep', 'Oct', 'Nov', 'Dic']
});
/* End of Datepicker */
$("#cat-new").button();
$("select").selectmenu();
/* End of Service */
});
The button and datepicker runs OK but the selectmenu return in Chrome:
17
Uncaught TypeError: Object [object Object] has no method 'selectmenu'
Any have a tip ?.
Thanks!
Problems with jquery-ui-button
[3Replies]
07-Dec-2011 03:38 PM
Forum:
Using jQuery UI
Hi!. My name is Ramiro,and i from Argentina. Sory for my poor english.
Im developing a system using JQuery UI framework. I am stopped in the implementation of a jquery-ui-button.
My html button code for the form is this:
<button type="submit" class="submit"><p>Entrar</p></button>
Simillary i defined the reset button, but with class="reset".
Hacking the css jquery-ui code and creating my css rules i
got this result:
I can't modify te position of "Limpiar". I like him center :(
The modification at jquery-ui css are those:
.ui-button-text-only .ui-button-text { /*padding: .4em 1em;*/ }
My css file contains for button this:
.login button{ float: left; margin-left: 3%; height: 22px; width: 70px; }
.login button p{ font-size: 12px; position: relative; top: -2px; }
.login button .submit { margin-left: 3%; }
.login button .reset { margin-left: 5%; }
I appreciate any help.
Thanks!
«Prev
Next »
Moderate user : ramiromd
Forum