Click here to Skip to main content
15,891,567 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hi Developers,

Am using jquery dialog to show some help text in my asp page.
Its working but only problem is 'Close' icon is missing.Its working as expected.Ie when i click there it will close the window but that image is not coming.
am using below versions of jquery
JavaScript
<link href="Scripts/jquery-ui.css" rel="stylesheet" />
    <script src="Scripts/jquery-1.9.1.js"></script>
    <script src="Scripts/jquery-ui.js"></script>


i downloaded these files and copied in to my project folder.
I have not downloaded any images.
Posted
Updated 26-Oct-14 22:05pm
v3
Comments
Am Gayathri 27-Oct-14 4:05am    
No answers?
[no name] 27-Oct-14 4:46am    
Hi,
paste your code. Are you doing like this ?
http://jqueryui.com/dialog/
Am Gayathri 27-Oct-14 6:03am    
Thanks..:)
You are always there to help me..:)

1 solution

Fiddle[^]
This is a fiddle for simple dialog. I have tried to use the jquery version you have mentioned.
Please check here. And the close also would depend on the jquery-ui theme you are using.
The normal and common theme is smoothness. Please download the css for this and check.
themes/smoothness/jquery-ui.css.
Hope this helps anyway.
Post back your queries if any.
Thanks.
:)
 
Share this answer
 
Comments
Am Gayathri 27-Oct-14 5:28am    
Could you please provide link for downloading themes/smoothness/jquery-ui.css.
[no name] 27-Oct-14 5:30am    
http://jqueryui.com/download/
Go down and last option is theme choose smoothness and dowload and use.
Please accept the solution if this has helped. I dont know why this is downvoted.:)
Thanks
Am Gayathri 27-Oct-14 6:03am    
Thanks a lot
It works
[no name] 27-Oct-14 6:04am    
Welcome I would love to help anytime..:)
I dont know why my answer was downvoted though..:)
thanks

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900