- Screen name: trustweb
- About Me: designer, developer, seo and entrepreneur
trustweb's Profile
5 Posts
2 Responses
0
Followers
Show:
- Expanded view
- List view
Private Message
- 28-Nov-2012 05:50 AM
- Forum: Using jQuery
In a page i create and remove #container dynamically using append and remove.
I found an issue trying to remove #container that was dynamically added, in result of an ajax get().
function ajaxNavigation(link) { $.get(''+link,function(data) { if(data!='KO'){ $('#container').remove(); $('#column_left').append('<section id="container">'+data+'</section>'); } }); }
and later in the page
$('document').on("click","#button",function(){ ajaxNavigation('link.php'); });
The issue is: remove() dosen't work, that's becouse #cointainer is dynamically added.
Usually i use on(), to add a listener, but i don't know how to use it in the get() success function.
- 05-Mar-2012 12:44 PM
- Forum: Using jQuery UI
In this article, Marcos Placona, describes how to implement Jquery Drag&Drop with cloning. http://www.placona.co.uk/166/javascript/a-more-elaborated-jquery-drag-drop-cloning/
It works great with JQuery 1.3.x and JQuery UI 1.7.x but it's not working using JQuery 1.4+ and JQuery Ui 1.8+
Here a working JSFiddle example, can you help? http://jsfiddle.net/trustweb/6h4N4/1/
- Hello,
i already developed a few jquery plugin for private use but today i decided to publish my first plugin!
The plugin is an HTML5 Video Tooltip Plugin :)
you can see it there (the blog is written only in italian):
http://www.trustweb.it/it/blog/download/jquery-html5-video-tooltip.html
i have also started a new Source Forge project:
https://sourceforge.net/p/jh5vt/
May i ask what is the suggested way to publish and promote a new jquery plugin?
Greetings from Italy :-)- hello to everyone i'm in trouble running my slider panel script i developed in jquery 1.2...it dosen't work under jquery 1.3.2
can someone help me find the error and fix it?
this is the javascript(document).ready(function() {
$(".topMenuAction").click( function() {
if ($("#openCloseIdentifier").is(":hidden")) {
$("#slider").animate({
marginTop: "-121px"
}, 500 );
$("#topMenuImage").html('Panel <img src="images/propagator_slider_panel_open.png" alt="open" class="user_panel-icon" />');
$("#openCloseIdentifier").show();
} else {
$("#slider").animate({
marginTop: "0px"
}, 500 );
$("#topMenuImage").html('Panel <img src="images/propagator_slider_panel_close.png" alt="close" class="user_panel-icon" />');
$("#openCloseIdentifier").hide();
}
});
});
- Hello to everyone,
I'm trying to set up a menu with this plugin http://www.sonicradish.com/labs/jGlideMenu/current/
i think it's a really cool menu, but actually there is no howto documentation.
i'm confused on how can i disallow&drop, hide the external frame, hide the top bar with the close button?
thanks a lot- «Prev
- Next »
Moderate user : trustweb
© 2013 jQuery Foundation
Sponsored by and others.

