I am trying to call an external php with jquery file. pagination sample . When I am viewing it directly, the jquery on it works, however, when i am calling it using jquery and assign it to <div>, the jquery code is not working. How can I solve this? Any one here knows why it is happening?
4 Replies - 326 Views - Last Post: 10 February 2013 - 01:57 PM
#1
Problem in calling external php with jquery file functions by jquery
Posted 09 February 2013 - 11:19 PM
Replies To: Problem in calling external php with jquery file functions by jquery
#2
Re: Problem in calling external php with jquery file functions by jquery
Posted 10 February 2013 - 02:05 AM
that happens because a JS include is not treated like a loading page. besides that, there will be no ready event anyways, because the document is already loaded.
and another one, it is illegal to load a full HTML document into an existing HTML document (except for frames).
and another one, it is illegal to load a full HTML document into an existing HTML document (except for frames).
#3
Re: Problem in calling external php with jquery file functions by jquery
Posted 10 February 2013 - 04:26 AM
Dormilich, on 10 February 2013 - 02:05 AM, said:
...it is illegal to load a full HTML document into an existing HTML document (except for frames).
I think that's what really happen when i am calling it. Thank You for your reply sir! very much appreciated!
THANKS! IT WORKS!
This post has been edited by amatzprogrammer: 10 February 2013 - 04:34 AM
#4
Re: Problem in calling external php with jquery file functions by jquery
Posted 10 February 2013 - 06:36 AM
sigh, i just realized, i can't use frames this time. Is there anyway for me to make the jquery works? I actually, make it worked before. It's just that, i can't get back my codes before. :'(
#5
Re: Problem in calling external php with jquery file functions by jquery
Posted 10 February 2013 - 01:57 PM
what hinders you in loading that jQuery code into the original page and just call it when you finished inserting the content?
Page 1 of 1
|
|

New Topic/Question
Reply


MultiQuote



|