I'm sorry but that was the wrong code. I have multiple pages open in ASP and since I just came back from lunch I kind of forgot where I was at. Please check the last couple posts for the corrected code.
There may have been some rogue invisible character that by my recopy/pasting got rid of it. Very glad it is working for you! Long road indeed but on the bright side, this helped me brush up on my vb.net.
I had to move this page to my admin folder because of changes to the project. Now it doesn't work at all. The list of categories doesn't show up on the page anymore. I can't figure out where it got broken, can someone help?
bbcompent1
All-Star
33097 Points
8529 Posts
Moderator
Re: Hidden field help!
Aug 01, 2011 05:49 PM|LINK
Fancybox: around line 719 change $('form').append( tmp = $('<div id="fancybox-tmp"></div>'), loading = $('<div id="fancybox-loading"><div></div></div>'), overlay = $('<div id="fancybox-overlay"></div>'), wrap = $('<div id="fancybox-wrap"></div>') ); to $('this').append( tmp = $('<div id="fancybox-tmp"></div>'), loading = $('<div id="fancybox-loading"><div></div></div>'), overlay = $('<div id="fancybox-overlay"></div>'), wrap = $('<div id="fancybox-wrap"></div>') );maybe a longshot but
fancybox
grinnellja
Participant
1221 Points
624 Posts
Re: Hidden field help!
Aug 01, 2011 05:59 PM|LINK
I'm sorry but that was the wrong code. I have multiple pages open in ASP and since I just came back from lunch I kind of forgot where I was at. Please check the last couple posts for the corrected code.
fancybox
bbcompent1
All-Star
33097 Points
8529 Posts
Moderator
Re: Hidden field help!
Aug 01, 2011 06:54 PM|LINK
This is the correct code:
fancybox
grinnellja
Participant
1221 Points
624 Posts
Re: Hidden field help!
Aug 01, 2011 06:59 PM|LINK
YOU ARE AMAZING! Thank you so much!
bbcompent1
All-Star
33097 Points
8529 Posts
Moderator
Re: Hidden field help!
Aug 01, 2011 07:04 PM|LINK
I merely reposted the code you were referring to since you posted the incorrect part of the code.
grinnellja
Participant
1221 Points
624 Posts
Re: Hidden field help!
Aug 01, 2011 07:08 PM|LINK
LOL I was wondering why it looked exactly the same, but seriously, I copied and pasted your re-written code of mine and it worked.
All this time and all I had to do was copy and paste the same exact code?!?
This isn't the first time that copy and paste has worked in ASP.net either....
bbcompent1
All-Star
33097 Points
8529 Posts
Moderator
Re: Hidden field help!
Aug 01, 2011 07:10 PM|LINK
There may have been some rogue invisible character that by my recopy/pasting got rid of it. Very glad it is working for you! Long road indeed but on the bright side, this helped me brush up on my vb.net.
grinnellja
Participant
1221 Points
624 Posts
Re: Hidden field help!
Aug 01, 2011 07:12 PM|LINK
That was quite an experience let me tell ya! I'm glad my weird problem was able to help you get a refresher course :)
grinnellja
Participant
1221 Points
624 Posts
Re: Hidden field help!
Aug 09, 2011 01:47 PM|LINK
I had to move this page to my admin folder because of changes to the project. Now it doesn't work at all. The list of categories doesn't show up on the page anymore. I can't figure out where it got broken, can someone help?
bbcompent1
All-Star
33097 Points
8529 Posts
Moderator
Re: Hidden field help!
Aug 09, 2011 02:26 PM|LINK
Make sure you update the reference to your .js files. If you are in a subdir, make sure to add a ../ to the front of the link.