⚠ In case you've missed it, we have migrated to our new website, with a brand new forum. For more details about the migration you can read our blog post for website migration. This is an archived forum. ⚠

  •     

profile picture

Need help with multiselect ajax call



mkafridi

mkafridi
  • profile picture
  • Member

Posted 18 May 2015 - 17:41 PM

I am a noob with Grocery Crud!
 
Made an app but I wanted to know how I can add ajax multiselect that depends on another multiselect!
 
Table content
id,genre,name
genre is coma separated values
 
Table campaign
id,content,genre,name
content is coma separated values
 
When I add a campaign I have to select a genre so that only the content from selected genre gets displayed
 
It is like:
Genre <select> (Just filled this with static values)
Content <select>