richarro1234 Posted May 15, 2009 Share Posted May 15, 2009 Hello, I have a problem with one of my pages. i have the multibox form for reporting something on my page, and i added the ajax delete with animation to delete comments and have them slide out and vanish. but for some reason when i have the code to call the jquery file it messes up the multibox and the form for the multibox shows up. heres a screenie how can i fix it so that the multibox (which i think might be mootools) and the comment deleting so that this form (see img) doesnt show up unless called from the link? Thanks Rich Link to comment https://forums.phpfreaks.com/topic/158296-help-with-ajax/ Share on other sites More sharing options...
richarro1234 Posted May 15, 2009 Author Share Posted May 15, 2009 anybody know how to fix this? Link to comment https://forums.phpfreaks.com/topic/158296-help-with-ajax/#findComment-834924 Share on other sites More sharing options...
Philip Posted May 17, 2009 Share Posted May 17, 2009 You could set it's visibility property to none: display: none; Link to comment https://forums.phpfreaks.com/topic/158296-help-with-ajax/#findComment-835665 Share on other sites More sharing options...
richarro1234 Posted May 17, 2009 Author Share Posted May 17, 2009 but would that still show up when the libk is clicked? Link to comment https://forums.phpfreaks.com/topic/158296-help-with-ajax/#findComment-835812 Share on other sites More sharing options...
Philip Posted May 17, 2009 Share Posted May 17, 2009 You'd need to have js change it to display: block; jquery will have built in features that will do that... here's a tutorial/code sample: http://www.learningjquery.com/2006/09/slicker-show-and-hide Link to comment https://forums.phpfreaks.com/topic/158296-help-with-ajax/#findComment-836003 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.