0
votes
0answers
2 views
mouseflow tracking returns anonymous function
I have some tracking code in javascript I am trying to run
var _mfq = _mfq || [];
(function() {
var mf = document.createElement("script"); mf.type = "text/javascript"; mf.async = true;
...
0
votes
1answer
18 views
Automatic PHP Notification with jQuery
I'm sorry but I am new to Javascript/jQuery/AJAX etc. but I have bought a Notification theme for my website but I am trying to get just a little bit of data from the website to notify the people who ...
1
vote
0answers
13 views
accessing form input with html a href
I have an html form that is queried with php to search for animals... animals.php Everything works great however I was wondering if i can also access the form with an html anchor tag...so that when ...
0
votes
2answers
25 views
Hide specific div class when the size of object is larger
I have the following problem. My page is loading swf objects. Sometimes their size is less than 700 px, sometimes larger than 700px. For larger objects I would like to hide the right sidebar and make ...
0
votes
1answer
57 views
Empty lines are breaking a Javascript script?
I am baffled by this. I'm working with a WordPress website and I have 2 simple Javascript alert functions. I'm using one of them in the onclick of an image to make sure the script works. All is well ...
-1
votes
0answers
33 views
Facebook chat system final achievement
I was created a chat system like facebook. And it's working perfectly.But i have a little problem with ajax.I'll say my problem using as example like bellow.
User: A
User: B
When user(A) and ...
0
votes
2answers
33 views
show/hide div is opening all divs when button is clicked instead of just one
I'm trying to use the show/hide on a div with buttons but it's opening all divs at once when the button is clicked here's the page i'm trying it out on http://starsQA.com/jen-lilley-interviews
here's ...
0
votes
0answers
8 views
How to proxy requests to CouchDB and also restrict database/docs access?
CouchDB is installed on my server and listening for the default port on localhost. I verified I have a working instance, but now I'd like to accomplish the following:
Restrict administration to a ...
0
votes
0answers
14 views
how to use d3.js to show data from mysql
I'm using d3.js to present a network whose nodes and edges are data from mysql.
It seems I should use php to fetch data from the database and then bind the data to a network written with d3.js,when ...
1
vote
0answers
14 views
imageBrower kendoUI in PHP
just started using Kendo UI and im having trouble understanding the imageBrowser on Editor Widget, it doesn't seem to tell you some detailed parts on kendo ui's documentation, and my only purpose of ...
0
votes
1answer
23 views
confirmation delete message box for an image?
The scenario is when I click on the X image next to a record in the tour_manage.php, this deletes the record by which is executed by another php page called delete_tour.php
I have managed to add the ...
1
vote
1answer
37 views
Ajax code unresponsive
Hi i am having trouble making this ajax code work with JavaScript. The function is called studentReqHandler with a button onclick function and everything is in echo's. this is the code of the function ...
0
votes
5answers
40 views
How do I insert and remove a div together with its contents on a link click
I am new at using jQuery but I really want to include some common javascript functionality to my website. I have a div that presents a form to a user where by he/she can enter some information. What I ...
1
vote
1answer
32 views
multiple document ready functions overwriting one another
I have two queries one in the file test.php and one in a file test2.php... I'd like to refresh the divs every 5 seconds, however the content of div #test gets overwritten by the content of the div ...
0
votes
0answers
28 views
Twitter Bootstrap + sql accordion
So I would like to have accordion heading as sql row column1 and in description column2 like i did,and it works like charm but when I click on name it doesn't collapse out and in :S...column3 is just ...