Ask questions and get good answers on mb.jQuery.components

using the out of the box implementation.. how do I bringtofront the datapicker?

thanks.

asked Nov 17 '10 at 14:39

Chicod's gravatar image

Chicod
1


if your datepicker has an ID you can use the extruder builtin method to bring it on the front:

$("[datePickerID]").mb_bringToFront();

or you can follow the suggestion here to preserve the extruder to bring to front:

http://jquery.pupunzi.com/questions/675/another-new-option-alwaysontop

answered Nov 19 '10 at 15:31

Matteo%20Bicocchi's gravatar image

Matteo Bicocchi ♦♦
1776129

edited Nov 19 '10 at 15:32

Thanks Matteo...

that works...I also found that the Z-Index appropriately set withn the CSS as follows...

.ui-datepicker { width: 12em; padding: .2em .2em 0;  z-index: 10100 !important; }

Works as well.

answered Nov 21 '10 at 00:04

Chicod's gravatar image

Chicod
1

Your answer
toggle preview

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Tags:

×25

Asked: Nov 17 '10 at 14:39

Seen: 526 times

Last updated: Nov 21 '10 at 00:04

Related questions

jQuery main site - Matteo Bicocchi