Is there any documentaiton for jqgridview? Is it not used anymore?
jqgridview - It appears to be an abandoned project. The author's website (creamarketing.net) produces php errors. The latest commit to jQuery is Nov. 2007. The author's account hasn't done anything else on jQuery's website since.
I think this is what you may be looking for...
http://www.trirand.com/blog/?page_id=15
jqGrid is still a very popular jQuery grid plugin.
Related
I'm using Fancybox v4 and have setup the css and js according to installation guide, but still my image opens as if no Fancybox is present.
I'm no wiz on these things, so I hope someone can help me out :-)
The site I'm working on is locates at https://new.bigbox8700.dk/
It's the image in the "PRAKTISK INFORMATION" section.
Regards
Thomas
After some debugging I found out that your JavaScript file js-18a51-27218.js contains Mootools v1.4.5 (released 10 years ago!) and, unfortunately, Mootools changes global objects and that breaks Fancybox. It's amazing that you're using 10-year-old Mootools and 6-year-old jQuery at the same time on the new project.
Since MooTools is causing this problem and has not been updated for 6 years, it is recommended that you remove it.
I am using Fancybox for WordPress plugin on my site CoffeeDesignBlog
But as i have upgraded to WordPress 3.4.1, my facnybox is not working at all, i have tested a lot of lightbox plugins and all of them are even not working on my other blog too...Both of the blog are using wp_head anf wp_footer function calls, also the js files for the plugins are also loading.......
Please check any post of my blog and let me know your thoughts about it....
Not sure what the problems are with your websites but had exactly the same thing happen to a pre-production site I'm working on at the mo... Tried a good few solutions but nothing seemed to work...
Finally came across WP jQuery Lightbox (http://wordpress.org/extend/plugins/wp-jquery-lightbox/)... It's not the prettiest looking lightbox but can be tweaked (it works well with responsive design too which is a bonus)...
Working pretty solid on my WordPress install at the mo (3.4.1)...
Hope that helps...
For Light box i use this plugin in WP 3.4.1, try this its working on my end...
I followed the tutorial on the Facebook dev site and used the following code to create a discussion app. Whenever I click on "Start new Topic" nothing happens. I've searched and found people with similar issues but no one found a solution. Anyone have any idea?
<fb:board xid="crockrec_board"
canpost="true"
candelete="false"
canmark="false"
cancreatetopic="true"
numtopics="5"
returnurl="http: //facebook.com/CrockpotRecipes/">
Community Recipes
As you said, there are many problems with this, it's not only you. Even official test console is throwing errors for me. Fill bug report on their page
I would consider abandoning any FBML markup like this. FBML is not going to be supported after January 2012 (in about a month) and in June 2012 FBML markup just isn't going to work at all, so anything you write in it now is going to have to be rewritten. Might as well find the alternative now rather than later.
In GraffitiCMS v1.2, I'm trying to include the comment form on my blog posts, but the submit button does nothing. Comments are enabled for the post, and I've included $macros.CommentForm() in the blog.post.view file. I've also confirmed that the necessary Ajax.ashx file exists on the root. Are there any other dependencies?
Are there any instructions posted anywhere that explain how to make this work? I've been Googling for several hours and can't find any.
NOTE: I cannot upgrade to v1.3 at this time. Hopefully on a future project.
You need to make sure you have the /__utility/js/graffiti.js and /__utility/js/prototype.js scripts linked on your page. Calling $macros.Head() should do this automatically.
It turns out that I was already doing as Jeremy H suggested, and calling $macros.Head(), but my use of jQuery was conflicting with Prototype. I resolved the problem by linking in jQuery before $macros.Head() and switching out all my jQuery $ tokens to use the actual jQuery function name.
https://learn.jquery.com/using-jquery-core/avoid-conflicts-other-libraries/
I'm using ComponentArt MultiPage control in my application. I'm also using AjaxControl Toolkit's ModalPopUpExtender control. I get the javascript error "Sys.UI.DOMEevnt is null or not an object". I noticed that if I have the ScriptManager in the same page as any ComponentArt control, I get this error. Can someone please suggest me a solution? I'm using ComponentArt 2008.2 and latest version of Ajax Toolkit and .NET Framework 3.5. Thanks.
Most reports of this problem are related to having references to older MS AJAX DLLs. It could also be a bad ComponentArt install. See the thread at the CA forum another thread at the Iron Speed forum for more information.