Welcome Guest, Not a member yet? Register   Sign In
view page with jquery load
#1

[eluser]Unknown[/eluser]
Hi,

I am loading a view page using jquery load (in order not to appear in the page source code)
I would like to add some other content to the same page not using jquery load(Because I need this content to appear in page source code)and it should appear in between the text loaded by jquery.

For example I have loaded a view page which is in controller function apperas as:

"This is the text
loaded by
jquery

This is the text
loaded by
jquery

This is the text
loaded by
jquery"

Now for this same view file I have to add text in the space between the two sentences as:

"This is the text
loaded by
jquery
'text appearing not using jquery'
This is the text
loaded by
jquery
'text appearing not using jquery'
This is the text
loaded by
jquery"

How do I achieve this?

I appreciate your help.
Thank you.




Theme © iAndrew 2016 - Forum software by © MyBB