<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>jquery &#8211; danisanchez.net</title>
	<atom:link href="https://danisanchez.net/tag/jquery/feed/" rel="self" type="application/rss+xml" />
	<link>https://danisanchez.net</link>
	<description></description>
	<lastBuildDate>Wed, 30 Apr 2025 11:21:36 +0000</lastBuildDate>
	<language>es</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	

<image>
	<url>https://danisanchez.net/wp-content/uploads/2026/07/cropped-favicon-32x32.png</url>
	<title>jquery &#8211; danisanchez.net</title>
	<link>https://danisanchez.net</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Cerrar modales de Elementor con JavaScript (jQuery)</title>
		<link>https://danisanchez.net/cerrar-modales-de-elementor-con-javascript-jquery/</link>
					<comments>https://danisanchez.net/cerrar-modales-de-elementor-con-javascript-jquery/#respond</comments>
		
		<dc:creator><![CDATA[dani.sanchez]]></dc:creator>
		<pubDate>Wed, 30 Apr 2025 11:21:36 +0000</pubDate>
				<category><![CDATA[Tutoriales]]></category>
		<category><![CDATA[elementor]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[jquery]]></category>
		<guid isPermaLink="false">https://danisanchez.net/?p=14876</guid>

					<description><![CDATA[Si necesitamos cerrar un modal de Elementor con un elemento alternativo a la X por defecto, podemos añadir este fragmento de código JavaScript asociado a una clase o identificador CSS: Donde .cerrar-modal es la clase CSS asignada al elemento sobre el cual se aplicará evento click.]]></description>
										<content:encoded><![CDATA[
<p class="wp-block-paragraph">Si necesitamos cerrar un modal de Elementor con un elemento alternativo a la <strong>X</strong> por defecto, podemos añadir este fragmento de código JavaScript asociado a una clase o identificador CSS:</p>



<pre class="wp-block-code"><code>&lt;script>
    jQuery(function($){
        $(document).on('click','.cerrar-modal', function(event){
        elementorProFrontend.modules.popup.closePopup( {}, event);
        });
    });
&lt;/script></code></pre>



<p class="wp-block-paragraph">Donde <strong>.cerrar-modal</strong> es la clase CSS asignada al elemento sobre el cual se aplicará evento click.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://danisanchez.net/cerrar-modales-de-elementor-con-javascript-jquery/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
