0
votes
6answers
66 views

How to get the closest img tag in jquery?

HTML <tr class='test_file'> <td id=img_id><img src='"+ROOT_PATH+"/assets/arrow_black_right.png' /></td> <td colspan=2 id=fileName>"+fileName+"</td> ...
0
votes
2answers
55 views

How to generate sequence id and move table rows up or down and dynamically adjusting each row's sequence ID?

1. I have two tables table1 and table2, here when you click Add button, it moves the rows that are checked from table1 to table2. I have to generate a sequence Id ranging from 1 to n from top to ...
0
votes
1answer
58 views

how to stop a image from hovering by clicking on a <a> tag

I want to stop image from hovering when clicking on the <a> tag,at first it had the undefined $ or jquery error in firebug but after adding <script ...
0
votes
0answers
26 views

jquery event execution order?

i have a jquery click event which is triggered when i click a button called gosearch. I want to add a field which indicates the loading of the results. But it isnt called. it feels like jquery first ...
-6
votes
2answers
55 views

Get HTML file of website using jQuery or Javascript [closed]

I need to import HTML file of any website on the choice of user using Javascript or jQuery into another file which i can run locally.
1
vote
3answers
29 views

jquery's incoming data event handler

I am writing a PHP code to ping a computer from my server. the code is simple but I think the browser is caching the incoming data: run.php <?php for ($i=0; $i<10; $i++) { $host = ...
4
votes
1answer
73 views

How to increase the number of RSS feeds using Google's Dynamic Feed Control

The feeds currently shows four news stories. How do I increase it so that it contains more than 4 news stories? I have tried: var feed.setNumEntries(20); after var feed ...
0
votes
3answers
163 views

jQuery Ajax load HTML content with image, how to check whether all images are loaded?

I'm doing a script for infinite scroll for my site: $(window).scroll(function(){ if($(window).scrollTop() == $(document).height() - $(window).height()){ ... $.ajax({ ... ...
-1
votes
1answer
84 views

waypoint Plugin Jquery [duplicate]

$(function() { // Do our DOM lookups beforehand var nav_container = $(".nav-container"); var nav = $("nav"); nav_container.waypoint({ handler: function(event, direction) { ...
0
votes
0answers
47 views

fire server event from hyperlink vb.net

How do I fire a server event (vb subroutine) from a hyperlink control? I have some housekeeping I need to do before leaving the page. I know I can use a link button but I think that is not good for ...
1
vote
2answers
63 views

class event fires only one

table of Data with is link <strong>1</strong> <a href ='index.cgi?reqpage=2&job_category_id=1' class='paginateAdmin' id='nonItPaginate'>nextPage</a> ...
0
votes
0answers
65 views

How to add event handlers in JQuery for when an element is created? Not 'clicked'?

I've new to jquery and web site design and I'm trying to do something that may not be possible? I have the following code in a js script of mine ( very basic ) i.e In myscript.js which is referenced ...
1
vote
1answer
87 views

jquery events not bind to page items after $.load()

i have a base index page and a large repository page which i load needed elements from it with jquery.load() function for the sake of cleaner code and less size. after i load some parts in the base ...
0
votes
2answers
68 views

What is meant by javascript:// in the href of a link

Yesterday, I visited a forum. There was like and Dislike button under the each post. When I click the Like button, the Like was counted without any page reload. Meaning Ajax was working. But when I ...
1
vote
2answers
119 views

How do I get the javascript code that fires a popup?

I am trying to implement a modal pop up for my project and I found what I wanted in a jsfiddle. I can find out what the html and css is that they are using for the modal, but I dont know what js are ...

1 2 3 4 5 9
15 30 50 per page