1
vote
1answer
54 views
how to change cached picture from javascript
I have a asp image control. ImageUrl="images/avator.jpg". I'm changing this picture on the server and then setting imageUrl same as previous url on the client. but image don't changed. When i click …
1
vote
1answer
54 views
Pop-up Thumbnails of Linked Pages
I would like to show thumbnails of external websites that I link to when the user mouses over the links, similar to how snap.com does this. How can I accomplish the same thing?
…
1
vote
3answers
60 views
I need javascript css builder?
I'm creating Content management system in asp.net. But I need open source cascading stylesheet builder like visual studio style builder.
Can anyone know existing css builder?
…
0
votes
1answer
41 views
how to use blog variable on javascript
I'm using blogger.com. I need to use data:blog.url variable on the javascript. But i don't know how to assign to any javascript variable.
How to get blogspot variables on the javascript? …
0
votes
2answers
49 views
how to get attribute from any selected object in jquery
for example
<a href="http://stackoverflow.com" class="selected">stackoverflow</a>
my jquery is here
alert($('.selected').attr('href')); …
0
votes
3answers
243 views
get iframe page title from javascript using jquery
How to get iframe src page title and then set main page title
…
3
votes
1answer
57 views
jquery attribute selector problem: Dynamic attribute selector
My code is here
$("a[href=$.jqURL.url()]").hide();
$.jqURL.url() return current page url.
But this code don't work
Is it possible to …
0
votes
2answers
57 views
how to handle any javascript load finished event using jquery
I have a blog. I'm insert yahoo pipe. I need to remove yahoo pipe icon after script load finish.
script is here>>
<script src="http://l.yimg.com/a/i/us/pps/listbadge_1.1.js" …
0
votes
1answer
51 views
all ajax ready event on jquery
i'm using $(document).ready but that will not work for all ajax ready. I need a callback event after all ajax load finished in jquery.
How to write this event using jquery? …
2
votes
2answers
95 views
is it possible to get anchor visited state from javascript?
i'm using jquery. i have a anchor list. i'm enumerate anchors, if it visited, set display:none;
i need when click on the anchor, anchor will changed to visited state from javascript …
2
votes
1answer
27 views
asp.net page location problem
I'm creating usercontrol. This control use javascript <script src='js/my.js' type='text/javascript'></script>
My web directory location is here>>
…
0
votes
0answers
50 views
google reader json image
i'm using json to read shared google reader items. But item not contain image link. only contain [image: imagename] on content field .
How can get image url?
…
