Welcome Guest, Not a member yet? Register   Sign In
Codeigniter with jquery taking issues
#1

Hello, I was studying codeigniter and came across a very strange error. This error causes the page does not change only when I open the link a new page

My code and error in attachment

Attached Files Thumbnail(s)
       
Reply
#2

Looks like a jquery issue.
Practical guide to IgnitedCMS - Book coming soon, www.ignitedcms.com
Reply
#3

(08-16-2015, 09:43 AM)iamthwee Wrote: Looks like a jquery issue.

Thanks for reply,

I opened a topic in jquery (http://forum.jquery.com/topic/jquery-and...0006411431).

I need some help. This is my conclusion work for school!  
Reply
#4

(This post was last modified: 08-17-2015, 09:05 AM by spjonez.)

That error generally happens when you write an invalid selector. Example:

Code:
var el = $( 'input[type=text' ); // note the missing closing ]
Reply
#5

The code you've included both here and there is just your HTML in your view. The error is occurring in JavaScript, and you have not included anything in either thread which shows your JavaScript code. If you don't have any custom JavaScript on the page in question, then it is probably related to whatever JavaScript/CSS framework you are using for your site.
Reply
#6

I found the error,

bootstrap Pills don't support url just id.

Thanks guys!
Reply




Theme © iAndrew 2016 - Forum software by © MyBB