Tagged Questions
jQuery is a cross-browser JavaScript library that facilitates DOM traversal, event handling, animation and AJAX interactions.
0
votes
0answers
7 views
How to show up dialogue?
I have code of HTML of div tag which i have to show up using jQuery
Directory Lookup
All fields required unless otherwise noted as optional.
Search
...
0
votes
1answer
25 views
How to replace some text inside body without affecting existing tag using javascript
I will explain with an example what I need to get done
<body>
some text
<a href="http://somelink.com" class="some">some</a>
<span class="test">test</span>
...
0
votes
0answers
7 views
How to show gridview headers on clicking next page of jquery datatable?
I have added a jquery datatable on a gridview.When i click on 2nd page the gridview headers disappears and clicking back on first page they are shown again.
My code is
<head ...
-2
votes
2answers
34 views
Sending POST data to AJAX without a Form
I have a PHP script that is called by an AJAX call triggered by a link click. Normally, I just use a form and pass all of the form data to my PHP scripts, but I would like to manually send POST data ...
0
votes
1answer
18 views
Calling an Animation on Click
I'm using AngularJS v1.2
I want to run an animation after clicking a button.
psuedo:
<a ng-click="submit()" type="button">Submit</a>
The Controller, has a method submit, which among ...
0
votes
2answers
26 views
Search A SubString Between Two Points Of A String Dynamically
How can we search and save substring inside a string between two specified values dynamically.
For example if a have the following set of strings.
var string1 = "This is.. my ..new string";
var ...
0
votes
0answers
12 views
how could i give action link within ajax load.?
this form already running in ajax loader how could i give action link of page. in ajax load.
have main html file(index.html) used ajax loader to call html file(form_user.html), now i need to give ...
0
votes
1answer
17 views
convert string to time using culture info and store in SQL
Hai friend i need to convert a string to time format using this code becauseit only support for cloud DB but its not working please dome one help me my duration value is 13:22:00 it is 24 hours format
...
0
votes
1answer
27 views
Sorting in jquery
How to implement sorting in jquery . In Below example "Var List" having html code where i need to implement sorting on click on one filed "#points" . This is working fine in firefox but not in IE and ...
0
votes
2answers
22 views
popup once in a day using jquery or php
How to show a FB likebox once in a day using jquery or php.And i have done with pop up and i want to save session or cookie in a browser.So that i can make the things working.Currently i am using ...
0
votes
1answer
7 views
Flask app and JQuery not being loaded properly
I've got a Flask app and in the templates I'm running some JQuery. The JQuery pulls in the Aviary editor..or it's supposed to, on page load. For some reason the JQuery isn't running in the proper ...
-1
votes
1answer
20 views
Jquery : Find and Copy text that as same as text in another div
<div id="a">author</div>
i want to copy text in the div below that has text as same as text in the div above
<div id="name">
<span class="user">
...
0
votes
1answer
23 views
Li items not showing properly?
I'm using flexslider and it seems that the slider isn't working properly. The Li items is not working properly, it's not showing?
Here's my code.
<html class="no-js" lang="en">
<head>
...
0
votes
0answers
6 views
jquery tabs cache and ajax tabs does not work kendo grid
I am using Jquery tabs for show pages that retrieve with ajax.For prevent loading page whenever I select tab, I am using "cache:true" in tab settings.when I open First tab with grid or other component ...
0
votes
2answers
15 views
Quoting issue while echoing a html part from php to jquery
In my php file I am echoing back an html response to my jQuery function.
Due some wrong quoting that I am applying data is no being passed through onclick event
echo " <div class='img-x' ...