1

I have this code in my view.

 $("#Effective Date").datepicker({
                showOn: "button",
                buttonText: "..."
            });

I am able to see the the date and I can select the date. But when I open the datepicker Iam not seeing the Arrows on the popup box. << < March 2012 > >>

can anybody please help me out

1

3 Answers 3

2

It must be something to do with the CSS you're using.

Here is a jsFiddle.

http://jsfiddle.net/C9rCT/

It uses jQuery 1.7, jQuery UI and links to the jQuery UI CSS file from Google (http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.9/themes/base/jquery-ui.css)

Sign up to request clarification or add additional context in comments.

1 Comment

+1 - part payment for the hint re the radio button javascript question today that i picked up and ran with after your suggestion!! oh, and your answer is also the most correct :-)
2

Make sure you also have the CSS and images from the jQuery you downloaded.

Comments

2

These 'arrows' are backround image. Check the css.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.