Tagged Questions
1
vote
2answers
29 views
JQuery fails when part of PHP include but not if injected by PHP
All right folks I have a problem with some jQuery error handling code I have written. The issue is, if I write the jQuery code so that PHP injects it into the page using echo statements the code ...
0
votes
1answer
14 views
jquery date picker not working through php includes
My index file contains layout code that doesn't change on any page. Where the content of the page is displayed, i used GET vars to determine which php file to include. Whenever I put in a jquery ...
1
vote
1answer
62 views
CSS styles and Jquery do not get applied to jsp:include file [closed]
I am using eclipse and Tomcat 7.
I have an index.jsp page. In the index.jsp file, I include login.jsp file using jsp:include tag. when I first run the application, the page gets rendered as ...
0
votes
1answer
33 views
2 JQuery menus conflicting
I have 2 JQuery navigation menus.
My main navigation (navig.php) uses the following JQuery scripts:
<script src='/new/navig/js/jquery-1.8.1.min.js' type='text/javascript'></script>
...
0
votes
0answers
38 views
JS not working on Rails
I have a file named "admin.js" loading some JS files. They get loaded in HTML but nothing works... im considering that im having jquery error, but i do not know almost anything about it. The fact is ...
1
vote
1answer
122 views
Include several HTML pages with JavaScript into one PHP page
Earlier I asked about fixing the clock below and BAM! The solution was nearly instantaneous. Since then I have successfully added several of these clocks to a single PHP page. One for Tokyo, one for ...
0
votes
0answers
27 views
How to include outside jQuery plugin in authored plugin
I am writing a jQuery plugin that requires the use of another plugin. Currently I solve this like so:
<script src="otherPlugin.js"></script>
<script ...
0
votes
2answers
57 views
Wordpress WP_Query by jquery load
i load by jquery a php file witch should load a new WP_Query,
but the WP load does not work, here my code:
the jquery code:
$('.teaser-click').click(function(){
var post_id = $(this).attr("rel");
...
2
votes
2answers
57 views
Where the script is executed
it's a stupid question but I'm not sure...if I have an external js file that runs an ajax jquery call the url that I specified inside the file must be considered relative to the position of the ...
0
votes
2answers
64 views
php inside jquery in an include file
This is simply a question that I cant seem to find answered.
I have test.php included at the top of the main.php page.
test.php contains jquery code with php inside of it and it is all wrapped in ...
7
votes
2answers
244 views
Include a few pages in one page in Jquery mobile
I am working on an application using jquery mobile. I need to include a few pages in one preview page before a final Submit of form.
Here is a basic idea about my application. It needs at least 10-15 ...
0
votes
2answers
129 views
PHP include messes with jQuery
Everytime I'm trying to build a jQuery app in my homepage, the app starts to do things on it's own and stops responding my requests.
For instance, I'm trying to implement an image slider and when I ...
0
votes
2answers
118 views
$.ajax script not pulling php data into div
I've spent the last couple of days wrestling with a .hover script that posts data to a php script then retrieves related data from a database.
Posting id data to the details.inc.php page is working ...
2
votes
3answers
141 views
I want to include jQuery jquery.min.js only once in whole project. Any Solution? [duplicate]
I have included jquery.min.js(1.9.1) in one of my modules in my PHP project.
I must need this file included only once.
I want like this :
If any existing project has included "jquery.min.js" file ...
0
votes
2answers
79 views
Using include files for parameters in jquery mobile
Greetings and Salutations fellow stackoverflow citizens...
Question: Is it redundant or does it defeat any purpose to use include files for the "data-theme" parameter in jquery mobile?
For example:
...
0
votes
2answers
70 views
Include a JS file using jQuery
I actually have a problem with including JS file using jQuery. I found many sources but no one work with me. I'm pretty sure that the path of the js file is right. These are my two tries :
The first ...
-3
votes
2answers
138 views
How to include jquery in the footer - when using $(document).ready in header? [closed]
Best practice says : Include all of your javascript in the footer. For faster page load.
Agreed.. but how do you do it to your jquery include, when you have all $ statements all through your body ...
0
votes
0answers
520 views
jQuery 1.9.1 ajax() json response: php with include
I have a problem with jQuery 1.9.1 and a json response.
My html-File is very simple for testing (working with jQuery 1.8.3):
<!DOCTYPE html>
<html>
<head>
<meta ...
1
vote
4answers
100 views
Jquery - How to select an option generated by PHP
I got a select which is generated by php.
<div id="panneauModifAnnonce" class="divAdmin">
<form id="modifierAnnonceForm">
<label class ="labelEmail">ID</label>
<input ...
0
votes
1answer
60 views
Switch Between two SSI's using jquery or javascript
got a problem with a static html page which is using server side includes.
the html of the ssi has a closing head tag and opening body tag
<-- ssi start
blah blah blah
< /head>
< body>
...
1
vote
1answer
91 views
Use jQuery with RequireJS separately
I am trying to load and use jQuery, I do not want to use the RequireJs+jQuery bundle because I am not planning to use the latest version.
However it seems the document ready event it is not getting ...
0
votes
1answer
44 views
Why does my plugin give this error when I initialize it? Uncaught TypeError: Object [object Object] has no method 'counter'?
I don't understand why I am getting this error?!?! I am trying to use a simple counter plugin for jQuery:
Uncaught TypeError: Object [object Object] has no method 'counter'
I have included the ...
0
votes
1answer
57 views
Includes not working after AJAX navigation
So here's my predicament. I have several includes on my home page of my website, and they work on initial load. But, if you navigate away from the home page and then come back, the includes are ...
0
votes
1answer
72 views
Should raw javascript be in a .js file - How to include?
Suppose I have a page such as the following
<html><head></head><body><!--STUFF-->
<script>
if(SomeBooleanVariable) {
...
-2
votes
2answers
383 views
How to load Jquery first in Wordpress? [closed]
Jquery loading at the last of the wordpress blog, it will make my effects plugins useless. how to call jquery first
<?php wp_enqueue_script("jquery"); ?>
<?php echo get_theme_option("head") ...
0
votes
1answer
180 views
Calling a php function from a DIV that was loading using jquery load()
Looking for a way to call a php function that has its include 'functions.php' in the original file.
This is what is in my index.php file, so when i click on a link it will load (new.php) into the ...
1
vote
1answer
54 views
jquery .html on an included file
I have viewed this answer jquery append external html file into my page
And was wondering if it applied to my situation.
I have a page that includes another, can I use the jquery .html() to inject ...
0
votes
1answer
65 views
Include a php file with a lot of includes using ajax .load()
I'm trying to load an php file through ajax using load(). Here's my code:
var loadUrl = "myfile.php";
$("#lst-results").load(loadUrl);
So, when I do this, it works:
...
0
votes
1answer
114 views
Multiple jQuery includings causing fancybox to break?
I'm not sure what's going on here, i'm a little bit confused.
This is the page i'm currently working on: http://tinyurl.com/a8yuzdt
When you go to the page, everything works, right? All scripts are ...
0
votes
2answers
122 views
Modify “src=” in <script> tags before loading--without jQuery
Basically, I want to do this:
<script src=" path + '/jquery.js'"></script>
(Obviously that won't work.)
I have a standalone page loading external scripts with <script>, but the ...
0
votes
1answer
75 views
AJAX/JQUERY post and include
Find this confusing...
If a user fills in a contact form (contactus.php) and submits the form using AJAX/JQuery to (process.php) and on the (process.php) there is a include function but the PHP file ...
-1
votes
1answer
175 views
Can we use jQuery framework through an online web proxy
I include jQuery in my site with Google CDN:
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.8.2/jquery.min.js" type="text/javascript"></script>
All works as expected, but ...
1
vote
1answer
439 views
Fade Transition when using PHP Includes
I'm trying to create a fade or slide transition using jQuery or CSS (or otherwise!) on php included pages which sit within a DIV. I've searched around and found loads of examples of fade transitions ...
0
votes
2answers
179 views
jquery calendar datepicker does not work with my include php
I met some trouble while using input type dates, also I decided for reasons of compatibility to change all input type date by type of text using class datepicker.
When I'm on index.php everything ...
1
vote
1answer
46 views
When using .load() to change a divs content do I need to re-include my scripts?
Im using .load() to populate a div with new content but when I do I have to recall all my scripts in order to use them inside the new content I beieve this is whats causing my event handlers to fire ...
0
votes
4answers
85 views
Use JavaScript to cut the GET part of the url including the?
I am trying a lot of things out now a days but some things are making me stumped like using ajax to include a file that handles the the GET requests of the parent file. So instead of say including ...
0
votes
1answer
329 views
Wordpress head: After a manual including of jQuery, it is included again by a plugin… How to solve?
Well, the title is pretty explanatory...
I am building a custom theme where all the fancy jQuery stuff (sliders, galleries, toggle, tooltips, etc) are manually added to head of the document, and of ...
0
votes
5answers
643 views
How to call php file into a div?
I'm trying to reload only specific div
$("#captcha").html('<?php echo 'abc';?>'); // just as test - works well
Because div content is much larger, I tried:
$("#captcha").html('<?php ...
0
votes
2answers
77 views
jQuery Code in included PHP pages
I am currently encountering a problem with PHP and jQuery.
I have build a website like this:
header.php - this is where all the css and js files are loaded.
index.php - main page.
sidemenu.php - ...
0
votes
5answers
223 views
Separate HTML/Javascript code into
I don't know what term for this is but it's like with PHP when you use 'includes' or when you store HTML in a variable and call it to print at a certain point in a HTML page.
I want to better ...
1
vote
3answers
79 views
How to include a file OR PHP code with JS?
How can I include code, for example using Javascript? Or if that can't be done, how can I include a whole PHP file?
P.S. Found some script called "require" or "include," but I prefer two lines of ...
0
votes
2answers
653 views
include jquery in js file
I am developing chrome extension, it is a simple extension which call background.js file to do simple job. In background.js i want to include jquery.js file to call ajax function. But i can't find ...
0
votes
1answer
65 views
How to pull code from another domain
if I had several websites and I would want to read "file.html" in every website, how should I do that? The file.html would be just like this:
<h1>Hot news</h1>
<p>article</p>
...
0
votes
2answers
143 views
jQuery include file - functions assigned to another page?
I have a .JS include file, that applies to several pages. However, for one page I have now adopted a jquery method, and to use
$("").on("click","#id",function(){});
on some of my elements. But ...
0
votes
2answers
205 views
Using jQuery to include/require a different php file if window height > 1000?
How can you use jQuery to include/require a different php file if window height > 1000?
if window height > 1000
<?php require('a.php'); ?>
else
<?php require('b.php'); ?>
...
1
vote
1answer
197 views
Is it possible to insert an include tag into a webpage using JavaScript?
I want to insert the following include tag into my webpage using JavaScript. <!--#include virtual='includes/myIncludeFile.htm' -->
I have tried the following but it doesn't work: ...
1
vote
1answer
291 views
Php includes causing slow load times with ajax content load
I am currently working on this website, and i need some help regarding php and ajax.
I apologise if this is a simple fix, but i've looked everywhere and i can't find the solution.
Anyway, the links ...
1
vote
2answers
239 views
Is it possible to include an html file inside a php file
I need to include a html file inside a php file, I tried using include and require in php file, but css styles are not applied and only the content is included. Is there a way to include the full html ...
0
votes
3answers
472 views
Error on cross request: “Origin is not allowed by Access-Control-Allow-Origin”?
I'm trying to load content from one of my sites in another:
<div id='include-from-outside'></div>
<script type='text/javascript'>
...
0
votes
0answers
145 views
jqconfig failed to open stream when I use “include” to access the jqGrid
I use include function to call data grid file. but I get error that says
Warning: require_once(jq-config.php) [function.require-once]: failed
to open stream: No such file or directory in
...




